body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  z-index: 909;
}

.app {
  font-size: 50px;
  color: red;
}

a {
  text-decoration: none;
  color: inherit;
}

.header-mobile {
  border: 5px solid orange;
  display: none;
}

.twitter-publicaciones {
  display: none;
  width: 90%;
  margin: 0 auto;
}

.header-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: rgb(107, 204, 219);
  height: 50px;
}

.header-social ul {
  list-style-type: none;
}

.header-social li {
  display: inline-block;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  box-sizing: border-box;
  transition: 0.5s;
}

.header-social li:hover {
  cursor: pointer;
  color: orange;
}

.header-menu {
  z-index: 1;
  position: fixed;
  width: 100%;
  background-color: rgb(107, 204, 219);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

.header-menu .navbar {
  border-top: 10px solid orange;
  border-bottom: 0 solid orange;
  border-left: 10px solid orange;
  border-right: 10px solid orange;
}

#menu-button,
#menu-mobile a {
  display: none;
}

.header-logo {
  position: fixed;
  min-width: 205px;
  width: 205px;
  left: 50px;
  top: 20px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.header-logo img {
  min-width: 205px;
  width: 205px;
}

.line-c {
  display: flex;
  height: 100%;
  align-items: center;
  margin: 0 10px 0 10px;
}

.navbar {
  display: flex;
  height: 59px;
}
.navbar ul {
  padding-left: 250px;
  width: 100%;
  display: flex;
  list-style-type: none;
  margin: 0;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 150px;
}

.navbar a:hover {
  color: white;
  cursor: pointer;
  border-bottom: 5px solid orange;
  background-color: rgba(255, 255, 255, 0.288);
}

.body-border {
  border: 10px solid orange;
}

.noticias-imagen {
  max-width: 30%;
}

.max-noticias-imagen {
  max-width: 80%;
}

.jumbotron {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 520px;
}

.carousel {
  height: 100%;
  width: 100%;
}

.jumbotron .jumbotron-buttons-container {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 60px;
}

.jumbotron-buttons {
  z-index: -1;
}

.jumbotron-buttons,
.socio-buttons {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(40, 63, 126);
  margin: 5px 0;
  color: white;
  font-size: 25px;
  opacity: 0.9;
  transition: 0.5s;
}

.socio-buttons {
  font-size: 15px;
}

.jumbotron-buttons:hover,
.socio-buttons:hover {
  box-sizing: border-box;
  cursor: pointer;
  transform: scale(1.05);
}

.nosotros-card {
  font-size: 18px;
  text-align: justify;
}

.self-container {
  height: 350px;
}

.servicios-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 300px;
  background-color: white;
  color: rgb(124, 163, 197);
  font-weight: bold;
}

.splide {
  height: 100%;
}

.avatar-servicio {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  font-size: 55px;
  color: rgb(254, 173, 55);
}

.avatar-servicio:hover {
  color: rgb(107, 204, 219);
}

.avatar-title {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0;
}

.avatar-description {
  font-weight: 100;
  text-align: center;
}

.servicios hr {
  width: 90%;
}

.servicios {
  margin-bottom: 15px;
}

.self {
  display: flex;
  justify-content: space-evenly;
  height: 100%;
}

.self-card {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 100%;
  font-size: 30px;
  color: rgb(124, 163, 197);
  flex-direction: column;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  padding: 0 40px 0 40px;
}

.certifications {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background-color: white;
  font-size: 25px;
  color: white;
  padding: 50px 0;
}

.contactenos {
  width: 30% !important;
}

.publicaciones-section {
  display: flex;
  width: 99%;
  margin: 20px auto;
}
.publicaciones-menu h3 {
  margin: 5px 0;
}

.thumbnail-news {
  font-size: 1.5vh;
  text-decoration: underline;
  font-weight: bold;
  color: rgb(124, 163, 197);
}
.publicaciones-menu {
  margin: 0;
  width: 30%;
  border-right: 1px solid orange;
  margin-right: 10px;
  padding-right: 5px;
  font-size: 18px;
}

.publicaciones-titulo-mobile {
  display: none;
}
.publicaciones-contenido,
.publicaciones-contenido-noticias {
  width: 70%;
  font-size: 20px;
  color: rgb(124, 163, 197);
  margin: 0 auto;
}

.publicaciones-contenido .contenido {
  padding: 20px 0;
  overflow-y: auto;
  height: 90%;
}

.contenido-contenido {
  color: rgb(124, 163, 197);
  font-size: 20px;
  margin: 10px 0;
  text-align: justify;
}

.contenido-titulo {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: justify;
}

.vertical-line-self {
  width: 1px;
  border-right: 1px solid orange;
  height: 85%;
}

.ultima-publicaciones-seccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

footer {
  display: flex;
  width: 98.6%;
  background-color: rgb(40, 63, 126);
  width: 100%;
  flex-direction: column;
}

.nosotros-titulo {
  position: absolute;
  top: 10px;
}

.ultima-publicaciones-img {
  max-width: 256px;
  margin: 10px 0;
}

.ultima-publicaciones-data {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.ultima-publicaciones-data-titulo {
  text-align: center;
  text-decoration: underline;
}

.ultima-publicaciones-titulo {
  position: absolute;
  top: 10px;
}

.sobre-nosotros {
  margin: 10px auto;
  width: 50%;
  font-size: 20px;
  color: rgb(124, 163, 197);
  text-align: justify;
  text-justify: inter-word;
}
.footer-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  margin-top: 50px;
  width: 210px;
  height: 210px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 25px;
}
.footer-icon {
  transition: 0.5s;
}
.footer-icon:hover {
  color: #6bccdb;
  cursor: pointer;
}

.bio-mobile-pic {
  display: none;
}

.bio-pic img {
  width: 100%;
}

.footer-network {
  margin: 10px auto;
  width: 50%;
  display: flex;
  color: white;
  font-size: 20px;
  justify-content: space-around;
}

.footer-network ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-network li {
  padding: 0 20px;
  display: inline-block;
}

.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-one {
  width: 98%;
  border: 1px solid grey;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 25px;
}

.footer-split {
  display: flex;
  flex-direction: row;
  width: 98.8%;
  justify-content: flex-end;
  font-size: 25px;
  color: white;
}

.footer-contact {
  text-align: left;
  display: flex;
  margin: 5px;
  width: 50%;
  height: 450px;
  flex-direction: column;
  padding-top: 80px;
  word-wrap: break-word;
}
.footer-servicio-list {
  width: 40%;
}

.coorp-title {
  padding-bottom: 35px;
  font-size: 2vw;
}
.footer-servicio-list-title {
  font-size: 2vw;
  padding-left: 35px;
}

.coorp-info {
  font-size: 0.93vw;
  width: 80%;
}

.footer-plugin {
  display: flex;
  margin: 5px 5px 5px 10px;
  width: 50%;
  height: 450px;
  justify-content: center;
  align-items: center;
}

.vl {
  border-left: 1px solid grey;
  margin-top: 100px;
  height: 300px;
}

/*  Nosotos  */
.biopic {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.biopic-image-mobile {
  display: none;
}

.contact-title {
  font-size: 25px;
  font-weight: bold;
}
/* Servicio */

.servicio-foto-container {
  color: black;
  position: relative;
  transition: 1s;
  writing-mode: vertical-lr;
  font-size: 30px;
  opacity: 0.5;
}

.servicio-foto-container:hover {
  color: orange;
  opacity: 1;
}

.servicio-title {
  position: absolute;
  padding: 10px;
  transform: rotate(-180deg);
}

/* Biogapfia */

.socio-nombre {
  font-size: 25px;
  text-align: left;
  letter-spacing: 1px;
  color: rgb(124, 163, 197);
  font-weight: bold;
  margin: 10px 0;
}
.bio-section {
  display: flex;
  justify-content: space-evenly;
}

.bio-bio {
  width: 40%;
}
.bio-name {
  text-align: right;
  font-size: 25px;
  margin-bottom: 10px;
  font-size: bold;
  color: rgb(124, 163, 197);
  font-weight: bold;
}

.bio-social {
  margin-top: 50px;
}

.bio-social ul {
  list-style-type: none;
}

.bio-social {
  display: flex;
  padding: 0 20px;
  justify-content: space-around;
  font-size: 25px;
}

.bio-text {
  letter-spacing: 0.3px;
}

.bio-icon {
  color: rgb(40, 63, 126);
}

.bio-social .bio-icon:hover {
  color: rgb(254, 173, 55);
  cursor: pointer;
}

.right {
  text-align: right;
}

.left {
  text-align: justify;
}

.servicios-flex {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  box-sizing: border-box;
}

.servicios-fotos {
  text-align: center;
  color: rgb(124, 163, 197);
  font-weight: bold;
  margin: 0 10px;
  transition: transform 1s;
  box-sizing: border-box;
  width: 100%;
}

.servicio-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}

.servicio-imagen img {
  width: 100%;
}

.servicios-fotos:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.servicios-ofrecidos-servicios {
  margin: 0 auto;
  width: 80%;
}

.servicio-ofrecidos-title {
  width: 30%;
}

.servicio-ofrecidos-description {
  width: 60%;
}

.servicio-secccion {
  display: flex;
  flex-direction: row;
  margin: 20px 0 20px 105px;
  color: rgb(124, 163, 197);
}

.servicio-list {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-left: 105px;
  justify-content: space-between;
  width: 100%;
}

.contactos {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.contactos .contacto-texto {
  width: 30%;
  margin: 3% 10px 0 10px;
  color: rgb(124, 163, 197);
  text-align: justify;
  text-justify: inter-word;
}

.mobile-map {
  display: none;
}

.contacto-text-title {
  font-size: 30px;
  margin: 10px 0;
  color: rgb(124, 163, 197);
}

.contactos-fields {
  width: 30%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 30px 30px;
}

.contactos-fields .field {
  display: flex;
  justify-content: space-evenly;
}

.contact-button {
  width: 100%;
  height: 30px;
  border: none;
  background-color: #779dbd;
  color: white;
  border-radius: 5px;
  transition: 0.5s;
}

.contact-button:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.input-field,
.input-field-text {
  margin: 10px;
  width: 100%;
}

.contact-select {
  width: 100%;
  padding: 10px;
}

.input-field input,
.contact-select {
  width: 100%;
  padding: 10px;
  border: 1px solid lightgray;
  color: rgb(124, 163, 197);
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(124, 163, 197);
}

textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(124, 163, 197);
}

.input-field input:focus {
  outline: none;
}

.contact-select:focus {
  outline: none;
}

.input-field {
  display: flex;
}

.input-field textarea {
  resize: vertical;
  color: rgb(124, 163, 197);
  border: 1px solid lightgray;
}

.input-field textarea:focus {
  outline: none;
}

.fecha-publicacion {
  font-size: 1.4vh;
  color: rgb(124, 163, 197);
  float: right;
  font-weight: bold;
  margin: 5px 0;
}

.copyright {
  bottom: 0;
  height: 35px;
  display: flex;
  color: white;
  font-weight: 500;
  text-align: center;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  font-size: 1.3vh;
}

.footer-flex {
  display: flex;
  justify-content: space-around;
}

.coorporativo {
  width: 60%;
  margin-left: 50px;
}

.footer-servicio {
  width: 40%;
}

.footer-servicios ul {
  /* list-style-type: none;
  padding: 0; */
}

.footer-servicios ul li {
  padding: 5px 0;
  font-size: 1.2vw;
}

.footer-servicios ul li:hover {
  color: rgb(124, 163, 197);
  cursor: pointer;
}

.servicio-imagen-mobile {
  display: none;
}

.error-message {
  font-size: 15px;
  width: 94%;
  background-color: #ffe1e4;
  font-weight: bold;
  color: red;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid red;
  border-right: 5px solid red;
}

.success-message {
  font-size: 15px;
  width: 94%;
  background-color: #dff0d8;
  font-weight: bold;
  color: green;
  padding: 10px;
  border-radius: 5px;
  border-left: 5px solid green;
  border-right: 5px solid green;
}

.footer-section-mobile {
  display: none;
}

.servicios-mobile {
  display: none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 40px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  color: rgb(124, 163, 197);
  text-align: justify;
}

/* The Close Button */
.close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.certificacion {
  box-sizing: border-box;
  transition: 1s;
}

.certificacion:hover {
  cursor: pointer;
  border: 2px solid orange;
}
