/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@font-face { font-family: "Gilroy";  src: url('https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Tipografias/Gilroy-ExtraBold.otf') format('otf'), 
  url('https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Tipografias/gilroy-extrabold-webfont.woff') format('woff'), 
  url('https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Tipografias/Gilroy-ExtraBold.ttf') format('ttf');}
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">



/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

a{
  text-decoration:none;
  font-family: Gilroy, sans-serif;
  font-size: .89em;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
  outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {  line-height: 130%; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::selection {
  background-color: #1e77b1;
  color: #fff;
}

::-moz-selection {
  background-color: #1e77b1;
  color: #fff;
}

                    /* Tipografia */

/*@font-face {
    font-family: 'proxima nova light';
    src: url('assets/fonts/proximanova/proxima_nova_light-webfont.woff2') format('woff2'),
         url('assets/fonts/proximanova/proxima_nova_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

                    /* Estructura */
                    
html, body {
  position: relative;
  width: 100%;
  /*-webkit-font-smoothing: antialiased;*/
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

a { 
  font-family: Gilroy, sans-serif;
  font-size: .89em;
  color: inherit; }

body {
  /*padding-bottom: 50px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*
ul.hs-menu-children-wrapper {
    position: absolute;
}
*/

ul.hs-menu-children-wrapper {
    padding: 0!important;
}

li.hs-menu-item.hs-menu-depth-2 {
    padding: 15px;
}

li.hs-menu-item.hs-menu-depth-2:hover {
    background: #1e77b1;    
}

li.hs-menu-item.hs-menu-depth-2:hover a {
    color:#fff;  
}

    

.margen {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1260px;
  margin: 0 auto;
  float: none!important;
  margin-left: auto!important;
}

.margen-1400 {
  display: block;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    float: none !important;
    margin-left: auto !important;
}


.margen-footer{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  float: none!important;
  margin-left: auto!important;
} 

b, strong{ font-weight:bold; font-family: 'Montserrat'; }
i, em { font-style: italic; }


/*---------------------------  VARIABLES  ---------------------------*/




/*---------------------------  HEADER  ---------------------------*/

.header {
  position: relative;
  background:#1E2343;
  
}

.header-sup {
  padding: 0px 0; 
  background-color: #1e77b1;
  text-align: center;
  background:#1E2343;
} 

.header-sup .row-fluid .widget-span {
  min-height: 0!important;
  background:#1E2343;
}



.txt-header, .header-sup ul {
    color: #fff;
    display: inline-block;
}

.txt-header {
  font-weight: 700;
}

.header-sup ul li {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
}

.header-sup .redes-footer {
    top: 0;
    text-align: right;
}

.header-sup .redes-footer li {
  margin: 0 7px;
}

.header-sup ul li a {
  display: block; 
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: .89em;
}

ul.tel li a, ul.tel li img {
    display: inline-block;
    vertical-align: middle;
}


.header-sup ul li a:hover {
  text-decoration: underline;
}
/*
.logo_header {
  padding: 20px 20px;
  border-bottom: 1px solid #ccc;
} */

.logo_header img {
  display: block; 
  max-width: 425px; 
  width: 100%!important;
  margin: auto;
} 

.hs-menu-wrapper {
  margin: 20px 0;
  padding: 0;
}

.hs-menu-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hs-menu-wrapper ul li a {
  color: #ffffff;
  font-size: 16px; 
  font-weight: 700;
  font-family: Gilroy, sans-serif;
}

/*.hs-menu-flow-horizontal > ul > li:last-of-type a */
.btn-admisiones {
  display: inline-block;
  background-color: #f38300;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 15px !important;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
}


.text-right {
    text-align: right;
}


ul.tel li img.inline, ul.tel li a.inline {
    display: inline-block;
}


ul.tel {
   /* margin-right: 12%;
    padding: 5px 0 10px;*/
}

.pad8 {
    padding: 10px 0;
}

.tel li a.inline {
    font-weight: bold;
    padding: 0 10px 0;
}

.logo_header {
    max-width: 315px;
    padding: 15px 0px;
}

.logo_header img {
    width: 100%!important;
}

.header.borde-bottom {
    border-bottom: solid 1px #ccc;
    padding: 0 0 0px;
    margin-bottom: 20px;
}

.span8.widget-span.widget-type-custom_widget.margen-menu {
    margin-left: 2%;
    padding: 10px 0 0;
}

.pad-50 {
  padding:50px 0;
}

.pad-top-30 {
  padding-top:30px;
}

.fs25 {
  font-size:25px;
  line-height: 32px;
}

.fs20 {
  font-size:20px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}

.btn-cta-azul a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    max-width: 320px;
    width: 100%;
    background-color: #5CC5F2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    margin: auto;
    display: block;
}

/***¨logos del home ***/

.logos-plataformas li {
    display: inline-block;
    margin: 50px 30px;
    vertical-align: middle;
    height: 83px;
    list-style: none;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/Home/2020/preparatoria-en-tlalnepantla-sprite-suite.jpg);
}

.logos-plataformas li span {
  color: #000;
    position: relative;
    display: block;
    top: 92px;
}


.logos-plataformas li.list1 {
    width: 92px; background-position: 0 0;
}

.logos-plataformas li.list2 {
    width: 92px; background-position: -88px 0;
}

.logos-plataformas li.list3 {
    width: 92px; background-position: -184px 0;
}

.logos-plataformas li.list4 {
    width: 92px; background-position: -282px 0;
}

.logos-plataformas li.list5 {
    width: 92px; background-position: -374px 0;
}

.logos-plataformas li.list6 {
    width: 92px; background-position: -459px 0;
}

/*---------------------------  mod_banner_txt_middle  ---------------------------*/

.banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 1400px;
  width: 100%;
  padding: 50px 20px;
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
  margin: auto;
}

.banner.pleca:before {
  content: ''; 
  position: absolute; 
  width: 670px;
  top: 0;
  left: 0;
  bottom: 0; 
  /*background-color: rgba(28,62,135,0.6);*/
  background-color: rgba(23,37,86,0.6);
} 

.txt-derecha.banner.pleca:before {
  right: 0;
  left: auto;
}

.txt-banner{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 570px;
  color: #fff;
  /*float: right;*/
} 

.txt-derecha .txt-banner {
  padding: 0 0 0 8%;
  float: right;
}

.txt-banner h1 {
    position: relative;
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
}

.txt-derecha .txt-banner h1 {
  font-size: 38px;

}

.txt-banner h1:before {
    content: '';
    position: absolute;
    width: 4px;
    top: -15px;
    left: -19px;
    bottom: -13px;
    background-color: #fff;
}

.txt-derecha .txt-banner h1:before{
  content: ''; 
  position: absolute;
  width: 8px; 
  top: 0; 
  left: -20px; 
  bottom: 0;
  background-color: #fff;
} 

.txt-derecha .txt-banner h1:before {
  background-color: #f38300;
}



.txt-banner p{
  font-size: 32px;
  line-height: 120%;
} 

.txt-banner p strong {
  font-weight: 700;
} 

.txt-banner a{
  display: inline-block;
  background-color: #f38300;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  margin: 35px 0 0;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
} 




ul.hs-menu-children-wrapper {
    background: #1E2343;    
    margin-top: 0px!important;
    list-style: none;
    z-index: 99999;  
    display: none;
    text-align: center;
    position: absolute;
    padding-bottom: 15px;
    width: 225px;
    text-align: left;
    padding: 0 15px;  
}

li.hs-menu-item.hs-menu-depth-1.hs-item-has-children { position:relative; }
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul.hs-menu-children-wrapper {  display: block;  }


/*---------------------------  mod_pleca_logos  ---------------------------*/

.row-logos {
  padding: 40px 20px;
}

.row-logos h2 {
  color: #1E2343;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: Gilroy,sans-serif;
}

.row-logos p {
  display: block;
  max-width: 1060px;
  width: 100%;
  color: #525252;
  font-size: 26px;
  line-height: 135%;
  text-align: center;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
}
}

.logos-empresariales {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

.logos-empresariales li {
  display: inline-block;
  margin: 0 0.5%;
  vertical-align: middle;
}

.logos-empresariales li:last-of-type {
  margin-right: 0;
}

.logos-empresariales li a {
  height: 83px;
  list-style: none;
  display: block;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.logos-empresariales li a {
  display: block;
  color: #58595b;
}

.logos-empresariales li h3{
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 130%;
}

.logos-empresariales li h3 span {
  display: block; 
  font-weight: 300;
}


/*---------------------------  mod_full_videos  ---------------------------*/

.row-video {
  position: relative;
  max-width: 1400px; 
  margin: auto;
} 

.row-video h2 {
  padding: 25px 20px;
  background-color: #1C77B2;
  text-align: center; 
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase; 
  line-height: 130%;
  font-family: Gilroy, sans-serif;
} 

.bloque-videos{
  position: relative;
  display: flex; 
} 

.lista-video {
  position: relative;
  display: inline-block; 
  width: 33.33%;
  height: 500px;
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
  text-align: center;
}

.txt-video{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0; 
  right: 0;
  bottom: 0;
  padding: 0 20px 30px; 
}

.txt-video a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 40px 15px 20px;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  cursor: pointer; 
  text-decoration: none;
  background-image: url('https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/Iconos/preparatoria-en-tlalnepantla-play.png');
  background-repeat: no-repeat; 
  background-size: auto 20px; 
  background-position: right 10px center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 

.txt-video a:hover{
  background-color: #f38300;
}

.txt-video p{
  display: block; 
  max-width: 300px; 
  width: 100%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 130%;
  margin: auto;
} 

.hoja-1240 {
    max-width: 1240px;
    margin: auto;
    display: block;
}
.hoja-1300{
  max-width: 1315px;
  margin: auto;
  width: 100%;
}

.font22 { font-size:22px; }

.fazul { background-color: #1E2343; }

.pad-top-40 { padding: 40px 0px; }

.mt20 { margin-top: 20px; line-height: normal; }

.pad-40-20 {
    padding: 40px 0 20px;
}
/*---------------------------  mod_cta_back_color ---------------------------*/ 

.row-cta {
  padding: 40px 20px; 
  margin: 40px 0 20px;
}

.txt-centrado {
  display: block; 
  max-width: 950px;
  width: 100%; 
  margin: auto;
}

.txt-cta {
  display: inline-block;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.txt-cta p {
  font-size: 25px;
  color: #fff;
  line-height: 135%;
}

.btn-cta {
  display: inline-block;
  width: 48%;
  text-align: center;
}

.btn-cta a {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  display: inline-block;
  max-width: 300px; 
  width: 100%;
  background-color: #5CC5F2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 20px;
  font-size: 20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
}


/*---------------------------  mod_two_columns  ---------------------------*/

.row-column {
  margin: 0 0 40px;
}

.row-column h2{
  margin: 30px 0;
  padding: 0 20px 0;
  color: #1E2343;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  text-transform: uppercase;
  font-family: Gilroy,sans-serif;
} 

.bloque-column{
  display: flex;
} 

.bloque-column.bloque-derecha{
  flex-direction: row-reverse;
} 

.img-column{
  display: inline-block; 
  width: 50%;
  background-repeat: no-repeat; 
  background-size: cover; 
  background-position: center;
} 

.contenido-column{
  display: flex; 
  width: 50%;
}

.txt-column{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 100%;
  padding: 10% 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
} 

.txt-column h3{
  display: block; 
  max-width: 228px; 
  width: 100%;
  font-size: 22px; 
  font-weight: 700;
  line-height: 130%;
  margin: 0 auto 35px;
}

.txt-column p{
  font-size: 17px;
  line-height: 130%;
}

.txt-column a{
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 325px;
  background-color: #5CC5F2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  margin: 35px 0 0;
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  cursor: pointer;
 
}


/*---------------------------  mod_two_60_columns  ---------------------------*/



.margin-column{
  margin: 30px 0 0;
}

.margin-column .img-column{
  width: 55%;
}

.margin-column .txt-column{
  width: 45%;
  padding: 15px 20px;
  text-align: left;
}

.margin-column .txt-column h2{
    color: #1E2343;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: Gilroy,sans-serif;
}

.margin-column .txt-column p{
  color: #525252;
  font-size: 20px; 
  line-height: 130%;
  font-family: 'Montserrat', sans-serif;
} 


/*---------------------------  mod_form_two_columns  ---------------------------*/ 

.contenido-form {
  max-width: 650px;
  margin: 35px auto 0;
  text-align: center;
}

.contenido-form > label {
  padding: 0 10px;
  cursor: pointer; 
}

.contenido-form input[type="radio"] {
  position: relative;
  -webkit-appearance: none;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  border: 1px solid #5CC5F2;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  cursor: pointer;
}

.contenido-form input[type="radio"]:checked:before {
  content: '✓';
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
}

.forma {
  margin: 28px 0 0;
  text-align: left;
}

.forma fieldset {
  max-width: 100%!important;
}

.forma .hs-form-field{
  margin: 0 0 30px!important;
} 

.forma fieldset:last-of-type {
  margin: 0!important;
}

.forma .hs-form-field input, 
.forma .hs-form-field select,
.forma .hs-form-field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 2px solid #434343;
  background: transparent;
  padding: 8px;
  font-size: 16px;
  outline: 0;
}

.forma .hs-form-field textarea{
  height: 120px;
  resize: none;
} 

.forma fieldset.form-columns-1 .hs-input{
  width: 100%!important;
} 

.forma .hs_submit{
  margin: 30px 0 0;
  text-align: center;
} 

.forma input[type="submit"] {
    -webkit-appearance: none;
    display: inline-block;
    background-color: #5CC5F2;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    max-width: 300px;
    width: 100%;
    font-weight: 700;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-family: 'Gilroy';
}

.forma .hs-form-required {
    display: none;
}

.hs-error-msgs {
  margin: 8px 0 0;
  color: #fb8020;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  padding: 0 8px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #545454;
  font-family: Helvetica,Arial,Verdana;
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #545454;
  font-family: Helvetica,Arial,Verdana;
  font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #545454;
  font-family: Helvetica,Arial,Verdana;
  font-style: italic;
}
/*------------------------Generales -----------------------------------*/


ul.hs-menu-children-wrapper.open-menu-list {
    position: absolute;
}
.text-center {
    text-align: center;
    font-family: Gilroy, sans-serif;
}

.text-left {
    text-align: left;
}

.fgris {
    background: #f6f6f6;
}

.font30 {
    font-size: 30px;
    line-height: normal;
}

.font24 {
    font-size: 24px;
    line-height: normal;
}

.font20 {
    font-size: 20px;
    line-height: 130%;
}



.font18 {
    font-size: 18px;
    line-height: 140%;
}

.gris { color: #525252 }
.blanco { color: #FFF; }
.naranja { color: #f38300 }

.up, .ibero, .anahuac, .itam, .salle, .ebc { display: inline-block;  }

.up, .ibero, .anahuac, .itam, .salle, .ebc {
    display: inline-block;
    background: url(https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/calidad-educativa/calidad-academica-logos.png);
    width: 184px;
    height: 72px;
}

ul.logos-univ li {
    margin: 20px 20px 60px;
}

li.ibero {
    width: 98px;
    background-position: -214px 0px;
}

li.anahuac {
    width: 75px;
    background-position: -348px 0px;
}

li.itam {
    width: 166px;
    background-position: -457px 0px;
}

li.salle {
    width: 164px;
    background-position: -653px 0px;
}

li.ebc {
    width: 119px;
    background-position: -859px 0px;
}


a.clickeable {
    margin: 0!important;
    padding: 0!important; 
    text-transform: initial;
    background: transparent;
    color: inherit;  
}

a.clickeable h3:hover {
    text-decoration: underline;
}

/*********lazy**********/
img.lazy {
  font-size: 10px;
  color: transparent;
}
.lazy {
  background-image: none !important;
  position: relative;
}

/*------------------------ Interiores ----------------------------*/

hr.linea-naranja {
    border: 0;
    width: 90%;
    background: #f38300;
    height: 2px;
    margin: 20px auto 25px!important;
}

.bullet-naranja h2, .bullet-gris h2 {
    margin: 0 0 25px;
    text-align: left;
    padding: 0;
    text-transform: initial;      
}

.bullet-naranja ul li {
    margin: 15px 0 0;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    line-height: 24px;
    padding: 0 25px;  
}

.bullet-naranja ul li:before {
    content: "\2022";
    position: absolute;
    left: -2px;
    font-size: 31px;
    top: 1px;
}

.bullet-gris ul li {
    margin: 15px 0 0;
    padding-left: 20px;
    font-size: 20px;
    position: relative;
    line-height: 24px;
    padding: 0 25px;  
}

.bullet-gris ul li:before {
    content: "\2022";
    position: absolute;
    left: -2px;
    font-size: 40px;
    top: 1px;
    color: #f38300;  
}



.box-top {
    padding: 30px 35px;
    box-sizing: border-box;
    margin-top: -25px;
    margin-bottom: 30px;
}

li.icom1, li.icom2 {
    background: url(https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/tecnologia-educativa/tecnologia-educativa-logos-certificados1.jpg);
    width: 85px;
    height: 83px;
    display: inline-block;
    margin: 40px 30px;
}



li.icom2 {
    width: 142px;
    height: 83px;
    background-position: -111px 0px;
}


li.ico-cer1, li.ico-cer2 {
    background: url(https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/tecnologia-educativa/tecnologia-educativa-logos-certificados2.jpg);
    width: 189px;
    height: 83px;
    display: inline-block;
    margin: 40px 30px;
}



li.ico-cer3 {
    background: url(https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/tecnologia-educativa/badge-google-certified-trainer-thumbnail.png);
    width: 99px;
    height: 100px;
    display: inline-block;
    margin: 0px 0px;
    background-size: 100%;
    position: relative;
    left: -30px;
    top: -6px;
}

li.ico-cer2 {
    background-position: -216px 0px;
    width: 190px;
    height: 93px;
}

.m-35 {  margin: 35px 0!important; }
.m-b-35 { margin-bottom: 40px; }

img.ico-esq {
    position: absolute;
    right: 0;
    top: 0;
}

.txtcrt span:first-child {
    width: 325px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

.txtcrt span:last-child {
    width: 325px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
}

p.aviso-prv {
    font-size: 14px;
    margin-top: 15px;
    text-decoration: underline;
}

/*---------------------------  footer  ---------------------------*/  

.footer {
  padding: 85px 0 45px;
  background-color: #1E2343;
} 

.footer .img-footer img {
  display: block; 
  max-width: 216px!important;
  width: 100%!important;
  height: auto;
  margin: auto;
}

.footer ul li {
  margin: 0 0 28px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  font-family: Gilroy, sans-serif;
  font-size: 1.1em;
  text-decoration: underline;

}

.redes-footer {
  position: relative;
  display: block;
  color: #fff;
  vertical-align: bottom;
  text-align: center;
}

.footer .redes-footer{
  margin: 20px 0 0;
}

.redes-footer li {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('https://1863510.fs1.hubspotusercontent-na1.net/hubfs/1863510/Site_2019/Home/preparatoria-en-tlalnepantla-redes.png');
  background-repeat: no-repeat;
  background-size: auto 30px;
  vertical-align: middle;
}

.redes-footer li.facebook {
    background-position: -21px 0;
}

.redes-footer li.twitter {
    background-position: -61px 0;
}

.redes-footer li.instagram {
    background-position: -101px 0;
}

.redes-footer li.youtube {
    background-position: -141px 0;
}

.redes-footer li a {
  display: block; 
  width: 100%; 
  height: 100%;
}

.txt-mapa img {
  display: block; 
  width: 100%!important; 
  height: auto;
}

.txt-mapa p {
  margin: 15px 0 0;
  color: #fff;
  line-height: 130%;
} 

.bottom-footer {
  display: flex;
  margin: 40px 0 0;
}

.bottom-footer li {
  flex-basis: 100%;
  margin: 0!important;
  font-size: 12px;
  text-align: center;
}

.bottom-footer li a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.bottom-footer li:last-of-type a {
  color: #e9862d;
}

.box-gris-2 {
    margin-bottom: 55px;
    padding: 20px 50px 0;
    box-sizing: border-box;
}

.int-texto p {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 24px;
}

.aviso-de-privacidad h3 {
  font-size:22px;
  color: #56b0df;
  margin:20px 0 10px 0;
}

.aviso-de-privacidad p {
  margin:0 0 10px 0;
}

.aviso-de-privacidad p a {
  color: #1e77b1;
}

.aviso-de-privacidad .bullet-naranja li {
  float:none;
  margin-bottom:12px;
}

.play-button{
  cursor: pointer;
  position: relative;
}

.play-button:before{
  content: '';
  height: 81px;
  position: absolute;
  width: 127px;
  z-index: 1;
  background-color: rgba(0, 51, 160, 0.70); /*cambiar el color por el del sitio*/
  left: 38%;
  top: 38%;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: normal;
}
.play-button:after{
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH8AAABRCAYAAAD7G3lVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATFJREFUeNrs22FtwkAYx+F2QcAkMAfgYBKQwBxMQh1MwiRQB+CgEoaDzkG5S1a+E5IF+n+e5D4ve3+7N0s4mgYAAAAAAAAAAAAA7jFN06cp5MavjuWsTSMzfjWWszORzPizQzmvJpMZ3xYIj28LiG8LpMeffdsCufGrn3LeTS0z/uzLFsiNbwuEx7cFxL9ugY1pZsafdSaaG78abIHc+LaA+MvbAi/+XG5Sww9L2QLtEm/+P/2oUzkfbduexc+LX51L/DdrP09fzvaZf4GVhjf7/Vv3vVFk/bfvMUhg/PoAZG+6efE9Aw+MP/oCSGZ8tz0wvtseGn9w2zPjdyaXF99n9aHx3fbA+G57aHy3PTC+N/mh8b3DD4zvtofGd9tD47vtAAAAAAAAAAAAADymiwADAOSj1JBfF8xMAAAAAElFTkSuQmCC) 0px 0px / 127px 81px no-repeat transparent;
  display: block;
  height: 81px;
  outline: none;
  position: absolute;
  width: 127px;
  z-index: 1;
  left: 38%;
  top: 38%;
}
.play-button:hover:before{
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 51, 160, 0.60);
  left: 0px;
  top: 0px;
  transition: all 80ms ease-out 0s;
  mix-blend-mode: multiply;
}


@media screen and (max-width: 768px) {
  .logos-empresariales {
    max-width: 290px;
    margin: 30px auto 0;
  } 
  
  .logos-empresariales li {
    width: 48%;
    margin: 0;
  }
  
  .logos-empresariales li a {
    display: block; 
    width: 100%!important;
    background-size: auto 54%;
  }

  .banner {
    padding: 65px 20px;
  }
  
  .banner.pleca:before {
    width: 100%;
  }
  
  .txt-banner {
    width: 100%;
    padding: 0;
    float: none; 
  }
  
  .txt-banner h1:before {
    display: none;
  }
  
  .bloque-videos,
  .bloque-column{
    display: block;
  }
  
  .img-column,
  .margin-column .img-column{
    display: block; 
    width: 100%;
    padding: 54% 0 0;
  }
  
  .margin-column .txt-column {
    display: block; 
    width: 100%;
    padding: 0 20px 30px;
  }
  
  .contenido-column{
    width: 100%;
  }
  
  .lista-video{
    display: block;
    width: 465px;
    max-width: 100%;
    margin: auto;
  }
  
  .txt-cta{
    margin: 0 0 20px;
    text-align: center; 
  }
  
  .contenido-form fieldset {
    margin: 0!important;
  }
  
  .contenido-form .form-columns-2 .hs-form-field .hs-input, 
  .contenido-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
  }
  
  .contenido-form .hs-form-field, 
  .contenido-form .hs-form-field:nth-child(2), 
  .contenido-form .hs-form-field:last-of-type{
      width: 100%;
      margin: 0 0 20px;
  }

  .ctas.ctas-colores {
      text-align: center;
  }

  .cta-azul {
      margin: 15px 0;
  }
  
 
  .importante p {
    font-size: 17px;
    line-height: 20px;
    padding-top: 25px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    padding: 30px 20px;
    padding-bottom: 10px;
}
  
.ctas {
    padding: 35px 0 0;
}
  
} 

@media screen and (max-width: 767px) {
  .txt-cta, 
  .btn-cta{
    display: block;
    width: 100%;
  }
  
  .hs-menu-wrapper{
    display: none;
  }
  
  .redes-footer{
    margin: 20px auto;
  }
  
}

@media screen and (max-width: 600px) {
  .contenido-column,
  .txt-column{
    display: block; 
    width: 100%;
  }
  
  .txt-column {
    padding: 30px 20px;
  }
  
  .margin-column .txt-column {
    padding: 0 20px 30px;
  }
}