/*RESET*/
a {
  text-decoration: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: "Jost", sans-serif;
  color: #2E2E2E;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

body, * {
  font-family: "Jost", sans-serif;
  color: #2E2E2E;
}

.botHome {
  cursor: pointer;
}

.botNosotros {
  cursor: pointer;
}

.botHogar {
  cursor: pointer;
}

.btnPoblacion {
  cursor: pointer;
}


.africa { width: 100%; height: auto; text-align: center; background-color: #000;}
.africa p { width: 90%; margin: auto; font-size: 11px; padding: 12px 0px; color: #FFF; opacity: 0.5}
.africa p:hover { text-decoration: underline}


header {
  width: 100%;
  box-sizing: border-box;
  padding: 22px 30px;
  background-color: #FFF;
}
header .in {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  padding-left: 20px;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}
header ul li {
  padding: 4px 15px;
}
header ul li a {
  display: block;
  color: #555;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
header ul li a span {
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #784EAA;
  left: 0;
  bottom: -5px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
header ul li a:hover span {
  width: 100%;
}
header ul li a.active span {
  width: 100%;
}
header .icMenu {
  display: none;
}

.lighMenu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
.lighMenu .izq {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 350px;
}
.lighMenu .der {
  width: 350px;
  height: 100%;
  position: absolute;
  right: -350px;
  top: 0;
  background-color: #FFF;
}
.lighMenu .der .cerrar {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu {
  top: 100px;
  width: 80%;
  left: 10%;
  position: absolute;
  background-color: #FFF;
}
.lighMenu .der .listaMenu li {
  width: 100%;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
  padding: 14px 0px;
}
.lighMenu .der .listaMenu li a {
  color: #333;
  font-size: 18px;
  padding: 13px 0px;
  font-weight: 300;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.lighMenu .der .listaMenu li:hover a {
  padding-left: 6px;
}

.contHero {
  background-color: #FFF;
  width: 100%;
  height: 74vh;
  position: relative;
  z-index: 0;
}
.contHero .sliderHero {
  width: 100%;
  margin: auto;
  height: 74vh;
}
.contHero .sliderHero .swiper-slide {
  height: 100%;
  width: 100%;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.contHero .sliderHero .swiper-slide .texto {
  width: 60%;
  padding-left: 50px;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
.contHero .sliderHero .swiper-slide .texto h3 {
  font-size: 46px;
  line-height: 53px;
  font-weight: 700;
  margin-bottom: 3px;
}
.contHero .sliderHero .swiper-slide .texto h5 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contHero .sliderHero .swiper-slide .texto p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 30px;
}
.contHero .sliderHero .swiper-slide .texto a {
  background-color: #562E86;
  color: #FFF;
  display: inline;
  padding: 10px 35px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-size: 14px;
  line-height: 20px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.contHero .sliderHero .swiper-slide .texto a:hover {
  background-color: #482277;
}
.contHero .sliderHero .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 0.3;
}
.contHero .sliderHero .swiper-pagination-bullet-active {
  background-color: #FFF;
  opacity: 1;
}
.contHero .sliderHero .swiper-button-next.swiper-button-disabled, .contHero .sliderHero .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: initial !important;
}
.contHero .sliderHero .swiper-pagination {
  bottom: 50px !important;
}

.opciones {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 20px;
  transform: translate(0px, -30px) !important;
  -webkit-transform: translate(0px, -30px) !important;
  -moz-transform: translate(0px, -30px) !important;
  -ms-transform: translate(0px, -30px) !important;
  -o-transform: translate(0px, -30px) !important;
  z-index: 99999;
}
.opciones .cu {
  width: 40%;
  max-width: 600px;
  background-color: #826bab;
  margin: 0px 20px;
  box-sizing: border-box;
  padding: 34px;
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.27);
}
.opciones .cu h2 {
  color: #FFF;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.opciones .cu .misc {
  margin: 11px 0px;
}
.opciones .cu p {
  color: #FFF;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}
.opciones .cu a {
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
}
.opciones .cu a img {
  margin-left: 10px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.opciones .cu a:hover img {
  margin-left: 15px;
}
.opciones .cu:first-child {
  background-color: #A990C5;
}
.opciones .cu:last-child {
  background-color: #9978BF;
}

.opciones2 .cu p {
  color: #FFF;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 300;
}
.opciones2 .cu:first-child {
  background-color: #623a92;
}
.opciones2 .cu:last-child {
  background-color: #784EAA;
}

.hogar {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 30px;
  padding: 0px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hogar .texto {
  width: 60%;
}
.hogar .texto h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
.hogar .texto h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.hogar .texto h6 {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;
  background-color: #562E86;
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 14px;
  color: #FFF;
  margin-bottom: 12px;
}
.hogar .texto .misc {
  margin: 15px 0px;
}
.hogar .texto p {
  font-size: 17px;
  line-height: 25px;
  padding-right: 60px;
}
.hogar .texto p b {
  font-weight: 600;
}
.hogar .texto p strong {
  font-weight: 600;
}
.hogar .texto a {
  background-color: #562E86;
  color: #FFF;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.hogar .texto a:hover {
  background-color: #482277;
}
.hogar .foto {
  width: 40%;
}

.hogarInv .texto h2 {
  padding-left: 60px;
}
.hogarInv .texto h3 {
  padding-left: 60px;
}
.hogarInv .texto .misc {
  padding-left: 60px;
}
.hogarInv .texto p {
  padding-left: 60px;
  padding-right: 0px;
}

.hogar3 {
  background-color: #7f5fa5;
  width: 100%;
  height: auto;
  padding: 70px 50px;
  box-sizing: border-box;
  padding-bottom: 90px;
  background-image: url(../img/backWaves.jpg);
  background-position: center center;
  background-size: cover;
}
.hogar3 .in {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hogar3 p {
  color: #FFF;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.hogar3 p img {
  margin-top: 20px;
}
.hogar3 ul {
  width: 60%;
  padding-left: 60px;
}
.hogar3 ul h5 {
  color: #FFF;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.hogar3 ul li {
  color: #FFF;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 12px;
  font-weight: 300;
}
.hogar3 ul li span {
  color: #FFF;
}

.valores {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
  max-width: 1600px;
}
.valores h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #784EAA;
}
.valores ul {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}
.valores ul li {
  width: 20%;
  box-sizing: border-box;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 23px;
  border-right: 1px solid #EEE;
}
.valores ul li b {
  font-weight: 600;
}
.valores ul li:last-child {
  border: none;
}

.objetivos {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 60px;
}
.objetivos .cu {
  width: 40%;
  max-width: 600px;
  background-color: #FFF;
  margin: 0px 20px;
  box-sizing: border-box;
  padding: 34px;
  border: 1px solid #EEE;
  box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 3px 3px 5px -1px rgba(0, 0, 0, 0.27);
}
.objetivos .cu h2 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.objetivos .cu .misc {
  margin: 11px 0px;
}
.objetivos .cu p {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
}
.objetivos .cu p b {
  color: #784EAA;
  font-weight: 600;
}
.objetivos .cu a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}
.objetivos .cu a img {
  margin-left: 10px;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.objetivos .cu a:hover img {
  margin-left: 15px;
}
.objetivos .back {
  width: 100%;
  height: 90%;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  background-image: url(../img/backWaves2.jpg);
  background-position: center center;
  background-size: cover;
}

.txtGeneral {
  text-align: center;
  width: 90%;
  font-size: 16px;
  line-height: 25px;
  margin: 40px auto;
  max-width: 1100px;
}

.hogarIn {
  max-width: 1400px;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 80px;
}

footer {
  width: 100%;
  box-sizing: border-box;
  background-color: #562E86;
  padding: 40px 0px;
}
footer .in {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer ul li {
  width: 50%;
  margin: 8px 0px;
}
footer ul li a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
footer ul li a img {
  margin-right: 6px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .icMenu {
  display: none;
}

.heroIn {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.heroIn .in {
  text-align: center;
}
.heroIn h2 {
  color: #FFF;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  padding: 0px 22px;
}
.heroIn p {
  color: #FFF;
  width: 90%;
  max-width: 1100px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin: auto;
}

.contacto {
  width: 100%;
  height: auto;
  background-color: #EEE;
  position: relative;
  display: flex;
  align-items: center;
  padding: 70px 0px;
}
.contacto form {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 34px 42px;
  position: relative;
  width: 60%;
  max-width: 700px;
  margin: auto;
}
.contacto form h6 {
  color: #181816;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.contacto form .campos {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contacto form .campos100 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.contacto form .campos > div {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.contacto form label {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #111;
  opacity: 0.7;
  margin-bottom: 2px;
}
.contacto form input {
  margin-bottom: 12px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 6px 8px;
  border: 1px solid #DEDEDE;
  border-radius: 0px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.contacto form textarea {
  margin-bottom: 12px;
  width: 100%;
  height: 120px;
  resize: none;
  box-sizing: border-box;
  padding: 6px 8px;
  border: 1px solid #DEDEDE;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}
.contacto form .sendBtn {
  background-color: #562E86;
  cursor: pointer;
  border: none;
  float: right;
  padding: 12px 0px;
  width: 140px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.contacto form .sendBtn:hover {
  background-color: #482277;
}

.admision {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 0px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.admision h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #784EAA;
}
.admision h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #555;
  margin-top: 25px;
}
.admision ul {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.admision ul li {
  box-sizing: border-box;
  padding: 25px;
  padding-top: 0px;
  text-align: left;
  width: 32%;
  max-width: 400px;
  margin: 1%;
  border: 1px solid #EEE;
  background-color: #FFF;
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
}
.admision ul li h6 {
  color: #562E86;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.admision ul li h6 span {
  width: 100px;
  height: 1px;
  background-color: #c2aadf;
  margin-left: 12px;
}
.admision ul li p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #666;
}
.admision ul li:last-child {
  border: none;
}
.admision ul .foto {
  background-position: center center;
  background-size: cover;
}
.admision .back {
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.admision .back2 {
  background-color: #f9f9f9;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
}

.admServicios {
  margin-bottom: 30px;
}
.admServicios h4 {
  padding-top: 10px;
}
.admServicios ul li {
  background-color: #784EAA;
}
.admServicios ul li h6 {
  color: #FFF;
}
.admServicios ul li p {
  color: #FFF;
}

.listadox3 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 70px;
}
.listadox3 h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #784EAA;
}
.listadox3 .misc {
  margin: 15px 0px;
}
.listadox3 ul {
  -moz-columns: 3;
       columns: 3;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.listadox3 ul li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 25px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.listadox3 ul li b {
  display: flex;
  align-items: flex-start;
  color: #666;
  font-weight: 600;
}
.listadox3 ul li span {
  font-size: 8px;
  margin-right: 6px;
  color: #9978BF;
}

.actividades {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
.actividades h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #784EAA;
  margin-bottom: 20px;
}
.actividades .contSliderProd {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1500px;
  margin: 0 auto;
}
.actividades .contSliderProd .swiper-button-prev {
  background-image: url(../img/prev.svg) !important;
  top: 36% !important;
}
.actividades .contSliderProd .swiper-button-next {
  background-image: url(../img/next.svg) !important;
  top: 36% !important;
}

.sliderProductos {
  width: 90%;
  max-width: 1296px;
  height: auto;
  padding-bottom: 34px;
  position: relative;
  padding-bottom: 45px !important;
}
.sliderProductos .swiper-slide {
  padding-bottom: 16px;
  width: 100%;
  height: auto;
  position: relative;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.sliderProductos .swiper-slide .foto {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}
.sliderProductos .swiper-slide h6 {
  font-size: 20px;
  line-height: 26px;
  padding: 0px 10px;
  font-weight: 500;
  color: #784EAA;
  font-weight: 600;
  margin-bottom: 5px;
}
.sliderProductos .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
  padding: 0px 10px;
  font-weight: 500;
  color: #666;
}
.sliderProductos .swiper-pagination {
  display: none;
}
.sliderProductos .swiper-pagination-bullet-active {
  background-color: #222;
}
.sliderProductos .swiper-slide:hover {
  opacity: 0.7;
}

.clasificacion {
  width: 100%;
  text-align: left;
  background-color: #EEE;
  padding: 80px 0px;
  background-image: url(../img/backWaves.jpg);
  background-position: center center;
  background-size: cover;
}
.clasificacion .in {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.clasificacion .izq {
  width: 30%;
}
.clasificacion .izq h4 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 20px;
}
.clasificacion .izq img {
  width: 80%;
}
.clasificacion ul {
  width: 70%;
  padding-top: 20px;
  -moz-columns: 2;
       columns: 2;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.clasificacion ul li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 21px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  color: #FFF;
}
.clasificacion ul li h6 {
  font-size: 18px;
  line-height: 24px;
  padding: 0px 0px;
  font-weight: 500;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 5px;
}
.clasificacion ul li p {
  color: #FFF;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

.tablas {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 70px;
}
.tablas h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #784EAA;
  margin-bottom: 20px;
}
.tablas .tabla {
  width: 90%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 30px;
}
.tablas .tabla .titular {
  background-color: #784EAA;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.tablas .tabla .titular li {
  width: 50%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  box-sizing: border-box;
  padding: 14px;
}
.tablas .tabla .data {
  background-color: #f9f9f9;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.tablas .tabla .data li {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 14px;
  border-right: 1px solid #CCC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tablas .tabla .data li p {
  border-bottom: 1px solid #CCC;
  box-sizing: border-box;
  padding: 10px 0px;
  width: 100%;
}
.tablas .tabla .data li p b {
  font-weight: 600;
}
.tablas .tabla .data li p:last-child {
  border: none;
}
.tablas .tabla .data li:last-child {
  border: none;
}

@media (max-width: 1200px) {
  .contHero {
    height: 66vh;
  }
  .contHero .sliderHero {
    height: 66vh;
  }
  .opciones .cu {
    width: 45%;
  }
  .hogar {
    margin-bottom: 90px;
    margin-top: 70px;
  }
  .valores ul {
    flex-wrap: wrap;
  }
  .valores ul li {
    width: 400px;
    border: none;
    margin-bottom: 20px;
  }
  .clasificacion .izq h4 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (max-width: 992px) {
  header ul {
    display: none;
  }
  header .icMenu {
    display: block;
    width: 40px;
    cursor: pointer;
  }
  .contHero .sliderHero .swiper-slide .texto {
    width: 90%;
    padding-left: 5%;
  }
  .contHero .sliderHero .swiper-slide .texto h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .contHero .sliderHero .swiper-slide .texto h5 {
    font-size: 22px;
    line-height: 30px;
  }
  footer ul {
    flex-direction: column;
  }
  footer ul li {
    width: 100%;
  }
  .contacto form {
    width: 90%;
    max-width: 600px;
  }
  .admision ul {
    width: 90%;
    flex-direction: column;
    margin: auto;
  }
  .admision ul li {
    width: 100%;
    max-width: initial;
    margin: 0%;
    margin-bottom: 30px;
    padding: 30px;
  }
  .admision ul li:last-child {
    height: 400px;
  }
  .admision.admServicios ul li:last-child {
    height: auto;
  }
  .listadox3 ul {
    -moz-columns: 2;
    columns: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .actividades {
    width: 100%;
  }
  .sliderProductos {
    width: 80%;
  }
  .clasificacion .izq {
    width: 50%;
  }
  .clasificacion ul {
    width: 50%;
    padding-top: 20px;
    -moz-columns: 1;
    columns: 1;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .contHero {
    height: 65vh;
  }
  .contHero .sliderHero {
    height: 65vh;
  }
  .hogar {
    flex-direction: column;
  }
  .hogar .texto {
    width: 100%;
  }
  .hogar .foto {
    width: 80%;
    margin-top: 50px;
  }
  header .logo {
    padding-left: 0px;
    height: 56px;
  }
  header {
    padding: 15px 20px;
  }
  .hogar .texto p {
    padding-right: 0px;
  }
  .opciones {
    flex-direction: column;
  }
  .opciones .cu {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .hogarInv {
    flex-direction: column-reverse;
  }
  .hogarInv .texto p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hogar3 .in {
    flex-direction: column;
  }
  .hogar3 p {
    width: 100%;
    margin-bottom: 30px;
  }
  .hogar3 ul {
    width: 100%;
    padding-left: 0;
  }
  .objetivos {
    flex-direction: column;
  }
  .objetivos .cu {
    width: 90%;
    margin: auto;
    margin-bottom: 26px;
  }
  .hogar .foto {
    width: 100%;
  }
  .tablas h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .tablas .tabla {
    width: 100%;
  }
  .tablas .tabla .titular li {
    font-size: 16px;
    line-height: 22px;
  }
  .tablas .tabla .data li p {
    font-size: 15px;
    line-height: 22px;
    padding: 6px 0px;
  }
}
@media (max-width: 576px) {
  footer .in {
    flex-direction: column;
  }
  footer ul {
    margin-top: 16px;
  }
  .contHero .sliderHero .swiper-slide .texto h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .contHero .sliderHero .swiper-slide .texto h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .contHero .sliderHero .swiper-slide .texto p {
    font-size: 15px;
    line-height: 23px;
  }
  .contacto form .campos {
    flex-direction: column;
  }
  .contacto form .campos > div {
    width: 100%;
  }
  footer .in {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  footer .in .logo {
    margin-bottom: 40px;
  }
  footer ul li a {
    justify-content: center;
  }
  .heroIn {
    padding-top: 86px;
    padding-bottom: 68px;
  }
  .heroIn h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .hogar {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .hogar .foto {
    width: 100%;
  }
  .listadox3 ul {
    -moz-columns: 1;
    columns: 1;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .clasificacion .in {
    flex-direction: column;
  }
  .clasificacion .izq {
    width: 100%;
  }
  .clasificacion .izq h4 {
    font-size: 34px;
    line-height: 43px;
  }
  .clasificacion .izq img {
    width: 100%;
  }
  .clasificacion ul {
    width: 100%;
    padding-top: 40px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .contacto form {
    padding: 30px 30px;
  }
}
@media (max-width: 480px) {
  header {
    padding: 12px 20px;
    background-color: #F7F7F7;
  }
  header .logo {
    height: 55px;
  }
}/*# sourceMappingURL=estilos.css.map */