body, #footer, h1, h2, h3, p, span, li, ul, ol, *{
    font-family: 'roboto slab';
}

a{text-decoration: auto !important;}

.div-block-3 a:hover, .div-block-3 a:focus{color: #f37167;}
.navbar {
    border-radius: 0px !important;
}
.navbar {
    margin-bottom: 0px !important;
    border: 0px solid transparent !important;
}
.navbar-inverse {
    background-color: white !important;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.navbar {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar>.container-fluid{
    display: block;
    flex-wrap: inherit;
     align-items: center; 
    justify-content: space-between;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
.container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before,
.btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before,
.container-fluid:after, .container-fluid:before, .container:after, .container:before,
.dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after,
.form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before,
.modal-header:after, .modal-header:before, .nav:after, .nav:before,
.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after,
.navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before,
.panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: black;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-toggle {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
pre, .alert, .panel, .navbar-toggle, .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
textarea, input, button, *:focus {
    outline: none!important;
}
button {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.collapse {
    display: none;
}
.navbar-nav {
    margin: 7.5px -15px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav {
    display: -webkit-box; 
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 10px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.nav>li {
    position: relative;
    display: block;
    width: 100%;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}
.navbar-inverse li > a {
    text-transform: uppercase;
}
.nav>li>a {
    padding: 10px;
    line-height: 20px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.azulgris {
    color: #2b2b6a !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.side-header #primary-menu ul>li.sub-menu>a:after, [class*=" icon-"], [class^=icon-] {
    display: inline-block;
    font-family: font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.navbar-collapse.show {
    overflow-y: auto;
}

.collapse.show {
    display: block;
}

.show>.dropdown-menu {
    display: block !important;
}



.dark-img:after {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
}

.post-size {
    width: 500px;
    height: 445px;
}

/* Page Colors */

.bg-blue {
    background-color: #2b2b6a;
}

.bg-orange {
    background-color: #ff600f;
}

.bg-green {
    background-color: #00d168;
}

/* Fonts */

@font-face {
    font-family: RobotoBold;
    src: url("/public/themes/blog-andes/assets/fonts/Roboto_Slab/static/RobotoSlab-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: RobotoMedium;
    src: url("/public/themes/blog-andes/assets/fonts/Roboto/Roboto-Medium.ttf");
}

@font-face {
    font-family: RobotoBlack;
    src: url("/public/themes/blog-andes/assets/fonts/Roboto/Roboto-Black.ttf");
}

@font-face {
    font-family: RobotoLight;
    src: url("/public/themes/blog-andes/assets/fonts/Roboto/Roboto-Light.ttf");
}

@font-face {
    font-family: RobotoRegular;
    src: url("/public/themes/blog-andes/assets/fonts/Roboto/Roboto-Regular.ttf");
}

.roboto-bold {
    font-family: RobotoBold;
}

.roboto-medium {
    font-family: RobotoMedium;
}

.roboto-black {
    font-family: RobotoBlack;
}

.roboto-light {
    font-family: RobotoLight;
}

.roboto-regular {
    font-family: RobotoRegular;
}

/* Bootstrap overrides */

.carousel-caption {
    bottom: 7rem;
}

/* Header & Footer */

section{
    border-bottom: rgba(0,0,0,.1) 0px solid !important;
}

.fade {
    opacity: 1 !important;
}
.wrap{
    /*width: 90%;
    max-width: 1150px;
    margin: auto;*/
    width: 100%;
    margin-left: 20px;
    padding-right: 20px !important;
}

.main{
    height: 950px;
    background: #00C9FF;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #92FE9D, #00C9FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

header{
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: #eaeaea;
}

.btn-menu, .img-menu{
    float: left;
}

.img-menu{
    margin-left: 20px;
}


/* Nuevo color*/
li.active > .azulgris, .azulgris:focus{
    color: white !important;
    background: #2b2b6a !important;
}
.azulgris:hover{
    color: white !important;
    background: #4b4b80b5 !important;
}

.btn-amarillo{background-color: #ffe000; color: #ed5a28 !important; font-weight: bold !important;}
.btn-verde{background-color: #00d168; color: white !important; font-weight: bold !important;}
.btn-azulMarino{background-color: #2b2b6a; color: white; font-weight: bold !important;}

.btn-amarillo:hover{background-color: #ffe000; color: #9a3512 !important; font-weight: bold !important;}
.btn-verde:hover{background-color: #00d168; color: #bdbdbd !important; font-weight: bold !important;}
.btn-azulMarino:hover{background-color: #2b2b6a; color: #bdbdbd; font-weight: bold !important;}

.home:hover, .active .home{color:#2b2b6a !important;}
.preescolar:hover, .active .preescolar{color:#ed5a28 !important;}
.primaria:hover, .active .primaria{color:#478c47 !important;}
/*#478c47 - #00d168*/
.secundaria:hover, .active .secundaria{color:#ed5a28 !important;}
.bachillerato:hover, .active .bachillerato{color:#2b2b6a !important;}
.english:hover, .active .english{color:#478c47 !important;}
.control:hover, .active .control{color:#ed5a28 !important;}
.margin-20{margin: 20px;}
.margin-30{margin: 30px;}
.margin-40{margin: 40px;}
.margin-50{margin: 50px;}
.margin-60{margin: 60px;}
.margin-70{margin: 70px;}
/**/
.margin-top-100{margin-top: 100px;}
.margin-top-110{margin-top: 110px;}
.margin-top-120{margin-top: 120px;}
.margin-top-130{margin-top: 130px;}
.margin-top-140{margin-top: 140px;}
.margin-top-150{margin-top: 150px;}
.margin-top-160{margin-top: 160px;}
/**/
.margin-bottom-20{margin-bottom: 20px;}
.margin-bottom-30{margin-bottom: 30px;}
.margin-bottom-40{margin-bottom: 40px;}
.margin-bottom-50{margin-bottom: 50px;}
.margin-bottom-60{margin-bottom: 60px;}
.margin-bottom-70{margin-bottom: 70px;}
/**/
.fa-bars, .fa-close{
    color: white;
    background: #6b7989;
    padding: 5px;
}
.full-menu ul a{
    text-decoration: none;
}

.btn{
    /*text-decoration: none;
    font-weight: bold;
    font-size: 14px;*/
    /*-webkit-box-shadow: 0 0 10px 5px #C4C4C4;
    box-shadow: 0 0 10px 5px #C4C4C4;*/
    /*height: 7.5vh;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 0px 20px;*/
    margin: 0px 10px;
    line-height: 47px !important;
    height: 59px !important;
    width: 170px;
}

.button {
    border-radius: 4px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

header .wrap{
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

header .btn-menu{
    /*font-size: 30px;
    cursor: pointer;*/
    font-size: 47px;
    cursor: pointer;
    margin-top: -7px;
}

.seccion1,
.seccion1 .wrap{
    height: 100%;
}

.seccion1 .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
}

.caption-main h1{
    font-size: 95px;
    font-weight: 800;
    color: #fff;
}

.caption-main .btn-view{
    display: block;
    margin: 50px auto 0px;

    width: 350px;
    padding: 20px 0px;
    border: 2px solid #fff;
    border-radius: 15px;

    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

/* FULL MENU ===================*/

.full-menu{
    position: fixed;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100vh;
    background: #292929;

    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.full-menu .wrap{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.full-menu .wrap .navegacion{
    flex-basis: 0;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
}

.full-menu .navegacion ul, .full-menu ul{
    list-style: none;
}

.full-menu .navegacion ul li, .full-menu ul{
    margin: 10px 0px;
}

.full-menu .navegacion ul li a{
    text-decoration: none;
    font-size: 25px;
    color: #6b7989;
}

.full-menu .navegacion .social-items a{
    text-decoration: none;
    font-size: 25px;
    color: #6b7989;
    margin: 50px 20px 0px 0px;
}

.full-menu .navegacion ul li a:hover,
.full-menu .navegacion .social-items a:hover{
    color: #6b7989;
}

.full-menu .wrap .menu-text{
    flex-basis: 0;
    flex-grow: 1;

    font-size: 15px;
    color: #9A9A9A;
    font-weight: 600;
    text-align: right;
}

.texto-img{
    position: relative;
    z-index: 5;
    float: left;
    margin-left: 25px;
    padding-top: 25vh;
    width: 100px;
    font-size: x-large;
}

.inscripciones .texto-img{
    position: relative;
    z-index: 5;
    float: left;
    margin-left: 25px;
    padding-top: 22vh;
    width: 100px;
}

.oferta .texto-img{
    position: relative;
    z-index: 5;
    float: left;
    margin-left: 25px;
    padding-top: 29vh;
    width: 100px;
}
.texto-img ul li{
    margin-bottom: 20px;
}

.texto-img ul li a,
.texto-img ul li a:before{
    color: white;
    text-transform: capitalize;
}

.texto-img ul li a:hover{
    color:#6b7989;
}

/* RESPONSIVE*/

@media screen and (max-width: 750px){
    .main{
        height: 680px;
    }

    .caption-main h1{
        font-size: 60px;
    }

    /*Full menu*/
    .full-menu .navegacion ul li a{
        font-size: 30px;
    }

    .full-menu .menu-text p{
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (max-width: 520px){
    .full-menu .menu-text{
        display: none;
    }

    .full-menu .navegacion{
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 450px){
    .main{
        height: 600px;
    }

    .caption-main h1{
        font-size: 50px;
    }

    .caption-main .btn-view{
        width: 180px;
        padding: 10px 0px;
        margin: 20px auto;

        font-size: 18px;
    }
}

@media screen and (max-width: 340px){
    .main{
        height: 550px;
    }

    .caption-main h1{
        font-size: 40px;
    }
}

.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-areas:
    'header header header header header header'
    'footer main main main main main'
    'menu main main main main main'
    'menu main main main main main'
    'menu main main main main main'
    'menu main main main main main'
    'menu main main main main main';
    grid-gap: 10px;
    background-color: white;
    /*padding: 10px;*/
}

.grid-container > div {
    background-color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.grid-container > div.item2 {
    text-align: right;
    font-weight: bold;
}

.grid-container-footer {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-areas:
    'header header header menu menu menu'
    'header header header menu menu menu'
    'main main main menu menu menu'
    'main main main menu menu menu'
    'footer footer footer menu menu menu';
    grid-gap: 10px;
    background-color: white;
    /*padding: 10px;*/
}

.grid-container.footer > div {
    background-color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.grid-container-footer > div.item2 {
    text-align: right;
    font-weight: bold;
}

.responsive {
    width: 100%;
    height: auto;
}

.center-img {
    background-size: cover!important;
    background-position: center center!important;
    top: 0;
    z-index: 1;
    height: 100vh;
}

.capa-1{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    filter: brightness(1);
}

.capa-1:before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgb(0 103 255 / 48%);
    opacity: 0.6;
    z-index: 0;
}

.padding-20{padding: 20px !important;}
.padding-right-20{padding-right: 20px !important;}
.padding-right-30{padding-right: 30px !important;}
.margin-bottom-20{margin-bottom: 20px !important;}
.margin-bottom-30{margin-bottom: 30px !important;}

.noborder {
    border: 0!important;
}

.nopadding {
    padding: 0!important;
}

footer .col-lg-1, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12,
footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5,
footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9,
footer .col-md-1, footer .col-md-10, footer .col-md-11, footer .col-md-12,
footer .col-md-2, footer .col-md-3, footer .col-md-4, footer .col-md-5, footer .col-md-6,
footer .col-md-7, footer .col-md-8, footer .col-md-9, footer .col-sm-1, footer .col-sm-10,
footer .col-sm-11, footer .col-sm-12, footer .col-sm-2, footer .col-sm-3,
footer .col-sm-4, footer .col-sm-5, footer .col-sm-6, footer .col-sm-7, footer .col-sm-8,
footer .col-sm-9, footer .col-xs-1, footer .col-xs-10, footer .col-xs-11, footer .col-xs-12,
footer .col-xs-2, footer .col-xs-3, footer .col-xs-4, footer .col-xs-5, footer .col-xs-6,
footer .col-xs-7, footer .col-xs-8, footer .col-xs-9, footer .container {
    position: static;
}

.header-top{
    width: 100%;
    height: 99px;
}

#footer {
    font-size: 16px;
    font-weight: 500;
    color: #6d6e70;
    background: #e7e7e9;
}

#footer>.container {
    padding-top: 60px;
    margin-bottom: 60px;
}

.container:before, .row:before{
    display: table;
    content: " ";
}

.img-menu {
    margin-left: 20px;
}

.margin-top-100 {
    margin-top: 100px!important;
}

#footer a, #footer ul.footer-links>li>a {
    color: #6d6e70;
    font-weight: 500;
}

#footer a {
    color: rgba(255,255,255,.6);
    text-decoration: none;
}

.margin-50 {
    margin: 50px;
}

#footer>.copyright {
    text-shadow: none;
}
#footer>.copyright {
    background-color: rgba(0,0,0,.2);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    padding: 25px 0;
    font-size: 13px;
    display: block;
}

#footer> .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nomargin {
    margin: 0!important;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

#footer a, #footer i{
    color: #6d6e70 !important;
}

@media (min-width: 992px) {

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }
}

@media (min-width: 768px){
    .navbar {border-radius: 4px;}
    .navbar-header {float: left;}
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header,
    .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-toggle {display: none;}
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {float: left;}

    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
    .nav>li {
        position: relative;
        display: block;
        width: auto;
    }
}

@media (max-width: 767px){
    .navbar-nav .show .dropdown-menu {
        position: static !important;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#footer h2 {
    font-size: 26px;
     text-shadow: rgb(0 0 0 / 30%) 3px 3px 5px;
     margin: 0 0 10px;
}

.w-xs-20{width: 20%;}
.w-xs-25{width: 25%;}
.w-xs-35{width: 35%;}
.w-xs-50{width: 50%;}
.w-xs-75{width: 75%;}
.w-xs-100{width: 100%;}

@media (min-width: 576px) {
    .w-sm-20{width: 20%;}
    .w-sm-25{width: 25%;}
    .w-sm-35{width: 35%;}
    .w-sm-50{width: 50%;}
    .w-sm-75{width: 75%;}
    .w-sm-100{width: 100%;}
    .col-sm {flex: 1 0 25%;}
}
@media (min-width: 768px) {
    .w-md-20{width: 20%;}
    .w-md-25{width: 25%;}
    .w-md-35{width: 35%;}
    .w-md-50{width: 50%;}
    .w-md-75{width: 75%;}
    .w-md-100{width: 100%;}
}