html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  
}
body {
  margin: 0;
  font-family: Helvetica, Arial, Verdana;  
}

* { margin: 0; padding:0; }
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}


audio:not([controls]) {
  display: none;
  height: 0;
}


progress {
  vertical-align: baseline;
}


template, /* 1 */
[hidden] {
  display: none;
}


a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}



abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  
}

/* Forms
   ========================================================================== */

/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input, /* 1 */
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica,Arial,Verdana;
    color: #5a6266;
    line-height: 23px;
}

                /* Termina normalize*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* @import url('http://example.com/example_style.css'); */



/* Header */

                    
.hoja-1000 {
    width: 1000px;
    margin: auto;
    position: relative;
    display: flex; 
  font-family: 'montserrat' , sans-serif;
}  




/*Bnner home*/

.banner-home {
    height: 385px;
    max-width: 1525px;
    margin: auto;
    background-image: url(//cdn2.hubspot.net/hubfs/1863510/Site/Home/preparatoria-estado-de-mexico-indoamericano-1.jpg);
}

.pleca-home-v3 {
    background: rgba(50, 50, 50, 0.8);
    color: white;
    margin: auto;
    display: block;
    max-width: 517px;
    text-align: center;
    padding: 25px 24px;
    font-size: 28px;
    line-height: 35px;
    font-family: 'Open Sans',sans-serif;  
}

.banner-home.con-videos {
     padding: 120px 0;
    height: 144px;background: url(https://cdn2.hubspot.net/hubfs/1863510/Site/Home/banner/Fondo-home.jpg);
    /*background: url(https://www.indoamericano.edu.mx/hubfs/Site/Home/v2/mejor-preparatoria-en-tlalnepantla-colegio-indoamericano.jpg?t=1513111208815);*/
}

.pleca-videos {
    background: background: #323232;
    background: #323232;
    color: #fff;
    text-align: center;
    padding: 25px 0;    
}

.vid-banner-txt {
    font-family: 'Open Sans',sans-serif;
    font-size: 23px;
    margin-right: 35px;
    line-height: 28px;    
}

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


.inline-m {
    display: inline-block;
    vertical-align: middle;    
}

p.texto-becas {
    font-family: 'Open Sans',sans-serif;
    font-size: 26px;
    max-width: 675px;
    margin: auto;
    font-weight: bold;
    color: #000;
    padding-bottom: 25px;
    line-height: 32px;
}

.vid-wistia-bann.inline-m {
    width: 230px;
    margin: 0px 20px;
}

.sec-becas {
    padding: 35px 0;
}

.img-beca {
    margin: 0 15px;
}

.bold {
    font-weight: bold;
}

.pleca-home {
    width: 560px;
    height: 170px;
    background: rgba(31,31,31,0.75);
    margin: auto;
    position: relative;
    top: 75px;
    text-align: center;
    /* padding-top: 28px; */
    color: #FFF;
    padding: 35px 0px;    
}


.pleca-home h2, .pleca-home h1 {
    font-size: 42px;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.pleca-home span {
    font-size:26px;
    font-weight: 300;    
}


.boton {
    background: #f38400;
    font-family: Helvetica, Arial, Verdana;  
    font-size: 16px;
    font-weight: 600;
    display: inline;
    text-transform: uppercase;
    position: relative;
    top: 28px;
    margin: 8px;
    padding: 12px 20px 10px 20px;;
    position: relative;
    top: 35px;
}

.wrap-gris {
   background: #d2dce2;
}

.cont-cajas .caja {
    display: inline-block;
    width: 326px;
    vertical-align: text-top;
    background: #FFF;
    height: 280px;
}

.caja .titulo {
    background: #323232;
    height: 95px;    
}

.plequita, .texto {
    display: inline-block;
}

.plequita {
    background: #1d77b1;
    width: 10px;
    position: absolute;
    height: 95px;
}

.texto {
    font-size: 24px;
    color: white;
    font-family: 'Open Sans',sans-serif;
    position: relative;
    left: 56px;
    top: 23px;
    line-height: 25px;
}

.descri {
    font-size: 16px;
    font-family: Helvetica, Arial, Verdana;  
    text-align: center;
    color: #5a6266;
    padding: 19px 39px;
    line-height: 24px;
    
}

a.cta {
    background: #1e77b1;
    color: white;
    position: relative;
    top: 15px;
    padding: 15px 35px 13px 35px;
    font-family: Helvetica, Arial, Verdana;  
    font-weight: 600;
    text-transform: uppercase;    
}

.descri .cta {
    top: 30px;
}


.cont-cajas {
    margin-top: 40px;
    margin-bottom: 40px;
}

.caja.medio {     
    margin-left: 7px;
    margin-right: 6px;
}

.col-txt {
    padding-top: 14px;
    max-width: 580px;
    /*margin-bottom: 30px !important;*/
}

.col-txt h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;    
    line-height: 31px;  
    color:#323232;
}

.col-txt .boton {
    margin-left: 0;
    position: relative;
    top: 20px;
    padding: 15px 35px 13px 35px;
}


.col-txt p {
    margin-right: 83px;
    line-height: 26px;
    padding-top: 5px;
    line-height: 23px;  
    color: #5a6266;    
}


.boton {
    color: white;
}

.pad40 { padding: 40px 0px; }

.caja-2 {
    width: 320px;
    height: 298px;
    display: inline-block;
    background: white;
    text-align: center;
    padding-top: 15px;
}

.caja-2 .texto {
    font-size: 21px;
    padding: 10px;
    font-weight: 600;
    color: #323232 !important;
    margin-top: 15px;
    margin-bottom: 5px;
    left: 0;
    top: 0;   
    max-width: 300px;
}

.tit-gris {
    text-align: center;
    color: #1C77B2;
    font-size: 30px;
    padding: 40px 0px;
    font-weight: 600;
    font-family: 'Gilroy';
}

.medio2 {
    margin-left: 16px;
    margin-right: 15px;
    margin-bottom: 40px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 300px;
}

.hs-rss-item-image-wrapper {
    float: left;
}


.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 335px;
    float: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.hs-rss-description {
    font-size: 14px;
    color: #5a6266;
    min-height: 105px;    
    margin-top: 5px;    
    line-height: 18px;    
}

a.hs-rss-title {
    font-size: 19px;
    color: #323232;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;        
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 300px;
    position: relative;
    top: 5px;
}

.tit-blog {
    color: #1e77b1;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 680px;
    display: inline-block;
}
.tit-blog a{
    color: #1e77b1;
    text-decoration: none;
}

.tit-siguenos {
    color: #1e77b1;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 311px;
    display: inline-block;
}

.tit-blog, .tit-siguenos {
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Open Sans',sans-serif;     
    line-height: 30px;    
}

#hs_cos_wrapper_module_14592741189943200 > div > div:nth-child(1) {
    border-bottom-style: solid;
    border-color: #1e77b1;
    border-width: 1px;
    margin-bottom: 35px;
    padding-bottom: 34px;
}

.hs-rss-description a {
    float: right;
    position: relative;
    top: 14px;
    color: #1e77b1;
    font-style: italic;
    font-weight: 600;
}


.logo-redes, .linkks-f, .mapa-f {
    display: inline-block;
    vertical-align: top;    
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}


.ajuste-1-linea {
    /*padding: 36px 35px 31px 50px;*/
    top: 35px    
}

.caja-2 .texto {
    font-size: 21px;
    padding: 10px;
    font-weight: 600;
    color: #323232 !important;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.politicas {
    text-align: center;
    font-size: 12px;
    font-family: Arial,Helvetica,Verdana;
    margin-top: 30px;
}

.politicas a {
    text-decoration: underline;
}

.politicas a span {
    color: #eb861a;
    text-decoration: underline;
    font-style: italic;
} 

.subordinado {
        margin-left: 30px;
}




.hoja-1000.pad40 {
    width: 950px;
}

.descri ul {
    text-align: left;
    width: 114px;
    display: inline-block;
}

.descri ul li {
    line-height: 17px;
    margin-top: 9px;
    font-weight: 600;    
}

.bullets-1 {
    width: 288px;
    margin: auto;
    position: relative;
    left: -15px;
}

#hs_cos_wrapper_module_14592094918632520 > div > div:nth-child(3) > div.descri > div > ul:nth-child(2) {
    position: relative;
    left: 28px;
}

.col-video {
    max-width: 420px;
    width: 100%;
}

            /* Menú child */



ul.hs-menu-children-wrapper {
    display: none;
}           

ul.hs-menu-children-wrapper {
    background: #323232;
    margin-top: 10px!important;
    list-style: none;
    z-index: 99999;    
}

li.hs-menu-item.hs-menu-depth-2 a {
    border-style: none;
}


/*******************************************************************************************/
            /* Menu lateral flechas*/

.activado a, .activado {
    color: #323232!important;
}

i.flecha {
    width: 17px;
    height: 24px;
    float: right;
    background: url(//cdn2.hubspot.net/hubfs/1863510/Site/icos/flecha-naranja.png);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.activado i.flecha {
    background: url(//cdn2.hubspot.net/hubfs/1863510/Site/icos/flecha-gris.png)!important;
}

li.hs-menu-item.hs-menu-depth-2 {
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.menu-lateral {
    text-transform: uppercase;
}

ul.menu-lateral li {
    list-style: none;
    font-size: 14px!important;
    font-weight: 500!important;    
    position:relative;    
}

ul.menu-lateral li:last-child {
    border-bottom-style: solid;
}

a.es-mail {
    font-style: italic;
    color: #1E77B1;
}

li.hs-menu-item.hs-menu-depth-2:last-child {
    margin-bottom: 1px;
}

li.hs-menu-item.hs-menu-depth-2.active.active-branch {
    color: #1E77B1!important;
}

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



/* interiores */

.ctas {
    padding: 70px 0;
}

.ctas div {
    display: inline-block;
}

.importante h4 {
    color: #f38400;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 28px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    padding-left: 20px;
    padding-bottom: 10px;
}

.importante p {
    font-size: 17px;
    line-height: 20px;
    padding-top: 25px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    padding-left: 20px;
    padding-bottom: 10px;
}

#hs_cos_wrapper_module_14610832603821396 > div.int-cta.importante > p:nth-child(5){
        border-bottom: none !important;
}

span.azul {
    color:#1E77B1;
}

.importante p span {
    font-weight: bold;
    font-size: 26px;
}

.importante p span.f-19 {
    font-weight: bold;
    font-size: 19px;
}

.ctas-colores a {
    color: #fff;
    padding: 6px 12px;
    width: 235px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.cta-verde {
    background: #3fb34f;
}

.cta-azul {
    background: #1e77b1;
    margin: 0 106px;
}


.cta-naranja {
    background: #f18322;
}

.calendario {
    background-image: url(https://cdn2.hubspot.net/hubfs/1863510/Site/prepa-2-anios/preparatoria-en-tlalnepantla-colegio-indoamericano.png);
    display: inline-block;
    width: 50px;
    height: 40px;
    vertical-align: middle;
}

.pesos {
    background-image: url(https://cdn2.hubspot.net/hubfs/1863510/Site/prepa-2-anios/preparatoria-en-tlalnepantla-colegio-indoamericano.png?t=1517938996713);
    display: inline-block;
    width: 43px;
    height: 40px;
    vertical-align: middle;
    background-position: 217px -2px;
}

.examen {
    background-image: url(https://cdn2.hubspot.net/hubfs/1863510/Site/prepa-2-anios/preparatoria-en-tlalnepantla-colegio-indoamericano.png);
    display: inline-block;
    width: 43px;
    height: 40px;
    vertical-align: middle;
    background-position: 175px -2px;
}
/*************************************************************************************************/

            /*Responsivos/*

* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    /*background-color: #000000; */
    border-color: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



.solo-movil {
    display: none!important;
}

@media (max-width: 1024px) {
.vid-wistia-bann.inline-m {
    width: 230px;
    margin: 0px 10px;
}
}

@media (max-width: 767px){
    
.menos-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
}
    
.pleca-home span {
    margin-top: 5%;
    display: block; 
    font-size: 22px;
    line-height: 24px;
    }

.hoja-1000 {
    width: 100%;
    max-width: 1000px;
    display: block;    
}

.hoja-1000.pad40 {
    max-width: 950px;
    width: 100%;    
}

.wrap .hoja-1000 {
    display: block;
}
    
.span12.widget-span.widget-type-menu {
    background: transparent;
    margin-top: -60px;
}


.pleca-home {
    width: 100%;
    min-height: 150px;
    height: auto;
    padding: 5px 0;
}


#hs_menu_wrapper_module_14591881747183>ul>li:nth-child(1)>a {
    padding-left: 35px;
}

#hs_menu_wrapper_module_14591881747183>ul>li>a {
    border-right: none !important; display:block;
}

ul.hs-menu-children-wrapper {
    background: #323232;
    left: 0px;
    width: 100%!important;    
    min-height: 233px;
    height: AUTO;    
}
    
div#hs_menu_wrapper_module_14591881747183 {
    padding-top: 10px;
    min-height: auto;
    margin-bottom: -36px;
}

div#hs_menu_wrapper_module_14591881747183 {
    height: auto; display:none;
}

.fb-page.fb_iframe_widget {
    display: none;
}




.logo-redes {
    min-height: 50px;
    margin-top: -25px;
}

.mapa-f {
     margin-left: 0px;
}

.linkks-f {
    display: none;
}

.tit-blog, .tit-siguenos {
    width: 100%;
    margin-top:10px;
}

.tit-siguenos {
    display: none;
}

.caja.medio {
    margin-left: 0px;
    margin-right: 0px;
}


.cont-cajas .caja {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    background: #FFF;
    height: 280px;
}

.medio2 {
    margin: 0;
}

.boton {
    display: block;
    margin: 10px auto;
    text-align: center;    
}

.caja-2 {
    max-width: 320px;
    display: block;
    margin: 30px auto;
}

.col-txt h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    line-height: 31px;
    color: #323232;
    text-align: center;
}

.col-txt p {
    line-height: 26px;
    line-height: 23px;
    color: #5a6266;
    padding: 12px;
    margin: 0;    
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 90%;
    float: none;
    padding: 0px;
    display: block;
    margin: auto;
}

.hs-rss-item-text {
    width: 90%;
    float: none;
    padding: 0px;
    display: block;
    margin: auto;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 20px;
    text-align: center;
    display: block;
    margin: auto;
}

.wrap-gris {
    background: #fff;
    padding-bottom: 0;
}

.tit-gris {
    padding: 40px 0 0px;
}

.col-video {
    max-width: 420px;
    width: 100%;
    margin: auto;
}

.mapa-f img {
    max-width: 100%;
}

/*****************************************/
            /*Banners*/
        
.pleca-home h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 40px;
}

.pleca-home {
     top: 0px;
    /*min-height: 200px;*/
}

.banner-home {
   /* background-image: none;*/    height: auto;
       background-image: none;
    background-color: #5a6266;
    
}

.banner-home.v2 {
    background: url(https://cdn2.hubspot.net/hubfs/1863510/Site/Home/mobile/preparatoria-en-tlalnepantla-movil.jpg);
    background-size: 167%;
}


.pleca-home.v2 {
    min-height: 0;
    padding: 3px 0;
}

.vid-wistia-bann.inline-m {
    width: 230px;
    margin: 15px 20px;
}


.pleca-home.v2 span {
    padding: 5px 20px;
}

span.admisiones {
    position: absolute;
    top: 127px;
    z-index: 1;
    font-size: 21px;
    left: 20px;
}

.mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: transparent;
    border: 1px solid #FFF;
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    margin-top:5px;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    background-color: #FFF;
    }
    
.custom-menu-primary .hs-menu-wrapper {
    background-color: #51575a;
}    

.mobile-open .mobile-trigger {
    background-color: #51575A; margin-top:5px;
    }

li.hs-menu-item.hs-menu-depth-1 {
    border-style: solid!important;
    border-width: 1px;
    border-color: #686868!important;
    width: 100%;
    display: block;
}

li.hs-menu-item.hs-menu-depth-2 {
    border-style: solid!important;
    border-width: 1px;
    border-color: #4D4D4D!important;
}

.boton {
    padding: 12px 0px 10px 10px;
 }

.logo-u {
    display: block!important;
    text-align: center;
    margin-top: 10px!important;
    float: none;
    margin: auto;
}

.politicas {
    margin-top: -40px;
}

#hs_menu_wrapper_module_14591881747183 > ul {
    position: relative;
    top: -9px;
}

.descri {
    padding: 15px;
}

div#hs_menu_wrapper_module_14591881747183 ul {
    width: 100%!important;
    margin-top:55px;background: #4f4f4f;
}

.logo-f {
    display: none;
}

.redes-f {
   top: 0px; 
}

/*.img-beca {
    margin: 7px 25px;
    width: 225px;

} */

.img-beca {
    margin: 7px;
    width: auto;
}

p.texto-becas {
    font-size: 22px;
    line-height: 26px;
}

.sec-becas {
    padding: 15px 0 0 0;
}
}


/******Solo IPAD*********/

@media screen and (min-device-width: 767px) and (max-device-width: 768px) { 

.hoja-1000 {
    width: 768px;
 }
 
.admisiones {
    margin-left: 30px!important;
} 

li.hs-menu-item.hs-menu-depth-1 a {
    padding: 10px 11px;
 }
 
 .hoja-1000.pad40 {
    width: 768px;
}

.span8.widget-span.widget-type-rss_listing {
    width: 768px;
    margin: auto;
    float: none;
}

.tit-siguenos {
    display: none;
}

.fb-page.fb_iframe_widget.fb_iframe_widget_fluid {
    display: none;
}

.linkks-f {
    min-width: 177px;
}
 
.caja {
    display: block;
    float: left;
    margin-left: 41px;
    margin-bottom: 46px;
    margin-right: 21px;
}
 
.caja-2 {
    float: left;
    margin-left: 6% !important;
    margin-bottom: 40px !important;
}

.col-txt{
    float: none !important;
    margin-bottom: 10px !important;
    padding: 0 3%;
    text-align: center;
    max-width: 100% !important;
}
.col-txt p{
    margin-right: 0 !important;
}
.col-video {
    float: none !important;
    margin: 0 auto;
    max-width: 80%;
}

.mapa-f {
    display: none; /* Temporal*/
}

.infos {
    float: left;
    width: 403px;
}

.int-texto {
    max-width: 405px!important;
    vertical-align: top;
    margin-left: 8px;
}

ul.menu-lateral {
    width: 270px!important;
}

.galeria {
    margin: 0 auto;
    width: 768px !important;
}

div#hs_menu_wrapper_module_14591881747183 ul {
    width: 100%!important;
}



.int-texto.con-menu {
    max-width: 750px!important;
}

.infos {
    width: 386px!important;
}

.caja-trans {
    display: inline-block;
    vertical-align: top;
    width: 225px!important;
    margin-bottom: 35px;
    margin-left: 21px;
}


p {
    padding: 10px;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display: inline-block;
    width: 52%;
    position: relative;
    top: 5px;
    margin-left: 15px;
}

.logo-movil a img {
    margin-left: 15px !important;
}

.boton {
    font-size: 15px;
    padding: 15px 5px;
}

.vid-wistia-bann.inline-m {
    width: 170px;
    margin: 0px 5px;
}

}

/*************************/

/* MENU MOVIL HOME */

ul.navegar {
    background-color:#1e77b1;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -40px;
}

ul.navegar li{
    list-style: none;
	border-bottom: 1px solid #fff;
    position: relative;
    padding: 10px 0;
}

ul.navegar li a {
    font-weight: bold;
    display: block;
    width: 100%;
    color:#fff;
    text-decoration: none;
}

ul.navegar li.ult {
    border-bottom: none!important;
}

div.arrow.white {
    background-position: left top;
}

div.arrow {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 9px;
    height: 13px;
    background: transparent url('http://seo-consultoria.com/movil-colegio/img/arrows.png') no-repeat;
}



/* MENU MÓVIL */
    .menu-mobile ul li {
    border-style: solid !important;
    border-width: 1px;
    border-color: #686868 !important;
    display: inline;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    }


    .menu-mobile ul li a {
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0 10px;
    color: #fff;
    margin: 0;
    background-image: none;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0;
    text-align: left;
    color: #fff;
    }
    
/* ADMISIONES */

.form-admision {
    max-width: 500px;
    margin: 30px auto;
}

.form-admision input.hs-input, textarea.hs-input, select.hs-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 0px;
}

.form-admision .hs-form fieldset.form-columns-1 .hs-input {
    width: 96%;
    border-radius: 0px;
    min-height: 120px;
}

.form-admision .hs-form .hs-button, .form-admision .hs-form .hs-button:hover, .form-admision .hs-form .hs-button:active {
    color: #fff;
    text-shadow: 0 -1px 0 #eb861a;
    background-color: #eb861a;
    background-image: linear-gradient(to bottom, #eb861a,#eb861a);
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 50%;
    padding: 13px;
    font-size: 17px;
}

.form-admision  .hs-form.stacked .actions {
    margin: 0;
    padding: 0 30px 0 0;
    text-align: center;
}

.form-admision .hs-form.stacked .inputs-list>li label {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: red;
}

.hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #eb861a !important ;
    border-top: 1px solid #eb861a  !important;
    border-bottom: 1px solid #eb861a  !important;
    border-right: 1px solid #eb861a  !important;
    border-left: 1px solid #eb861a  !important;
}

.hs-form .hs-button:hover:not(.inactive), .hs-form .hs-button:focus:not(.inactive), .hs-form .hs-button.hovered:not(.inactive) {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #eb861a  !important;
    border-top: 1px solid #eb861a  !important;
    border-bottom: 1px solid #eb861a  !important;
    border-right: 1px solid #eb861a  !important;
    border-left: 1px solid #eb861a  !important;
}

.submitted-message {
    color: #1e77b1;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    border: 1px solid #323232;
    padding: 15px;
}

p.sub-form-admision {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
    text-align: left;
    margin-bottom: 25px;
}

p.sub-form-admision span {
    color: #1e77b1 !important;
    font-size: 20px;
    font-weight: 800;
}

h1 span.titulo {
    font-size: 42px;
    color: #FFF;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    margin: 0;
}

#sub-catego {
    display: inline-block;
}

.sub-circu {
    display: none;
    position: absolute;
    right: 160px;
    background: #323232;
    z-index: 1;
    padding: 8px 20px;
    line-height: 30px;

}

.f-circular {
    font-family: monospace; position: relative;     
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.f-circular {    
    font-family: monospace; 
    position: relative; 
    top: 4px;
}
}


_:-ms-lang(x), _:-webkit-full-screen, .f-circular, {
        top: 0px!important;
    }