/* *Theme Name: Parce Spanish School
 * *Theme URI: https://www.parcespanishschool.com
 * *Author: Xlogam
 * *Author URI: https://www.xlogam.com
 * *Description: WordPress Theme for Parce Spanish School
 * *Requires at least: 6.1
 * *Tested up to: 6.3
 * *Requires PHP: 5.6
 * *Version: 1.0
 * *License: All Rights Reserved.
 * *License URI: https://www.xlogam.com
 * *Text Domain: parcespanishschool.com
 * *Tags: custom-design */
body {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.banner-top {
  width: 100%;
}
.banner-top img {
  width: 100%;
  height: auto;
}

.destacados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 95%;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
.destacados .destacado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 300px;
}
.destacados .destacado img {
  height: 100px;
  width: auto;
}
.destacados .destacado span {
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
}

.about {
  background-color: #E7E7E7;
  width: 100%;
  border: 3px solid #B1833C;
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 30px;
}
.about-container img {
  height: 320px;
  width: auto;
}
.about-container article h2 {
  color: #B1833C;
  font-weight: 700;
  font-size: 45px;
  margin: 0px;
  line-height: 1em;
  margin-bottom: 25px;
}
.about-container article h2 span {
  font-size: 65px;
}
.about-container article h3 {
  color: #77765F;
  font-weight: 700;
  font-size: 28px;
  margin: 0px;
  line-height: 1em;
  margin-bottom: 28px;
}
.about-container article ul {
  color: #B1833C;
  font-weight: 700;
}
.about-container article ul li {
  margin: 0px;
  line-height: 1.3em;
  font-size: 24px;
}
.about-container article ul li:nth-child(odd) {
  color: #B1833C;
}
.about-container article ul li:nth-child(even) {
  color: #77765F;
}

.banner-agenda {
  width: 100%;
}
.banner-agenda img {
  width: 100%;
  height: auto;
}

.banner-form {
  width: 100%;
  position: relative;
}
.banner-form img {
  width: 100%;
  height: auto;
}
.banner-form article {
  position: absolute;
  top: 0px;
  left: 5%;
  width: 76%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 100px;
}
.banner-form article .form-container {
  width: 400px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.banner-form article .form-container h2 {
  font-size: 24px;
}
.banner-form article .form-container p {
  font-size: 16px;
  margin-bottom: 70px;
}
.banner-form article .form-container .form-control {
  border-radius: 40px;
  color: #828487;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.banner-form article .form-container .form-control::-webkit-input-placeholder {
  color: #828487;
}
.banner-form article .form-container .form-control::-moz-placeholder {
  color: #828487;
}
.banner-form article .form-container .form-control:-ms-input-placeholder {
  color: #828487;
}
.banner-form article .form-container .form-control::-ms-input-placeholder {
  color: #828487;
}
.banner-form article .form-container .form-control::placeholder {
  color: #828487;
}

.form-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-button-container button.btn.btn-primary {
  margin: 0px;
  background-color: red;
  outline-color: transparent;
  border-color: transparent;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1em;
  color: #000;
  background-color: #C6943A;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-button-container button.btn.btn-primary:hover {
  color: #fff;
  background-color: #a27728;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#626262), color-stop(50%, #626262), color-stop(50%, #D4AC66), to(#D4AC66));
  background: linear-gradient(to right, #626262 0%, #626262 50%, #D4AC66 50%, #D4AC66 100%);
  gap: 50px;
}

.footer-col-1 {
  background-color: #626262;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 20px;
  padding-bottom: 10px;
}

.derechos {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

.logo-footer {
  padding-left: 60px;
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-footer > img {
  height: 100px;
  width: auto;
}

.redes-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.links-footer {
  border-left: 1px solid #D4AC66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.links-footer ul {
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  list-style: none;
}
.links-footer ul li {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}
.links-footer ul li a {
  margin: 0px;
  padding: 0px;
  color: #C0A872;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.footer-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 190px;
  background: -webkit-gradient(linear, left top, right top, from(#626262), color-stop(50%, #626262), color-stop(50%, #D4AC66), to(#D4AC66));
  background: linear-gradient(to right, #626262 0%, #626262 50%, #D4AC66 50%, #D4AC66 100%);
}
.footer-col-2 img {
  width: auto;
  height: 200px;
}

.footer-col-3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 90;
  background-color: #D4AC66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-col-3 article h2 {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 26px;
}
.footer-col-3 article h3 {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  font-size: 26px;
}

.derechos {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}
.derechos p {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
.derechos p strong {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.derechos p a {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.barra-idioma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.barra-idioma .idioma {
  padding: 3px 0px;
}
.barra-idioma .idioma a {
  color: #000;
  padding: 0px 5px;
  font-weight: 600;
}
.barra-idioma .idioma a:last-of-type {
  border-left: 1px solid #000;
}
.barra-idioma .idioma a:hover {
  text-decoration: none;
  color: #fff;
}

.perfil-logo {
  max-width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.perfil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}

.perfil-col-1 img {
  width: 150px;
  height: auto;
  margin-bottom: 3px;
}
.perfil-col-1 h2 {
  color: #666666;
  font-weight: 700;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  margin-bottom: 3px;
}
.perfil-col-1 h3 {
  color: #B1833C;
  font-weight: 700;
  font-size: 19px;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}

.perfil-col-2 p {
  font-size: 20px;
  line-height: 1.6em;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logos img {
  height: 150px;
  width: auto;
}
.logos img:nth-child(1) {
  height: 80px;
}
.logos img:nth-child(2) {
  height: 70px;
}
.logos img:nth-child(3) {
  height: 100px;
}

.footer-tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-tels img {
  width: 45px;
  height: auto;
}
.footer-tels .footer-tels-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000;
  font-size: 26px;
}
.footer-tels .footer-tels-links a {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 26px;
}

.footer-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-mail img {
  width: 45px;
  height: auto;
}
.footer-mail .footer-mail-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-mail .footer-mail-links a {
  font-family: "Exo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 23px;
  font-weight: 700;
}

.bg-perfil-logo {
  background-color: #EFEFEF;
  overflow: hidden;
}

.header-top {
  background-image: url(../img/logo_top_fnd.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-top-cols {
  width: 95%;
  max-width: 1296px;
  margin: auto;
}

.header-top-logo-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-top-logo-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100px;
}
.header-top-logo-col-1 img {
  height: auto;
  width: 100%;
}

.header-top-logo-col-2 {
  background-image: url(../img/logo_top_separador.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1px 70%;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-logo-col-2.no-separator {
  background-image: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-top-logo-col-2 img {
  height: 20px;
  width: auto;
}
.header-top-logo-col-2 h2 {
  margin: 0px;
  padding: 0px;
  font-size: 23px;
  line-height: 1em;
}

.header-top-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.header-top-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.logos-cols-fnd {
  background-color: #EFEFEF;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logos-cols {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: auto;
  gap: 30px;
}

.logos-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logos-col-1 p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
}
.logos-col-1 h2 {
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-weight: 700;
  font-size: 34px !important;
  line-height: 1em;
  margin-bottom: 0em;
}
.logos-col-1 h3 {
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  color: #B1833C;
  font-weight: 700;
  font-size: 23px !important;
}
.logos-col-1 h4 {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1em;
  font-weight: 700;
}
.logos-col-1 h4:last-of-type {
  margin-bottom: 0em;
}
.logos-col-1 img {
  width: 200px;
  height: auto;
}

.logos-col-2 {
  padding-top: 60px;
}
.logos-col-2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
}
.logos-col-2 div:last-of-type {
  margin-bottom: 0px;
}
.logos-col-2 div img:first-of-type {
  width: 300px;
  height: auto;
}
.logos-col-2 div img:nth-of-type(2) {
  width: 150px;
  height: auto;
}
.logos-col-2 div img:nth-of-type(3) {
  width: 150px;
  height: auto;
}

.logos-col-3 {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.logos-col-3 h2 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  margin: 0px;
  padding: 0px 10px;
  margin-top: 20px;
}
.logos-col-3 h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0px;
  color: #E2BB69;
  padding: 0px 10px;
}

.footer-col-3 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.footer-col-3 article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

@media screen and (max-width: 1280px) {
  .banner-form article {
    width: 81%;
  }
  .logo-footer {
    padding-left: 35px;
    padding-right: 35px;
  }
  .logos-col-2 div img:first-of-type {
    width: 250px;
  }
  .logos-col-2 div img:nth-of-type(2) {
    width: 100px;
    height: auto;
  }
  .logos-col-2 div img:nth-of-type(3) {
    width: 100px;
    height: auto;
  }
  .logos-col-3 img {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .banner-form article {
    width: 90%;
  }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
  }
  .footer-col-1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-col-2 {
    width: 100%;
    background: none;
    background-color: #626262;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
  }
  .footer-col-3 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 0px;
  }
  .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .logos img {
    height: 80px;
    width: auto;
  }
  .logos img:nth-child(1) {
    height: 70px;
  }
  .logos img:nth-child(2) {
    height: 70px;
  }
  .logos img:nth-child(3) {
    height: 80px;
  }
}
@media screen and (max-width: 920px) {
  .logos-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .destacados {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .banner-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #383d27;
  }
  .banner-form article {
    position: static;
    padding: 0px;
    margin: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .derechos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .perfil-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logos {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-container img {
    width: 120px;
    height: auto;
  }
  .about-container article ul li {
    padding-bottom: 10px;
  }
  .derechos p {
    text-align: center;
    padding-bottom: 30px;
  }
  .derechos p:last-of-type {
    padding-bottom: 0px;
  }
  .perfil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-col-3 {
    padding-left: 0px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logos-col-2 div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-top-logo-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .header-top-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .header-top-logo-col-2 {
    background-image: none;
    padding: 0px;
    margin: 0px;
  }
  .logos-col-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logos-col-3 h2 {
    text-align: center;
  }
  .footer-mail .footer-mail-links a {
    font-size: 14px;
  }
  .footer-tels .footer-tels-links {
    font-size: 14px;
  }
  .footer-tels .footer-tels-links a {
    font-size: 14px;
  }
  .footer-col-3 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-col-3 article h2 {
    padding: 0px 10px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */