@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root{
  --blanco: #fff;
  --blancorgb: 255,255,255;
  --negro: #222222;
  --negrorgb: 0,0,0;
  --azul: #0f3050;
  --naranja: #ff6a13;
  --naranjac: #ffa06a;
  --azulc: #2B608C;
  --azul2: #182647;
  --azul3: #009ACB;
  --azul4: #0066FF;
  --azul5: #2E8FF1;
  --azul6: #2E8EF0;
  --azul7: #27348B;
  --azul8: #009FE3;
  --azul9: #4770EA;  
  --fondo: #d4dce9;
  --gris: #f2f2f2;
  --gris2: #505254;
  --gris3: #EBF0F6;
  --gris3rgb: 235, 240, 246;
  --gris4: #303030;
  --gris5: #FCFCFD;
  --verde: #AFD16D;
  --modulo: #eef1f6;
  --font: 'Montserrat', sans-serif;
}

.blanco{color:var(--blanco); }
.negro{color:var(--negro); }
.azul{color:var(--azul); }
.naranja{color:var(--naranja); }
.naranjac{color:var(--naranjac); }
.azulc{ color:var(--azulc); }
.azul2{color:var(--azul2);}
.azul3{color:var(--azul3);}
.azul4{color:var(--azul4);}
.azul5{color:var(--azul5);}
.azul6{color:var(--azul6);}
.azul7{color:var(--azul7);}
.azul8{color:var(--azul8);}
.azul9{color:var(--azul9);}
.fondo{color:var(--fondo);}
.gris{ color:var(--gris); }
.gris2{ color:var(--gris2); }
.gris3{ color:var(--gris3); }
.gris4{ color:var(--gris4); }
.verde{ color: var(--verde); }

.bgblanco{ background: var(--blanco); }
.bgnegro{ background: var(--negro); }
.bgverde{ background: var(--verde); }
.bgnaranja{ background: var(--naranja); }
.bgamarillo{ background: var(--amarillo); }
.bgazul{ background: var(--azul); }
.bgazulc{ background: var(--azulc); }
.bgazul2{ background: var(--azul2); }
.bgazul3{ background: var(--azul3); }
.bgazul4{ background: var(--azul4); }
.bgazul5{ background: var(--azul5); }
.bgazul6{ background: var(--azul6); }
.bgazul7{ background: var(--azul7); }
.bgazul8{ background: var(--azul8); }
.bgazul9{ background: var(--azul9); }
.bggris{ background: var(--gris); }
.bggris3{ background: var(--gris3); }
.bggris5{ background: var(--gris5); }
.bggris3rgba{ background: rgba(var(--gris3rgb), .85); }
.bgmodulo{ background: var(--modulo); }

.bddegazul{
  background: transparent linear-gradient(239deg, #0F3050 0%, #2B608C 100%) 0% 0% no-repeat padding-box;
}

.bgcontain{ background-size: contain;}
.bgcover{ background-size: cover;}

.line-normal { line-height: normal; }
.line-100 { line-height: 100%; }
.line-110 { line-height: 110%; }
.line-120 { line-height: 120%; }
.line-130 { line-height: 130%; }

.min-h-auto {
  min-height: auto!important;
}

div#bg-adorno {
    background: url(https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Emails/2025/open-school/v2/fondo-adorno.jpg);
    background-position: 0px 140%;
    background-repeat: no-repeat;
}

div#fondo-evento, .brdlr20 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.form_o .hs-button {
    background: var(--verde);
    border: 0;
    border-radius: 25px;
    color: var(--azul);
    display: inline-block;
    font-size: 18px;
    line-height: 130%;
    padding: 10px 35px;
    width: 100%;
    font-weight: 600;
}

li.blanco a:hover {
    color: #fff;
}

@media (min-width: 768px) {
  .col-20 {
    width: 20%;
  }

  .col-80 {
    width: 80%;
  }
}

.bglogo > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

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

.z-index-2 {
  z-index: 2;
}

.hs-breadcrumb-menu-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.hs-breadcrumb-menu-item {
  display: inline-block;
  float: none;
}

.hs-breadcrumb-menu-item a {
  cursor: pointer;
}

.btn-verde,
.btn-verde:hover {
  display: inline-block;
  padding: 10px 35px;
  color: var(--azul);
  font-size: 16px;
  border-radius: 8px;
  background: var(--verde);
  line-height: 130%;
}


.btn-azulc,
.btn-azulc:hover {
  display: inline-block;
  padding: 10px 35px;
  color: var(--blanco);
  font-size: 16px;
  border-radius: 8px;
  background: var(--azul3);
  line-height: 130%;
}


.btn-verde:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/mejor-colegio-privado-de-mexico-niveles-flecha.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn-verde-radio,
.btn-verde-radio:hover {
  display: inline-block;
  padding: 10px 35px;
  color: var(--azul);
  font-size: 16px;
  border-radius: 25px;
  background: var(--verde);
  line-height: 130%;
}

.btn-verde-radio:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/mejor-colegio-privado-de-mexico-niveles-flecha.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn-azul,
.btn-azul:hover {
  display: inline-block;
  padding: 10px 35px;
  color: var(--blanco);
  font-size: 16px;
  border-radius: 8px;
  background: var(--azul);
  line-height: 130%;
}

.btn-azul:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/mejor-colegio-privado-de-mexico-niveles-flechab.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn-verde:hover,
.btn-azul:hover {
  text-decoration: underline;
}

.btn-video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px 60px 10px 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  min-width: 150px;
  border-radius: 4px;
  color: #0F3050;
  background-color: #F2F2F2;
  overflow: hidden;
}

.btn-video:before {
  background-color: #AFD16D;
  background-image: url(https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/mejor-colegio-privado-de-mexico-banner-play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px auto;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px
}

.pleca-o {
  position: relative;
}

.pleca-o:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  opacity: 0.85;
  border-radius: 10px 10px 0px 0px;
}

#bg-convenios {
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/v2/colegio-privado-en-cdmx-convenios-W.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
}

body {
  padding-top: 100px;
}


header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

b, strong {
  font-weight: 700;
}


.hoja-1400 {
  position: relative;
  display: block;
  margin: auto;
  max-width: 1366px;
  width: 100%;
  padding: 0 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}

.modal-dialog {max-width: 1000px;}

.hoja-900 {
  position: relative;
  display: block;
  margin: auto;
  max-width: 900px;
  width: 100%;
  padding: 0 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}

.hoja-lp {
  position: relative;
  display: block;
  margin: auto;
  max-width: 800px;
  width: 100%;
  padding: 0 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}

.menu-top ul.pad-top,
.menu-top nav.pad-top {
  padding: 0 2%;
}

.home {
  margin-top: -106px!important;
  position: relative;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 1;
}

.bottom {
  bottom: 0;
}

.bgcover {
  background-size: cover;
}

.flex-auto {
  flex: auto;
}

.line-100 { line-height: 100%; }
.line-120 { line-height: 120%; }
.line-130 { line-height: 130%; }
.line-normal { line-height: normal; }

.nav-niveles {
  background: hsl(74deg 100% 38% / 80%);
  text-align: center;
  width: 1024px;
  margin: auto;
  padding: 20px 40px;
  line-height: normal;
  max-width: 100%;
}

.nav-niveles ul li { 
  position: relative; 
  width: 200px; 
}

.nav-niveles ul li a {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.nav-niveles ul li:after {
  content: "|";
  position: absolute;
  color: #fff;
  right: -17%;
  font-weight: 200;
  font-size: 24px;
}

.nav-niveles ul li:last-child:after {
  content: none;
}

.hs-breadcrumb-menu-item {
  padding: 5px 0px 5px 5px;
}

.hs-breadcrumb-menu-item a, .hs-breadcrumb-menu-item span{
  font-size: 14px;
}
.hs-breadcrumb-menu-item span.hs-breadcrumb-label {
  color: var(--azul);
  font-weight: 700;
  padding-left: 5px;
}

.blanco, .blanco:hover, .blanco:visited, .blanco:active{
  color:#fff;
}
  
.copy a, .copy span,.copy a:hover, .copy a:visited, .copy a:active{
  font-size:15px;
}

::-webkit-input-placeholder { /* Edge */
  color: #7c7c7c;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7c7c7c;
}

::placeholder {
  color: #7c7c7c;
}

.arrow {
  position: relative;
}

.arrow.down:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;  
  border-top: 25px solid #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.bullet-verde {
  padding-left: 15px;
  list-style: none;
}

.bullet-verde li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 20px;
  padding-right: 0;
  line-height: 130%;
}

.bullet-verde li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--verde);
}

.bullet-azul {
  padding-left: 15px;
  list-style: none;
}

.bullet-azul li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 20px;
  padding-right: 0;
  line-height: 130%;
}

.bullet-azul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--azul5);
}

.bullet-check {
  padding-left: 15px;
  list-style: none;
}

.bullet-check li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 20px;
  padding-right: 0;
  line-height: 130%;
}

.bullet-check li:before {
  content: '';
  background: url(https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/preescolar/preescolar-bilingue-en-ciudad-de-mexico-check.svg);
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  height: 13px;
}

.borde-b-gris-2 {
  position: relative;
}

.borde-b-gris-2:after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: 2px;
  background-color: var(--gris);
}

.borde-l-gris {
  position: relative;
}

.borde-l-gris:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 3rem;
  width: 2px;
  background-color: var(--gris);
}

.borde-l-verde-8 {
  border-left: 8px solid var(--verde);
}

.borde-blanco {
  border: 1px solid #fff;
}

.borde-gris {
  border: 1px solid var(--gris);
}
.borde-gris2 {
  border: 1px solid var(--gris2);
}

.borde-radio-8{
  border-radius: 8px;
}

.borde-radio-10{
  border-radius: 10px;
}

.borde-radio-15{
  border-radius: 15px;
}

.borde-radio-20{
  border-radius: 20px;
}

.degradado {
  position: relative;
  margin: auto;
}

.degradado:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(28,61,92);
  background: transparent linear-gradient(0deg, #000000 0%, #313131FC 34%, #74747400 100%) 0% 0%;
  opacity: 0.4;
}

.footer .logo {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: auto;
}

.footer .logo-azul {
  max-width: 337px;
}

.footer ul.redes-f {
  padding-left: 0;
  max-width: 150px;
  width: 100%;
  margin: auto;
}

.footer ul.redes-f li {
  margin-bottom: 0;
}

.footer .copy {
  border-top: 1px solid #fff;
}

.footer ul.legales {
  padding-left: 0;
}

a.whatsapp {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 10;
}

a.whatsapp img {
	display: block;
	width: 208px;
	height: auto;
}

.submenu-n {
  display: inline-block;
  position: relative;
}

.submenu-n:after {
  content: '';
  border-width: 2px;
  border-style: solid;
  border-color: var(--azul);
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.submenu-n.submenu-s:after {
  top: -4px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.bgwilliams {
    background: url(https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Landing_Page/open-school-2024/open-school-colegio-williams-cdmx-banner-W.svg);
    background-repeat: no-repeat;
    background-position: 150px -120px;
    height: 219px;
}

div#bghalf:before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

div#bghalf {
    position: relative;
    padding: 0;
}

.z-index-1 {
    z-index:1;
    position:relative:
}

.ico-time:before {
    content: url(https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/kinder/mejor-kinder-en-san-jeronimo-horarios-icono.svg);
    margin-right: 7px;
}


@media only screen and (max-width: 1100px) { 
  .fs40 {
    font-size: 28px;
  }
  .fs30 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .nav .container-wrapper{
    text-align: center;
  }
  
  .hs-menu-wrapper>ul{
     display:flex; 
     justify-content: space-between;
  }
  
  .hs-menu-wrapper>ul>li {
     text-align:center;
     display: flex;
     align-items: center;
     vertical-align:middle;
  }
  
  .hs-menu-wrapper>ul>li:last-child{
    max-width:inherit;
    border-left:none;
  }
}


/* Home */

#bg-campus,
#bg-campus2 {
  position: relative;
  background-size: contain;
}

#bg-campus:before,
#bg-campus2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/mejor-colegio-privado-de-mexico-img-campus-gradient.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}

.img-negative img {
  position: relative;
  top: 25px;
  width: 135%!important;
  max-width: 135%!important;
  margin-left: -35%;
}

.form_c > label {
  color: #fff;
}

.form_c .hs-form {
  display: flex;
}

.form_c .hs-form-field {
  max-width: 235px;
  width: 100%;
}

.form_c .hs-input {
  width: 95%;
  height: 38px;
  padding: 5px 10px;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
}

.form_c .hs-submit {
  margin-left: 10px;
  margin-top: 20px;
}

.form_c .actions {
  padding: 0 20px;
  background: var(--verde);
  border-radius: 8px;
  text-align: center;
}

.form_c .actions:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/mejor-colegio-privado-de-mexico-niveles-flecha.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.form_c .hs-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 8px 0px;
  color: var(--azul);
  font-size: 14px;
  font-weight: 700;
  border: 0;
  border-radius: 8px;
  background: var(--verde);
  line-height: 150%;
}

.form_c .submitted-message {
  margin: 20px 0 0;
  color: #000;
  font-size: 18px !important;
  text-align: center;
}

.form_c .hs_error_rollup {
  display: none;
}

.no-list {
    list-style: none;
    padding: 0
}

.hs-error-msg,
.hs-error-msgs,
.hs-main-font-element {
  margin-top: 3px;
  color: red;
  font-size: 14px!important;
  font-style: italic;
}

.submitted-message p {
  margin: 20px 0 0;
  color: #303030;
  font-size: 16px;
}

#mod_full, #mod_full .container-wrapper, #mod_full .row {
  max-width: 1400px;
  padding: 0;
  width: 100%;
}
.margin-neg-left {
  margin-left: -80px !important;
}

@media only screen and (max-width: 1024px) {
  .menu-top ul.pad-top,
  .menu-top nav.pad-top {
    padding: 0 2%;
  }
  
  /*body {
    padding-top: 100px;
  }*/
  
  body {
    padding-top: 113px;
  }
}

@media only screen and (max-width: 768px) { 
  /*.bglogo .cmn-toggle-switch span,
  .bglogo .cmn-toggle-switch span:after, 
  .bglogo .cmn-toggle-switch span:before {
    background-color: #fff;
  }
  
  .bglogo .cmn-toggle-switch.m-active span,
  .bglogo .cmn-toggle-switch.m-active span:after, 
  .bglogo .cmn-toggle-switch.m-active span:before {
    background-color: var(--azul);
  }*/
  
  .bgazulm {
    background-color: transparent;
  }
  
  .bglogo > div {
    display: block;
  }
  
  .bgnone-m{
    background: none !important;
  }
  
}

@media only screen and (max-width: 767px) { 
  .w-90,
  .w-80 {
    width: 100%;
  }
  
  a.whatsapp {
    right: 0;
    bottom: 0;
  }
}

@media only screen and (max-width: 575px) { 
  
  .bgcoverm{ background-size: cover;}
  
  .img-negative img {
    top: 0;
    width: 100%!important;
    max-width: 100%!important;
    margin-left: 0;
  }
  
  #bg-campus {
    padding-top: 35%;
    background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/Home/movil/mejor-colegio-privado-de-mexico-img-campus.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  
  #bg-campus2 {
    padding-top: 35%;
    background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/atencion-y-convivencia/la-salud-mental-en-la-educacion-movil-quieres%20saber-mas.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
  
  #bg-campus:before,
  #bg-campus2:before {
    display: none;
  }
  
  .mt-negative {
    margin-top: 62px;
  }
  
  .mt-image {
    margin-top: -62px;
  }
  
  #bg-paises {
    padding: 0;
  }
  
  #bg-paises > div {
    border-radius: 0;
  }
  
  .item-blog:last-of-type {
    display: none!important;
  }
  
  .form_c .hs-form {
    display: block;
  }
  
  .form_c .hs-form-field {
    max-width: 100%;
  }
  
  .form_c .hs-submit {
    margin-left: 0;
    margin-top: 15px;
  }
  
  .margin-neg-left {
    margin-left: auto !important;
  }
  .margin-top-neg-m {
    margin-top: -140px;
  }
  
}

@media only screen and (max-width: 480px) { 
  .fs38 {
    font-size: 30px;
  }
  
  h1,
  .fs32 {
    font-size: 28px;
  }
  
  h2,
  .fs34,
  .fs30 {
    font-size: 26px;
  }
  
  .fs28 {
    font-size: 24px;
  }
  
  .fs24,
  .fs22 {
    font-size: 20px;
  }
  
  .fs20 {
    font-size: 18px;
  }
  
  .btn-verde,
  .btn-verde:hover,
  .btn-verde-radio,
  .btn-verde-radio:hover {
    padding: 10px 15px;
  }
}

.bgopen {
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/popup/dic24/bg-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgopen-w {
  background-image: url('https://409898.fs1.hubspotusercontent-na1.net/hubfs/409898/Sitio2024/popup/dic24/w.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}

.ico-pop {
  flex: 0 0 16px;
  text-align: center;
}

.btn-negative {
  margin-bottom: -20px;
}