* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: rgb(255, 255, 255);
}

.header-menu-mobile {
  display: none;
}
.header-menu-mobile__menu_items {
  display: none;
}
.paragraph {
  padding-bottom: 15px;
}
.contenedorPrincipal {
  margin: 0 auto;
  max-width: 1200px;
  font-family: "Roboto", sans-serif;
}
.titulo-principal-h1 {
  color: rgb(116, 5, 5);
  text-align: center;
  line-height: 1.3em;
  font-size: 50px;
  padding-bottom: 25px;
}
.h2-principal {
  padding: 10px 10px;
  text-align: right;
  width: 100%;
  border-bottom: 4px solid red;
}
.img-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.notas {
  padding: 0 20px;
}

/* ############################### */
/* ##           HEADER          ## */
/* ############################### */
header {
  width: 100%;
  height: max-content;
  margin-top: 10px;

}
.header-brand {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content:space-between;
  padding: 5px;
}
.header-brand-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.header-brand-logo-image {
  height: 100px;
}
.header-brand-logo-nombre_empresa {
  font-family: "Arial Black", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: darkslategray;
  margin-left: 5px;
}
.header-brand-info_contact {
  display: flex;
  flex-direction: column;
  justify-content:center;
  padding: 5px;
}
.header-brand-info_contact-via {
  display: flex;
  flex-direction: row;
  padding: 5px 0px;
}
.header-brand-info_contact-via-image:hover {
  opacity: 0.5;
}
.header-brand-info_contact-via-email, .header-brand-info_contact-via-telefono {
  font-family: "Open Sans", sans-serif;
  color: rgba(1, 32, 73, 0.931);
  margin-left: 5px;
}
.header-brand-info_contact-via-email {
  font-size: 1.0em;
}
.header-brand-info_contact-via-telefono {
  font-size: 1.3em;
}
.header-brand-redes {
  display: flex;
  flex-direction: column;
  justify-content:center;
  padding: 5px;
}
.header-brand-redes-text {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  color: rgba(1, 32, 73, 0.931);
  border-bottom: 3px solid red;
}
.header-brand-redes-images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-brand-redes-images img {
  margin-top: 7px;
  padding: 5px 7px;
}
.transparencia {
  transition: opacity 0.2s, transform 0.5s ease;
}
.transparencia:hover {
  opacity: 0.4;
  transform: translateY(5px);
}
.header-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.header-menu nav {
  display: flex;
  width: 100%;
  height: 50px;
  background-color: darkslategray;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}
.header-menu nav a {
  color: white;
  text-decoration: none;
  padding: 10px 50px;
}
.header-menu nav a:hover {
  background-color: rgb(187, 237, 127);
  border: 1px solid rgb(247, 247, 247);
  border-radius: 5px;
  color:rgb(0, 0, 0);
}

/* ############################### */
/* ##           FOOTER          ## */
/* ############################### */
footer {
  background-color: #222;
  margin-top: 20px;
  color: white;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.container-footer {
  display: flex;
  height: 100%;
  justify-content: space-around;
  flex-direction: row;
}
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
}
.footer-logo img {
  padding-bottom: 5px;
}
.footer-logo p {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.4em;
}
.footer-institucional {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-institucional ul li {
  display: flex;
  list-style-type: none;
  margin-left: 5px;
}
.footer-institucional .texto-con-moviemiento {
  transition: transform 0.5s ease;
}
.footer-institucional .texto-con-moviemiento:hover {
  transform: translateX(10px);
}
.footer-institucional a {
  text-decoration: none;
  color: white;
}
.footer-institucional a:hover {
  font-weight: bold;
  font-style: italic;
  color: rgba(222, 233, 25, 0.566);
}
.footer-redes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-redes ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-top: 20px;
}
.footer-redes ul li {
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 5px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.footer-redes img {
  margin-left: 15px;
  transition: opacity 0.4s, transform 0.5s ease;
}
.footer-redes img:hover {
  opacity: 0.2;
  transform: translateY(-5px);
}
.footer-contador {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  }
.footer-contador div {
  display: flex;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.footer-piso {
  width: 100%;
  text-align: center;
  background-color: rgba(66, 66, 66, .5);
  padding: 15px 10px;
}

/* ############################### */
/* ##        INICIO.HTML        ## */
/* ############################### */
.main-home {
  display: flex;
  flex-direction: row;
}
.infoHome {
  padding: 0 10px;
  width: 70%;
  font-family: "Poppins","Georgia", Verdana, Arial;
  text-align: justify;
  line-height: 1.3em;
  font-size: 1.3em;
}
.infoHome h1 {
  margin-top: 20px;
}
.aside-noticias {
  padding: 30px 10px;
  width: 30%;
}
.aside-noticias div {
  padding-bottom: 60px;
}
.aside-noticias div h2 {
  font-family: "Roboto","Georgia", Verdana, Arial;
  text-align: left;
  line-height: 1.3em;
  font-size: 20px;
}
.aside-noticias div img {
  margin-top: 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border-radius: 5px;
}
.aside-noticias div:hover img {
  transform: scale(1.03);
}
.aside-noticias div a {
  color: black;
  text-decoration: none;
}

/* ############################### */
/* ##       SERVICIOS.HTML      ## */
/* ############################### */
article {
  font-family: "Poppins","Georgia", Verdana, Arial;
  text-align: justify;
  line-height: 1.3em;
  font-size: 1.2em;
}
article h1 {
  margin-top: 30px;
}
article h2 {
  margin-bottom: 25px;
  padding: 0 10px;;
}
.descripcion_servicio {
  padding: 0 10px;;
}
.imagenes-servicios-lista {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0 10px;
  justify-content: space-around;
  align-content: space-around;
}
.servicio {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen-redondeada {
  border-radius: 51%;
  width: 200px;
}
.servicio-fuente {
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-size: 1.1em;
  font-weight: bold;
  color: #e6490b;
  padding: 15px 0;
}
img.imagen-redondeada {
  transition: opacity 0.3s;
}
img.imagen-redondeada:hover {
  opacity: 0.65;
}
h2.rigor-y-cuidado {
  border-top: 4px solid red;
  padding-top: 30px;
}
.servicios-proceso-y-rigor, .mensaje_final {
  width: 100%;
  padding: 0 10px;
}
.servicios-proceso-y-rigor ol li {
  color: #49e;
  font-family: "Open Sans","Georgia", Verdana, Arial;
  font-weight: 600;
  text-align: justify;
  font-size: 1.4em;
}
.servicios-proceso-y-rigor ul li {
  color: rgb(101, 100, 100);
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-weight: 300;
  text-align: justify;
  font-size: 1em;
  word-spacing: 0.2em;
  margin-left: 25px;
  line-height: 1.3em;
  list-style-type: none;
  padding-right: 10px;
}
.servicios-proceso-y-rigor ul li img {
  width: 100%;
  border-radius: 10px;
}
.servicios-proceso-y-rigor ul li:last-child {
  margin-top: 10px;
  margin-bottom: 30px;
}
.servicios-proceso-y-rigor ul li:first-child {
  margin-top: 10px;
}
.servicios-proceso-y-rigor .resaltado {
  color: rgb(101, 100, 100);
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-weight: 500;
}

/* ############################### */
/* ##  ACERCA-DE-NOSOTROS.HTML  ## */
/* ############################### */
section {
  font-family: "Poppins","Georgia", Verdana, Arial;
  text-align: justify;
  line-height: 1.3em;
  font-size: 1.2em;
}
section h1 {
  margin-top: 30px;
}
.nosotros {
  margin-top: 25px;
  padding: 0 10px;
}
.nosotros ul li {
  margin-left: 40px;
}
.nosotros ul ul li {
  color: rgb(101, 100, 100);
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-weight: 300;
  /* text-align: justify; */
  font-size: 1em;
  margin-left: 50px;
  line-height: 1.3em;
  list-style-type: none;
  padding-right: 20px;
}
.nosotros ul ul li:last-child {
  margin-top: 10px;
  margin-bottom: 30px;
}
.nosotros ul ul li:first-child {
  margin-top: 10px;
}
.nosotros .resaltado {
  color: rgb(116, 5, 5);
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-weight: 500;
}
.resaltado-li {
  margin-left: 60px;
  color: rgb(101, 100, 100);
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-weight: 500;
}
.nosotros-h3 {
  margin-bottom: 10px;
}

/* ############################### */
/* ## PREGUNTAS-FRECUENTES.HTML ## */
/* ############################### */
.faq {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  width: 100%;
  font-family: "Poppins";
  font-size: 1.3em;
}
.faq details[open] summary {
  color:#49e;
}
.faq details[open] summary::before {
  content: '\25B2';
}
.faq summary::before {
  content: '\25BC';
}
.faq summary {
  list-style-type: none;
  padding: 10px;
  cursor: pointer;
}
.faq p {
  margin-left: 45px;
  padding-right: 25px;
  padding-bottom: 20px;
}

/* ################################## */
/* ## CONOCENOS.HTML (entrevistas) ## */
/* ################################## */
.intro-interview {
  display: flex;
  flex-direction: row;
  padding: 20px;
  width: 100%;
}
.intro-content {
  display: flex;
  flex-direction: column;
}
.intro-image {
  display: flex;
  width: 30%;
}
.content-interview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  margin: 10px;
}
.content-interview iframe, .content-interview img {
  margin: 25px 10px;
  border-radius: 15px;
}
.content-interview img {
  width: 267px;
  height: 476px;
  transition: transform 0.3s ease;
}
.content-interview img:hover {
  transform: scale(1.03);
}
.videos-width {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}
.videos-notas-height {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  margin: 15px 50px;
  border-radius: 15px;
}

/* ############################### */
/* ##       CONTACTO.HTML       ## */
/* ############################### */
.contenedor-contacto {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 20px;
}
.formulario {
  display: flex;
  justify-content: center;
  width: 50%;
}
form fieldset {
  border: none;
}
form fieldset legend {
  font-family: "Poppins","Georgia", Verdana, Arial;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #041c72;
  margin-bottom: 15px;
}
.formulario_input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  border: 0.5px solid #ccc;
  border-radius: 8px;
  align-content:space-between;
  font-size: 16px;
  outline: none; /* Elimina el resplandor al enfocar el input */
}
.formulario_input::placeholder {
  font-size: 16px;
  transition: font-size 0.3s, transform 0.3s;
}
.formulario_input:focus::placeholder {
  font-size: 11px;
  transform: translateY(-11px);
}
.como-nos-conocio {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.como-nos-conocio label {
  width: 50%;
  font-size: 30px;
  color: aqua;
}
.como-nos-conocio select {
  width: 50%;
  height: 50px;
  margin-left: 2%;
  font-size: 16px;
  font-family: "Poppins";
  border-radius: 10px;
  padding-left: 10px;
  border: 0.5px solid #ccc;
  outline: none; /* Elimina el resplandor al enfocar el input */
}
.consulta {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.consulta label {
  width: 100%;
  font-size: 30px;
  color: aqua;
  text-align: center;
}
.consulta textarea {
  height: 300px;
  resize: none;
  font-size: 16px;
  margin-bottom: 10px;
  border: 0.5px solid #ccc;
  outline: none; /* Elimina el resplandor al enfocar el input */
  border-radius: 10px;
  padding-left: 15px;
  padding-top: 20px;
}
.consulta textarea::placeholder {
  transition: font-size 0.3s, transform 0.3s;
}
.consulta textarea:focus::placeholder {
  font-size: 11px;
  transform: translateY(-12px);
}
.formulario-boton {
  display: flex;
  justify-content: right;
  align-content: end;
}
.boton-enviar {
  margin-top: 10px;
  width:  120px;
  height: 50px;
  background-color: #49e;
  border: none;
  border-radius: 10px;
  font-family: "Roboto";
  font-size: 1.1em;
  transition: 0.3s;
}
.boton-enviar:hover {
  font-size: 1.2em;
  background-color: #D9DD6B;
}
.formulario-recibido {
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.formulario-recibido h2 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.2em;
}
.formulario-recibido h3 {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 0.95em;
}
.formulario-recibido hr {
padding-left: 5px;
padding-right: 5px;
}
.info-formulario-recibido {
  color: rgb(93, 89, 96);
  border: 1px dashed red;
}
.info-formulario-recibido p {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.95em;
}

  /* VENTANA EMERGENTE POST FORMULARIO */
  .dialog-container {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    animation: fadeIn 1.2s;
}

.dialog-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    min-width: 250px;
    width: 30%;
    overflow-wrap: break-word;
    animation: slideDown 1s;
    border: 5px rgb(112, 189, 247) solid;
    border-radius: 10px;
}
  
.close-button {
    display: none;
    position: absolute;
    background-color: #000;
    border: none;
    border-radius: 5px;
    top :1px;
    right: 2px;
    width: 40px;
    padding: 5px 12px;
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.close-button:hover, .aclose-button:focus {
    color: rgb(251, 117, 7);
    float: right;
}
/* ANIMACION DE VENTANA EMERGENTE */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes slideDown {
    from {top: -300px;}
    to {top: 0;}
}

/* @media screen and (max-width: 985px) { */
  @media screen and (min-width: 768px) and (max-width: 985px) {
    .header-brand-logo {
      flex-direction: column;
    }
    .header-brand-logo-image {
      height: 50px;
      width: 50px;
    }
    .header-brand-logo-nombre_empresa {
      font-size: 1em;
    }
    .header-menu nav a {
      padding: 10px 25px;
    }
    .header-menu-mobile {
      display: none;
    }
    .content-interview {
      flex-direction: column;
    }
  }
  @media screen and (max-width: 768px) {
    .header-brand {
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }
    .header-brand-info_contact-via {
      justify-content: center;
    }
    .header-brand-logo-nombre_empresa {
      display: none;
    }
    .header-brand-logo-image {
      height: 80px;
      width: 80px;
    }
    .header-menu {
      display: none;
    }
    .header-menu-mobile {
      display: block;
      text-align: end;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    }
    .navBar {
      height: 50px;
      width: 100%;
      padding: 5px;
      background-color: rgb(47, 79, 79);
      z-index: 100;
    }
    .header-menu-mobile__btn-menu {
      background-color: transparent;
      border: none;
      color: #ffffff;
      width: 28px;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
    }
    .header-menu-mobile__menu_items {
      list-style: none;
      margin: 0;
      padding: 5px 5px;
      background-color: rgb(2, 67, 67);
      width: 100%;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    }
    .header-menu-mobile__menu_items li {
      border-bottom: 1px white solid;
      padding: 3px 0;
    }
    .header-menu-mobile__menu_items a {
      display: block;
      padding: 5px 0;
      text-decoration: none;
      color: rgb(243, 235, 235);
    }
    .header-menu-mobile__menu_items a:hover {
      background-color: rgb(187, 237, 127);
      color:rgb(0, 0, 0);
    }
/* general pantalla chica */
.titulo-principal-h1 {
  font-size: 1.3em;
}
.h2-principal {
  font-size: 1.1em;
}
.paragraph {
  font-size: 0.9em;
}

/* index.html */
    .main-home {
      flex-direction: column;
    }
    .infoHome {
      width: 100%;
    }
    .aside-noticias {
      width: 100%;
    }
/* servicios.html */
    .imagenes-servicios-lista {
      flex-direction: column;
    }
    .rigor-y-cuidado {
      font-size: 1.1em;
    }
    .servicios-proceso-y-rigor ol li {
      font-size: 1em;
    }
    .servicios-proceso-y-rigor ul li {
      font-size: 0.9em;
      word-spacing: 0.2em;
      line-height: 1.2em;
      text-align: left;
    }
/* acerca-de-nosotros.html */
    .nosotros ul ul li {
      text-align: left;
    }
/* preguntas-frecuentes.html */
  .faq {
    width: 100%;
    font-size: 1.0em;
    padding: 0 5px;
    margin-left: 0px;
  }
/* conocenos.html */
  .intro-image {
    display: none;
  }
  .content-interview {
    flex-direction: column;
  }
  .videos-width iframe {
    width: 280px;
    height: 157px;
  }
/* contacto.html */
  .formulario {
    width: 100%;
    padding: 0 20px;
  }
  .como-nos-conocio {
    flex-direction: column;
    text-align: center;
  }
  .como-nos-conocio label, .como-nos-conocio select {
    margin: 0;
    padding: 5px 0;
    width: 100%;
  }
}
  @media screen and (max-width: 900px) {
    footer {
      height: max-content;
    }
    .container-footer {
      flex-direction: column;
      align-items: center;
      justify-items: center;
      text-align: center;
      padding: 20px 0;
    }
    .footer-logo, .footer-redes, .footer-contador, .footer-institucional {
      padding: 15px 0;
    }
    .footer-institucional ul {
      margin-left: 120px;
    }
    .footer-institucional ul li {
      padding: 3px 0;
    }
  }