/*FUENTES*/
/*Texto body*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,800,600,400,700italic);
/*fuente titulos*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*fuente cursiva*/
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=League+Script);


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

/* --------------------------------

Miscelanea

-------------------------------- */
/*colores*/
.clr-somos {
    background: #6D8CC3;
}
.clr-metodologia {
    background: #C75537;
}
.clr-portafolio {
    background: #562983;
}
.clr-estudiantes {
    background: #E9BF00;
}
.clr-profesores {
    background: #68A148;
}
.clr-galeria {
    background: #64B0D0;
}
.clr-amarillo {
    background: #F0C614;
}
.clr-onlines {
    background: #562983;
}
.clr-presenciales {
    background: #64B0D0;
}

/* botenes */
.btn {
    display: inline-block;
    padding: 7px 0.5em!important;
    /* color: white !important; */
    border: 2px solid transparent;
    border-radius: 2px;
    font-size: inherit;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
    color: white;
}

.btn.btn-blue {
    background: #0076C0;
}

.btn.btn-blue:hover {
    background: #009DFF;
}

/*triangulo ver mas*/
.triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #F0C614;
    content: " ";
    border-left: 80px solid transparent;
    border-bottom: 80px solid;
    z-index: 5;
    float: right;
}
.triangulo-mas:hover {
    opacity: 0.5
}

.triangulo-mas i {
    position: absolute;
    top: 38px;
    left: -40px;
    color: black;
    font-size: 40px;
}
.background-box {
    display: block;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: center;
}
/* circulo */
.circulo {
    display: table;
    border-radius: 100%;
    background: white;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    text-align: center;
}
.circulo i {
    font-size: 4.5rem;
    color: #999;
}
/* --------------------------------

Cierre Miscelanea

-------------------------------- */



/*menu superior*/

/* -------------------------------- 

Navigation

-------------------------------- */
.menu-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    z-index: 3;
}
@media only screen and (min-width: 1200px) {
    .menu-header {
        height: 55px;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .menu2top {
        height: 0;
    }
}
#menu-logo {
    float: left;
    margin: 7px 0 0 5%;
    width: 210px;
}
#menu-logo img {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    #menu-logo {
        margin: 10px 0 0 3%;
        width: 240px;
    }
}
@media only screen and (min-width: 1170px) {
    #menu-logo.is-hidden {
        /* assign a position fixed and move outside the viewport (on the left) */
        opacity: 0;
        position: fixed;
        left: -20%;
        margin-left: 0;
        -webkit-transition: left 0.3s, opacity 0.3s;
        -moz-transition: left 0.3s, opacity 0.3s;
        transition: left 0.3s, opacity 0.3s;
    }
    #menu-logo.is-hidden.slide-in {
        /* slide in when the secondary navigation gets fixed */
        left: 5%;
        opacity: 1;
        width: 160px;
    }
}
/*menu2*/
#menu-logo2 {
    float: left;
    margin: 7px 0 0 5%;
    width: 210px;
}
#menu-logo2 img {
    display: block;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    #menu-logo2 {
        margin: 3px 0 0 3%;
        width: 206px;
    }
}
@media only screen and (min-width: 1170px) {
    #menu-logo2.is-hidden {
        /* assign a position fixed and move outside the viewport (on the left) */
        opacity: 0;
        position: fixed;
        left: -20%;
        margin-left: 0;
        -webkit-transition: left 0.3s, opacity 0.3s;
        -moz-transition: left 0.3s, opacity 0.3s;
        transition: left 0.3s, opacity 0.3s;
    }
    #menu-logo2.is-hidden.slide-in {
        /* slide in when the secondary navigation gets fixed */
        left: 5%;
        opacity: 1;
        width: 160px;
    }
}


.menu-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    float: right;
    margin-right: 1%;
    width: 34px;
    height: 100%;
    background: url("../img/menu-icon-menu.svg") no-repeat center center;
    background-size: 50px 50px;
}
.menu-primary-nav ul li a.btn {
    color: white;
}
.menu-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.menu-primary-nav ul.is-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    list-style: none;
    padding: 0;
    top: 60px;
}
.img-top-m {
    width: 48px;
    padding: 0 5px !important;
}
.img-top-m.PayU {
    width: 70px;
    padding: 0 5px !important;
}
.pagos a.blog{
        font-size: 1.7rem;
        padding: 11px !important;
        width: 100%;
    }
.pagos a.blog:hover{
    color:#009DFF
}
.pse {
}
.pse img {
    width: 100%;
}
.PayU {
}
.PayU img {
    width: 100%;
}
.menu-primary-nav a {
    display: block;
    height: 40px;
    line-height: 10px;
    padding: 9px;
    background: #F1F1F1;
    border-top: 1px solid #DADADA;
    color: #464646;
    text-align: center;
}
@media only screen and (max-width: 1170px) {
    .pagos {
        display: inline-table;
        padding: 5px;
        background: white;
        width: 100%;
        text-align: center;
        border-top: 1px solid #E0E0E0;
    }
    .pagos a {
        display: inline-block;
        padding: 0;
        margin: 0 auto;
        height: 39px;
        border: none;
        background: none;
        text-align: center;
    }
    .pagos a.blog{
        font-size: 1.7rem;
        padding-top: 8px !important;
    }
    .pagos a.blog:hover{
        color:#009DFF
    }
    .pagos a img {
        display: inline-block;
        padding: 0;
        height: 40px;
        margin: 0 auto;
    }
    /*idiomas*/
    .menu-primary-nav ul a i {
        font-size: 1.5em;
    }
    .menu-primary-nav .idiomas {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu-primary-nav .idiomas li {
        display: block;
        float: left;
    }
    .menu-primary-nav .idiomas a {
        display: block;
        position: relative;
        top: -31px;
        height: 30px;
        padding: 5px 10px;
    }
    .menu-primary-nav a .idioma {
        display: inline-block;
        float: left;
        width: 20px;
        height: 20px;
    }
}
@media only screen and (min-width: 1171px) {
    #registro-compra .menu-primary-nav {
        display:none;
    }

    .menu-primary-nav {
        /* reset navigation values */
        width: auto;
        height: auto;
        background: none;
        margin-top: 0px;
        font-size: 1.1rem;
    }
    .menu-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 35px;
        margin-bottom: 0;
        padding-left: 0;
    }
    .menu-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .menu-primary-nav li {
        display: inline-block;
        margin-left: 0;
    }
    .menu-primary-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: 0 0.7em;
        border-top: none;
        color: #6F6F6F;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .menu-primary-nav .idiomas {
        display: inline-block;
        position: relative;
        top: 12px;
    }
    .menu-primary-nav .idiomas li {
        display: block;
        float: left;
    }
    .menu-primary-nav .idiomas a {
        display: block;
        position: relative;
        top: 0px;
        height: 30px;
        padding: 5px!important;
    }
    .menu-primary-nav a .idioma {
        display: block;
        float: left;
        width: 22px;
        height: 22px;
    }
    #menu-intro li {
        display: inline-block;
        margin-left: 0;
        padding: 0 5px;
    }
    #menu-intro a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: 0;
        border-top: none;
        color: #6F6F6F;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #menu-intro .btn {
        display: inline-block;
        padding: 7px 0.5em!important;
        color: white !important;
        border: 2px solid transparent;
        border-radius: 2px;
        font-size: inherit;
        background: transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    #menu-intro .btn:hover,
    #menu-intro .btn:focus {
        color: white;
    }
    
    #menu-intro .btn.btn-blue {
        background: #0076C0;
    }
    
    #menu-intro .btn.btn-blue:hover {
        background: #009DFF;
    }
    #menu-intro .btn.btn-white {
        background: WHITE;
        color: #6F6F6F !important;
    }
    #menu-intro .btn.btn-white:hover {
        background: #F3F3F3;
    }
    #menu-intro a .fa {
        font-size: 1.8rem;
    }
    #menu-intro a .fa-facebook {
        line-height: 3rem;
        color: #6D8CC3;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #menu-intro a .fa-twitter {
        line-height: 3rem;
        color: #6D8CC3;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    
    #menu-intro a .fa-envelope-o {
        line-height: 3rem;
        color: #6D8CC3;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #menu-intro a .fa-facebook:hover {
        color: #3b5998;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #menu-intro a .fa-twitter:hover {
        color: #55acee;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    #menu-intro a .fa-envelope-o:hover {
        color: #a94442;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .img-top-m {
        width: 36px;
        padding: 0 !important;
    }
}

/* -------------------------------- 

Intro

-------------------------------- */
#menu-intro {
    /* position: relative; */
    /* height: auto; */
    z-index: 0;
}
#menu-intro #menu-intro-tagline {
    width: 100%;
    /* height: 90vh; */
    margin: 0 auto;
    text-align: center;
    /* padding-top: 120px; */
}
#menu-intro .franja-blanca {
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    padding: 10px 0;
    float: left;
    top: 86vh;
    background: rgba(255, 255, 255, 0.7);
}
#menu-intro .franja-blanca a {
    margin: 0;
    padding: 0;
    color: rgb(100, 28, 134);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-intro .franja-blanca a:hover {
    font-size: 3.5rem;
    color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#menu-intro .franja-blanca i {
    margin: 0;
    padding: 0;
    font-size: 3rem;
    line-height: 2.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 768px) {
    #menu-intro {
        /* height: auto; */
    }
    #menu-intro #menu-intro-tagline {
        /* padding-top: 160px; */
    }
    #menu-intro h1 {
        font-size: 32px;
        font-size: 2rem;
    }
    #menu-intro .franja-blanca {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        padding: 0px 0;
        float: left;
        top: 88vh;
        z-index: 13;
        bottom: 0;
        background: rgba(255, 255, 255, 0);
    }
}
@media only screen and (min-width: 1170px) {
    #menu-intro {
        /* height: 100%; */
    }
    #menu-intro #menu-intro-tagline {
        padding-top: 0;
    }
}

.menu-btn {
    display: none;
    padding: 1em 0.8em;
    margin-top: 1em;
    border-radius: 20em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
}
.no-touch .menu-btn:hover {
    background-color: #f5484a;
}
@media only screen and (min-width: 1171px) {
    .menu-btn.is-hidden {
        /* assign a position fixed and move outside the viewport (on the right) */
        width: auto;
        display: inline-flex;
        opacity: 0;
        position: fixed;
        right: -20%;
        top: 0;
        padding: 1.5em 0.2em;
        margin: 5px 0 0;
        -webkit-transition: right 0.3s, opacity 0.3s;
        -moz-transition: right 0.3s, opacity 0.3s;
        transition: right 0.3s, opacity 0.3s;
    }
    .menu-btn.is-hidden.slide-in {
        /* slide in when the secondary nav gets fixed */
        right: 0%;
        opacity: 1;
        z-index: 10;
        font-size: 1.1rem;
        text-align: center;
    }
    #menu-intro li {
        display: block;
        margin-left: 0;
        padding: 0 5px;
    }
    #menu-intro li.redso-ico {
        width: 33%;
        float: left;
    }
    #menu-intro .btn {
        padding: 4px 0.5em!important;
        margin: 0 auto;
        color: white !important;
        border: 2px solid transparent;
        border-radius: 2px;
        font-size: inherit;
        background: transparent;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
@media only screen and (min-width: 1280px) {
    .menu-btn.is-hidden {
        /* assign a position fixed and move outside the viewport (on the right) */
        display: inline-block!important;
        width: initial;
        opacity: 0;
        position: fixed;
        right: -20%;
        top: 0;
        padding: 1.0em 1.2em;
        margin: 15px 0 0;
        -webkit-transition: right 0.3s, opacity 0.3s;
        -moz-transition: right 0.3s, opacity 0.3s;
        transition: right 0.3s, opacity 0.3s;
    }
    .menu-btn.is-hidden.slide-in {
        /* slide in when the secondary nav gets fixed */
        right: 0%;
        opacity: 1;
        z-index: 10;
        font-size: 1.1rem;
    }
    #menu-intro li {
        display: inline-block;
        margin-left: 0;
        padding: 0 3px;
    }
    #menu-intro li.redso-ico {
        width: auto;
        float: none;
    }
}
/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */

.menu-secondary-nav {
    float: left;
    display: inline;
    position: relative;
    z-index: 210;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-secondary-nav ul {/* mobile first - secondary navigation hidden by default, triggered by tap/click on .menu-secondary-nav-trigger*/
    position: fixed;
    width: 90%;
    max-width: 320px;
    right: 5%;
    bottom: 20px;
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.96);
    visibility: hidden;
    z-index: 201;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}
.menu-secondary-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
    list-style: none;
    padding: 0;
    font-size: 120%;
}

.menu-secondary-nav li a {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #E8E8E8;
    color: #f0eee1;
}
.menu-secondary-nav li a.face {
    background: #3b5998;
}
.menu-secondary-nav li a.twi {
    background: #55acee;
}
.menu-secondary-nav li a.email {
    background: #6D8CC3;
}
.menu-secondary-nav li:last-child a {
    border-bottom: none;
}
.menu-secondary-nav ul.is-visible li a b {
    display: block;
    width: 100%;
    padding: 1.0rem;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    color: #f0eee1;
}
.menu-secondary-nav ul.is-visible li a b:hover {
    text-decoration: none;
    background: #E5E5E5;
    color: black;
}


@media screen and (min-width: 1170px) {
    .menu-secondary-nav {
        z-index: 2;
        height: 100px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
    }
    .menu-secondary-nav nav,
    .menu-secondary-nav ul,
    .menu-secondary-nav li,
    .menu-secondary-nav a {
        height: 100%;
    }
    .menu-secondary-nav ul {/* reset navigation values */
        position: static;
        width: auto;
        max-width: 100%;
        margin-left: 20px;
        margin-right: auto;
        padding-left: 0px;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent;
    }
    .menu-secondary-nav li {
        display: inline-block;
        margin-left: -6px;
    }
    .menu-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 45px 6px 0 6px;
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        -moz-transition: padding 0.2s;
        transition: padding 0.2s;
    }
    .menu-secondary-nav li a b {
        font-family: 'Montserrat', sans-serif;
        text-transform: lowercase;
        font-size: 16px;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0px;
        color: #F9F9F9;
    }
    .cont-clr-menu {
        padding: 0px 4px;
    }
    .barra-menu {
        width: 100%;
        height: 6px;
        background: #E6E6E6;
        margin-top: 2px;
    }
    .menu-secondary-nav li a span {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        top: 18px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-image: url(../img/menu-nav-icons.svg);
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .menu-secondary-nav li a:hover b, .menu-secondary-nav li a.active b {
        color: #f0eee1;
    }
    .menu-secondary-nav li:nth-child(1) a span {
        background-position: 0 0;
    }
    .menu-secondary-nav li:nth-child(2) a span {
        background-position: -40px 0;
    }
    .menu-secondary-nav li:nth-child(3) a span {
        background-position: -80px 0;
    }
    .menu-secondary-nav li:nth-child(4) a span {
        background-position: -120px 0;
    }
    .menu-secondary-nav li:nth-child(5) a span {
        background-position: -160px 0;
    }
    .menu-secondary-nav.is-fixed {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        position: fixed;
        left: 0;
        top: 0;
        height: 90px;
        width: 100%;
        display: block;
        float: left;
    }
    .menu-secondary-nav.animate-children {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .menu-secondary-nav.animate-children li a {
        padding: 35px 6px 0 6px;
    }
    .menu-secondary-nav.animate-children li a span {
        opacity: 0;
    }
}
@media (min-width: 1280px) and (max-width: 1380px) {
    .menu-secondary-nav ul {
        position: static;
        width: auto;
        max-width: 100%;
        margin-left: -3%;
        margin-right: auto;
        padding-left: 0px;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent;
    }
}

@media screen and (min-width: 1600px) {
    .menu-secondary-nav {
        z-index: 2;
        height: 100px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.47);
    }
    .menu-secondary-nav nav,
    .menu-secondary-nav ul,
    .menu-secondary-nav li,
    .menu-secondary-nav a {
        height: 100%;
    }
    .menu-secondary-nav ul {
        /* reset navigation values */
        position: static;
        width: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent;
    }
    .menu-secondary-nav li {
        display: inline-block;
        margin-left: -4px;
    }
    .menu-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 30px 6px 0 6px;
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        -moz-transition: padding 0.2s;
        transition: padding 0.2s;
    }
    .menu-secondary-nav li a b {
        font-family: 'Montserrat', sans-serif;
        text-transform: lowercase;
        font-size: 16px;
        font-size: 2.1rem;
        font-weight: 700;
        color: #F9F9F9;
    }
    .cont-clr-menu {
        padding: 0px 4px;
    }
    .barra-menu {
        width: 100%;
        height: 6px;
        background: #E6E6E6;
        margin-top: 2px;
    }
    .menu-secondary-nav li a span {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        top: 18px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-image: url(../img/menu-nav-icons.svg);
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }
    .menu-secondary-nav li a:hover b, .menu-secondary-nav li a.active b {
        color: #f0eee1;
    }
    .menu-secondary-nav li:nth-child(1) a span {
        background-position: 0 0;
    }
    .menu-secondary-nav li:nth-child(2) a span {
        background-position: -40px 0;
    }
    .menu-secondary-nav li:nth-child(3) a span {
        background-position: -80px 0;
    }
    .menu-secondary-nav li:nth-child(4) a span {
        background-position: -120px 0;
    }
    .menu-secondary-nav li:nth-child(5) a span {
        background-position: -160px 0;
    }
    .menu-secondary-nav.is-fixed {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        position: fixed;
        left: 0;
        top: 0;
        height: 90px;
        width: 100%;
        display: block;
        float: left;
    }
    .menu-secondary-nav.animate-children {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .menu-secondary-nav.animate-children li a {
        padding: 45px 6px 0 6px;
    }
    .menu-secondary-nav.animate-children li a span {
        opacity: 0;
    }

}
.menu-secondary-nav-trigger {
    position: fixed;
    bottom: 10px;
    right: 3%;
    width: 44px;
    height: 44px;
    background: rgb(100, 28, 134);
    border-radius: 0.25em;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 400;
}
.menu-secondary-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f0eee1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.menu-secondary-nav-trigger span::before, .menu-secondary-nav-trigger span::after {
    content: '';
    position: absolute;
    background: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.menu-secondary-nav-trigger span::before {
    right: -10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.menu-secondary-nav-trigger span::after {
    left: -10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.menu-secondary-nav-trigger.menu-is-open {
    background: rgba(100, 28, 134, 0.88);
}
.menu-secondary-nav-trigger.menu-is-open span {
    background: rgba(240, 238, 225, 0);
    width: 20px;
    height: 2px;
}
.menu-secondary-nav-trigger.menu-is-open span::before, .menu-secondary-nav-trigger.menu-is-open span::after {
    background: #f0eee1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
}
.menu-secondary-nav-trigger.menu-is-open span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-secondary-nav-trigger.menu-is-open span::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
    .menu-secondary-nav-trigger {
        display: none;
    }
    .visible-movil-redso-ico {
        display: none!important;
        visibility: hidden !important;
    }
}
@media screen and (max-width: 1170px) {
    .visible-movil-redso-ico {
        display:inline-block!important;
        width: 100%;
        border-bottom: 1px solid #E8E8E8;
        text-align: center;
        padding: 5px;
    }
    .movil-redso-ico {
        width: 32%;
        margin: 0;
        height: 35px;
        display: inline-block!important;
    }
    .movil-redso-ico a {
        text-decoration: none;
        border-bottom: none!important;
        text-align: center;
        padding: 7px!important;
    }
    .movil-redso-ico a i {
        color: white;
    }
}
/* -------------------------------- 

Placeholder Sections

-------------------------------- */
.menu-section {
    margin: 0 auto;
    padding: 2em 0;
}
.menu-section h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: .6em;
    font-weight: 700;
}
.menu-section p {
    line-height: 1.6;
}
@media only screen and (min-width: 1170px) {
    .menu-section {
        margin: 0 auto;
        padding: 4em 0;
    }
    .menu-section h2 {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .menu-section p {
        font-size: 20px;
        font-size: 1.25rem;
    }
}
/*barras blancas menus*/
.white-bar {
    background: white;
    position: absolute;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: -2;
}
.white-line {
    color: white;
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: " ";
    border-right: 586px solid transparent;
    border-top: 170px solid;
    z-index: -2;
}
@media only screen and (max-width: 768px) {
    .white-line {
        display:none;
    }
    .white-bar {
        background: white;
        position: absolute;
        left: 0;
        width: 100%;
        height: 110px;
        z-index: -2;
    }
}

/*//cierre menu superior*/

/* --------------------------------

			TESTO HOME

--------------------------------*/

.texto-home {
    position: relative;
    margin-top: 115px;
    padding: 4% 10%;
    background: #EFEFEF;
    color: #777;
}
.texto-home H2 {
    text-align: center;
    font-size: 2.5rem;
    margin: 0;
    line-height: normal;
}
@media only screen and (max-width: 1170px) {
    .texto-home {
        position: relative;
        margin-top: 60px;
        padding: 4% 10%;
        background: #EFEFEF;
        color: #777;
    }
}
/* --------------------------------

		CIERRE TESTO HOME

--------------------------------*/
.cubo-rojo {
    display: block;
    float: left;
    height: 2000px;
    width: 100%;
    background: #eee;
}
/*styles banner*/
.banner {
    width: 100%;
    height: 88vh;
    overflow: hidden;
    line-height: normal;
    position: relative;
}
.banner-bislideshow {
    display: block;
    float: left;
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0;
    margin: 0;
}

.banner-bislideshow li {
    position: absolute;
    display: block;
    float: left;
    width: 101%;
    height: 95%;
    top: 5.5%;
    left: -0.5%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .banner-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .banner-bislideshow li img {
    display: none;
}

.banner-bislideshow li img {
    display: block;
    width: 100%;
}

.banner-bicontrols {
    display: none;
    position: relative;
    width: 135px;
    height: 100px;
    margin: -50px 0 0 -67px;
    top: 89%;
    left: 50%;
    z-index: 100;
}

.banner-bicontrols span {
    float: left;
    width: 45px;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.banner-bicontrols span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 99px;
    font-size: 40px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}

.banner-bicontrols span:hover:before {
    opacity: 1;
}

.banner-bicontrols span:active:before {
    top: 2px;
}

span.banner-biplay:before {
    content: "\f04b";
}

span.banner-bipause:before {
    content: "\f04c";
}

span.banner-binext:before {
    content: "\f105";
}

span.banner-biprev:before {
    content: "\f104";
}

.banner-bicontrols span.banner-binext {
    float: right;
}

/* Fallback */

.no-js.no-backgroundsize .banner-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .banner-bislideshow li:first-child img {
    display: block;
}

.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
    z-index: 0;
}
.texture-overlay-gal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
    z-index: 0;
}


/* tex-banner */
.tex-banner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 2;
    font-size: 1.0rem;
}

.tex-banner h1 {
    position: absolute;
    font-size: 8rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 0.75;
    color: #E9BF00;
    z-index: 100;
    padding: 0;
    margin: 0;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.tex-banner h1 P.uno {
    position: relative;
    font-weight: 600;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    font-size: 98%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.tex-banner h1 P.dos {
    position: relative;
    font-weight: 600;
    font-size: 75%;
    left: 0;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -4px;
    width: 100%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.tex-banner h1 span {
    display: block;
    width: 100%;
    margin: -7px auto;
    font-size: 41%;
    text-transform: lowercase;
    color: white;
}

.tex-banner h1 a {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    color: white;
}

.tex-banner h1 a:hover,
.tex-banner h1 a:focus {
    color: #F0C614;
}
.tex-banner h1 a b {
    float: left;
}

.tex-banner h1 span::before,
.tex-banner h1 span::after {
    content: ' ----------- ';
    font-weight: 200;
    letter-spacing: -4px;
    margin-right: 20px;
}

.tex-banner h1 e {
    display: block;
    font-size: 53%;
    max-width: 100%;
    line-height: 2;
    font-style: normal;
    font-weight: 900;
}
.tex-banner .redso-ico {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    position: relative;
    top: 70%;
}
.tex-banner .redso-ico li {
    display: inline-block;
    position: relative;
    opacity: 1;
    width: auto;
    padding: 0 8px;
}
.tex-banner .redso-ico li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    opacity: 0.6;
    cursor: pointer;
}
.tex-banner .redso-ico li a:hover {
    opacity: 1;
}
.tex-banner .redso-ico li a img {
    display: block;
}
@media screen and (max-width: 780px) {
    .banner-bicontrols {
        display:none;
    }
    #menu-intro .franja-blanca {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        padding: 0px 0;
        float: left;
        top: 90vh;
        background: rgba(255, 255, 255, 0);
    }
}
@media screen and (max-width: 780px) {
    
    .banner {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        line-height: normal;
        position: relative;
    }
    .tex-banner {
        width: 100%;
        height: 70vh;
        position: absolute;
        top: 85px;
        text-align: center;
        z-index: 1000;
        font-size: 1.5rem;
    }
    .tex-banner h1 {
        position: absolute;
        font-size: 5.5rem;
        font-family: 'Montserrat', sans-serif;
        line-height: 0.8;
        color: #FFD800;
        z-index: 150;
        padding: 0;
        margin: 0;
        left: 0;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        width: 100%;
        top: 50%;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
    .tex-banner h1 P.uno {
        position: relative;
        font-weight: 600;
        left: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: 90%;
        font-size: 90%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
    .tex-banner h1 P.dos {
        position: relative;
        font-weight: 600;
        font-size: 70%;
        left: 0;
        margin-top: -5px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: -4px;
        width: 85%;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
    }
    .triangulo-mas {
        display: inline-block;
        position: relative;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 0;
        vertical-align: middle;
        color: #F0C614;
        content: " ";
        border-left: 40px solid transparent;
        border-bottom: 40px solid;
        z-index: 2;
    }
    .triangulo-mas i {
        position: absolute;
        top: 18px;
        left: -22px;
        color: black;
        font-size: 22px;
    }
    .tex-banner h1 e {
        
        padding-left: 0%;
    
    }
}

/*//styles banner*/

/*--------------------------------

MODAL

-------------------------------- */

/*Terminos*/
#modal-terminos {
    z-index: 2000;
}

#modal-terminos .modal .barra-top-modal {
    display: block;
    float: left;
    height: 70px;
    width: 112%;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    background: #C1C0C0;
}
#modal-terminos .modal-popup .barra-top-modal a.close-link {
    font-size: 30px;
    position: absolute;
    padding: 2px;
    top: 0;
    right: 0;
    color: #FFF;
    width: 45px;
    height: 45px;
    background: #6F6F6F;
}
#terminos #modal-terminos .barra-top-modal {
    display: block;
    float: left;
    height: 45px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    background: #C1C0C0;
}
#modal-terminos .barra-top-modal {
    display: block;
    float: left;
    height: 45px;
    width: 105%;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    background: #C1C0C0;
}
#modal-terminos .txt-termi {
    text-align: justify;
    height: auto;
}
#modal-terminos .modal-dialog {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#modal-terminos .modal-content{
    /* padding-top:50px; */
}
@media (min-width: 768px) {
    #modal-terminos .modal-dialog {
        width: 766px;
        margin: 30px auto;
    }
}
/* Popup */
.fade {
   opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}


.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.in .modal-dialog {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}
.modal {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 5%;
    background: rgba(255,255,255,0.70);
    height: 100vh;
    overflow-y: auto;
}
.modal .barra-top-modal {
    display: block;
    float: left;
    height: 70px;
    width: 100%;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    background: #C1C0C0;
}
.modal-popup .barra-top-modal a.close-link {
    font-size: 38px;
    position: absolute;
    padding: 10px;
    top: 0;
    right: 0;
    color: #FFF;
    width: 70px;
    height: 70px;
    background: #6F6F6F;
}
/*pg contacto*/
#contacto #modal-reg {
    padding-top: 3%;
}
#modal-reg .redso-ico {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#contacto #modal-reg .redso-ico li {
    display: inline-block;
    padding: 5px;
    float: none;
    overflow: visible;
    height: auto;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
    list-style: none;
}
#contacto #modal-reg .redso-ico li a {
    display: inline-block;
    background: #F5F5F5;
    color: #757575;
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
}
#contacto #modal-reg .redso-ico li a:hover {
    background: #757575;
    color: #F5F5F5;
}
#contacto #modal-reg.redso-ico li a i {
    font-size: x-large;
}
#contacto #modal-reg .tel {
    font-size: 2.0rem;
    padding: 10px 0;
    color: #5C5C5C;
}
/*cierre pg contacto*/
.modal .tel {
    font-size: 2.0rem;
    padding: 10px 0;
    color: #5C5C5C;
}
.modal .redso-ico {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.modal .redso-ico li {
    display: inline-block;
    padding: 5px;
}
.modal .redso-ico li a {
    display: inline-block;
    background: #F5F5F5;
    color: #757575;
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
}
.modal .redso-ico li a:hover {
    background: #757575;
    color: #F5F5F5;
}
.modal .redso-ico li a i {
    font-size: x-large;
}
.modal-dialog {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
#registro-compra #contacto{
    padding-top: 100px;
}
#registro-compra .modal-dialog {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#registro-compra .modal-popup {
    position: relative;
    padding: 20px 30px;
    text-align: center;
    background: rgba(255,255,255,0.80);
    box-shadow: none;
    border-radius: 0 0 30px 30px;
    display: block;
    float: left;
}
#registro-compra .popup-form {
    width: 100%;
    max-width: 100%;
    margin: 5px auto;
}
#registro-compra .titulo{
    margin-bottom: 30px;
    font-size: 1.5rem;
    display: block;
    float: left;
    border-bottom: 1px solid #929292;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#registro-compra label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    color: #7D7D7D;
    font-weight: 200;
    font-size: smaller;
}
.modal-popup {
    position: relative;
    padding: 20px 30px;
    text-align: center;
    background: rgba(255,255,255,0.80);
    box-shadow: none;
    border-radius: 35px;
}

.modal-popup .marca-text {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 3rem;
}
.modal-popup .marca-text p {
    font-weight: 600;
    color: #572983;
    margin: 0;
    float: left;
}
.modal-popup .marca-text b {
    font-weight: 800;
    color: #6D8CC3;
    margin: 0;
    float: left;
}
.modal-popup h3 {
    font-size: 1.5rem;
}



.popup-form {
    width: 100%;
    max-width: 500px;
    margin: 5px auto;
}
.popup-form label {
    width: 100%;
    text-align: left

}


.popup-form .form-control {
    margin: 0px 0 10px;
}

.popup-form .form-control.dropdown {
    text-align: left;
}

.popup-form .form-control.dropdown:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: inline-block;
    float: right;
    color: white;
}

.popup-form .dropdown .dropdown-menu {
    top: 65px;
    width: 100%;
    padding: 0;
    border: 2px solid white;
    border-top: 0;
    border-radius: 0;
    background: white;
    box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
    font-size: 16px;
    width: 100%;
    background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
    width: 100%;
    padding: 15px 30px;
    color: #00a8ff;
}

.popup-form .dropdown .dropdown-menu li:hover a {
    color: #fff;
    background: #00a8ff;
}
/*calendario*/
.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\f053";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\f054";
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
.ll-skin-nigran {
	font-size: 90%;
}

.ll-skin-nigran .ui-widget {
	font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
	background: #29a2d9;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0 1px 3px #252525;
}

.ll-skin-nigran .ui-datepicker {
	padding: 0;
}

.ll-skin-nigran .ui-datepicker-header {
	border: none;
	border-bottom: 1px solid #2d97cb;
	background: transparent;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

.ll-skin-nigran .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-title {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-nigran .ui-datepicker .ui-datepicker-next,
.ll-skin-nigran .ui-datepicker .ui-datepicker-prev {
	top: 1.7em;
	border:none;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-next span,
.ll-skin-nigran .ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px -32px;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px -32px;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-prev-hover span {
	background-position: -96px -48px;
}

.ll-skin-nigran .ui-datepicker .ui-datepicker-next-hover span {
	background-position: -32px -48px;
}

.ll-skin-nigran .ui-datepicker table {
	margin: 0;
}

.ll-skin-nigran .ui-datepicker th {
	padding: 3em 0;
	color: #9fd9f1;
	font-size: 8px;
	font-weight: normal;
	text-shadow: 0 0 2px #45c4f8;
	text-transform: uppercase;
	border: none;
	border-top: 1px solid #3fabdc;
}

.ll-skin-nigran .ui-datepicker td {
	border: none;
	padding: 0;
}

.ll-skin-nigran td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: 1em 0;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 12px;
}

.ll-skin-nigran td .ui-state-active,
.ll-skin-nigran td .ui-state-hover {
	background: #1b7fb0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/*cierre calendario*/
/* Checkbox */

.checkbox-holder {
    white-space: nowrap;
}

.checkbox {
    position: relative;
    display: block;
}

.checkbox {
    position: relative;
}

.checkbox label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #337ab7;
    background: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
    background: rgba(255,255,255,0.2);
}

.checkbox label:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    opacity: 0;
    background: #337ab7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.checkbox-holder span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    white-space: normal;
    color: rgb(68,68,68);
}

.btn.btn-submit {
    width: 105px;
    border-radius: 10px;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #FFFFFF;
    border: 1px solid #025284;
}


/*modal nav-web*/
.nav-web .modal-dialog {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-web .modal-popup {
    position: relative;
    padding: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.96);
    border-top: none;
    box-shadow: none;
    border-radius: 2px;
}
.nav-web .modal-popup a.close-link {
    font-size: 22px;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
}
/*color ver mas modal*/
.nav-web .modal-popup .nav-web-cont a.close-link {
    font-size: 22px;
    position: absolute;
    bottom: 0;
    top: inherit;
    right: 4px;
    color: #fff;
}
#modal-somos .nav-web-cont a {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 10px;
}
.nav-web .nav-web-cont.clr-somos .triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #6D8CC3;
    content: " ";
    border-left: 60px solid transparent;
    border-bottom: 60px solid;
    z-index: 5;
}
.nav-web .nav-web-cont.clr-metodologia .triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #C75537;
    content: " ";
    border-left: 60px solid transparent;
    border-bottom: 60px solid;
    z-index: 5;
}
.nav-web .nav-web-cont.clr-portafolio .triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #562983;
    content: " ";
    border-left: 60px solid transparent;
    border-bottom: 60px solid;
    z-index: 5;
}
.nav-web .nav-web-cont.clr-estudiantes .triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #E9BF00;
    content: " ";
    border-left: 60px solid transparent;
    border-bottom: 60px solid;
    z-index: 5;
}
.nav-web .nav-web-cont.clr-profesores .triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #68A148;
    content: " ";
    border-left: 60px solid transparent;
    border-bottom: 60px solid;
    z-index: 5;
}

.nav-web .triangulo-mas i {
    position: absolute;
    top: 28px;
    left: -30px;
    color: #FAFAFA;
    font-size: 35px;
}
/*tiangulo menos*/
.nav-web#modal-somos .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #6D8CC3;
    content: " ";
    border-left: 70px solid transparent;
    border-bottom: 70px solid;
    z-index: 5;
}
.nav-web#modal-metodologia .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #C75537;
    content: " ";
    border-left: 70px solid transparent;
    border-bottom: 70px solid;
    z-index: 5;
}
.nav-web#modal-portafolio .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #562983;
    content: " ";
    border-left: 70px solid transparent;
    border-bottom: 70px solid;
    z-index: 5;
}
.nav-web#modal-estudiantes .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #E9BF00;
    content: " ";
    border-left: 70px solid transparent;
    border-bottom: 70px solid;
    z-index: 5;
}
.nav-web#modal-profesores .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #68A148;
    content: " ";
    border-left: 70px solid transparent;
    border-bottom: 70px solid;
    z-index: 5;
}
.nav-web .triangulo-menos:hover {
    opacity: 0.8
}
.nav-web .triangulo-menos i {
    position: absolute;
    top: 35px;
    left: -38px;
    color: white;
    font-size: 39px;
}
.nav-web .nav-web-img {
}
.nav-web .nav-web-img {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(45, 17, 89, 0);
    border: none;
}
.nav-web .nav-web-img .background-box {
    display: block;
    background-color: #f5f5f5;
    background-size: cover;
    background-position: top;
    height: 40vh;
    width: 100%;
}
.nav-web-cont.clr-somos {
    display: inline-block;
    width: 100%;
    background: white;
}
.nav-web-cont.clr-metodologia {
    display: inline-block;
    width: 100%;
    background: white;
}
.nav-web-cont.clr-portafolio {
    display: inline-block;
    width: 100%;
    background: white;
}

.nav-web-cont.clr-estudiantes {
    display: inline-block;
    width: 100%;
    background: white;
}
.nav-web-cont.clr-profesores {
    display: inline-block;
    width: 100%;
    background: white;
}

.nav-web#modal-somos .nav-web-cont h1 {
    position: relative;
    top: -66px;
    margin: 0;
}
.nav-web#modal-metodologia .nav-web-cont h1 {
    position: relative;
    top: -100px;
    margin: 0;
    text-align: left;
}
.nav-web#modal-estudiantes .nav-web-cont h1 {
    position: relative;
    top: 5px;
    margin: 0;
}
.nav-web#modal-portafolio .nav-web-cont h1 {
    position: relative;
    top: 0px;
    margin: 0;
}
.nav-web#modal-profesores .nav-web-cont h1 {
    position: relative;
    top: 0;
    margin: 0;
}
.nav-web .nav-web-cont .cont-porfe {
    top: -132px;
}
.nav-web .nav-web-cont b {
    display: block;
    color: rgb(255, 255, 255);
    width: 100%;
    font-size: 6rem;
}

.nav-web .nav-web-cont p {
    font-size: 7rem;
    font-weight: 700;
    color: #6D8CC3;
    font-family: 'League Script', cursive;
    text-align: right;
    line-height: 5rem;
}
.nav-web#modal-profesores .nav-web-cont p {
    font-size: 10rem;
    font-weight: 700;
    color: #68A148;
    font-family: 'League Script', cursive;
    text-align: left;
    line-height: 6rem;
}
.nav-web#modal-metodologia .nav-web-cont b {
    display: block;
    color: rgb(255, 255, 255);
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 6rem;
    line-height: 5rem;
}
.nav-web#modal-metodologia .nav-web-cont b.text-color {
    color: #C75537;
}
.nav-web#modal-estudiantes .nav-web-cont p {
    color: #E9BF00;
}
.nav-web#modal-portafolio .nav-web-cont p {
    color: #562983;
}
.nav-web article {
    padding: 7% 10% 5% 8%;
    height: 260px;
    overflow: auto;
    font-size: 1.8rem;
    text-align: justify;
    visibility: visible;
}
/*url libres*/
#metodologia .nav-web article {
    padding: 5% 10% 5% 8%;
    height: auto;
    overflow: auto;
    font-size: 1.7rem;
    text-align: justify;
}
#quienes-somos .nav-web article {
    padding: 5% 10% 5% 8%;
    height: auto;
    overflow: auto;
    font-size: 1.7rem;
    text-align: justify;
}
#portafolio .nav-web article {
    padding: 5% 10% 5% 8%;
    height: auto;
    overflow: auto;
    font-size: 1.7rem;
    text-align: justify;
}
#estudiantes .nav-web article {
    padding: 5% 10% 5% 8%;
    height: auto;
    overflow: auto;
    font-size: 1.7rem;
    text-align: justify;
}
#profesores .nav-web article {
    padding: 5% 10% 5% 8%;
    height: auto;
    overflow: auto;
    font-size: 1.7rem;
    text-align: justify;
}
#galeria .nav-web article {
    padding: 5% 10% 5% 8%;
    height: auto;
    overflow: auto;
    font-size: 1.7rem;
    text-align: justify;
}

/*cierrew url libres*/
.modal-btn {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.modal-btn:hover {
    opacity: 0.5;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.flecha-izq {
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 70px;
    padding: 0 20px;
    z-index: 1;
}
.flecha-izq i {
    color: white;
    font-size: 7rem;
}
.flecha-der {
    position: absolute;
    right: 0;
    top: 50%;
    width: 70px;
    height: 70px;
    padding: 0 20px;
    z-index: 1;
}
.flecha-der i {
    color: white;
    font-size: 7rem;
}
/*menu-portafolio*/
.nav-web .nav-web-cont .menu-portafolio {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 5%;
    padding-right: 5%;
}
.nav-web .nav-web-cont .menu-portafolio ul {
    position: static;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    padding: 0;
}

.nav-web .nav-web-cont .menu-portafolio ul li {
    display: inline-block;
    margin-left: -4px;
}
#portafolio .nav-web .nav-web-cont .menu-portafolio ul li {
    display: inline-block;
    margin-left: -4px;
    width: 270px;
}
.nav-web .nav-web-cont .menu-portafolio ul li a {
    position: relative;
    width: 270px;
    float: left;
    text-align: center;
    display: block;
    padding: 30px 8% 0 7%;
    border-bottom: none;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    transition: padding 0.2s;
}
.nav-web .nav-web-cont .menu-portafolio ul li a b {
    font-size: 18px;
    font-size: 1.7rem;
    font-weight: 700;
    padding: 0;
    color: #F9F9F9;
    text-align: left;
}
.nav-web .nav-web-cont .menu-portafolio ul li .-txt {
    display: inline-block;
    float: left;
    padding: 0 3px;
}
.nav-web .nav-web-cont .menu-portafolio ul li a b .trg-onlines {
    display: inline-block;
    width: 45px;
    height: 40px;
    margin-top: -25px;
    background: white;
    text-align: right;
    float: right;
}
.nav-web .nav-web-cont .menu-portafolio ul li a b .trg-presenciales {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -25px;
    background: white;
    text-align: right;
    float: right;
}
.nav-web .nav-web-cont .menu-portafolio ul li a b .trg-presenciales .triangulo-mas {
    display: inline-block;
    position: relative;
    bottom: 0px;
    left: 0;
    width: 12px;
    margin-bottom: 23px;
    height: 0;
    vertical-align: middle;
    color: #64B0D0;
    background: white;
    content: " ";
    border-left: 36px solid transparent;
    border-bottom: 36px solid;
    z-index: 5;
}
.nav-web .nav-web-cont .menu-portafolio ul li a b .trg-onlines .triangulo-mas {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    vertical-align: middle;
    color: #562983;
    background: white;
    content: " ";
    border-left: 36px solid transparent;
    border-bottom: 36px solid;
    z-index: 5;
    line-height: 0 !important;
}
.nav-web .nav-web-cont .menu-portafolio ul li a b .triangulo-mas i {
    position: absolute;
    top: 19px;
    left: -19px;
    color: #FAFAFA;
    font-size: 18px;
}
.nav-web .nav-web-cont .menu-portafolio ul li a .barra-menu {
    width: 100%;
    height: 6px;
    background: #E6E6E6;
    margin-top: 2px;
    display: block;
    float: left;
}

/*-------------------------------- modal-cursos online -------------------------------- */
.nav-web.modal-Online .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #562983;
    content: " ";
    border-left: 50px solid transparent;
    border-bottom: 50px solid;
    z-index: 5;
}
.nav-web.modal-Online .triangulo-menos i {
    position: absolute;
    top: 25px;
    left: -25px;
    color: white;
    font-size: 25px;
}
.nav-web-cont.clr-onlines {
    display: inline-block;
    width: 100%;
    background: white;
    padding: 0;
}
.cont-pasos {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.cont-des-prog {
    position: relative;
    display: block;
    float: right;
    /* height: 100%; */
    overflow-y: auto;
}
.control-progm {
    position: absolute;
    width: 84px;
    height: 40px;
    right: 0;
    top: 40px;
    margin-right: -34px;
    display: block;
    z-index: 999;
}
.triangulo-img {
    background-repeat: no-repeat;
    background-position: left top;
    background-color: white;
    background-size: 25%;
    margin-right: 0;
    margin-left: 0;
}
.titulo-programa {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #562983;
    font-size: inherit;
    margin-top: 4rem;
    padding: 0 0 0 15px;
}
.nav-web .nav-web-cont.clr-onlines article {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 2% 5% 2% 2%;
    margin-bottom: 45px;
    font-size: 1.4rem;
    text-align: justify;
}
.linea-vertical {
    display: block;
    float: left;
    height: 290px;
    width: 1px;
    border-right: #562983 2px solid;
}
.titulo-paso {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #562983;
    font-size: 2.8rem;
    margin-top: 20px;
    padding: 0;
    font-weight: 600;
}
.texto-paso {
    display: block;
    float: left;
    width: 100%;
    font-weight: 800;
    padding-top: 15px;
    padding-left: 0;
    text-align: left;
    font-size: 1.6rem;
}
.nav-web-cont.clr-onlines .modal-btn {
    display: inline-block;
    float: left;
    width: 42px;
    height: 40px;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-web-cont.clr-onlines .modal-btn:hover {
    opacity: 0.5;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-web-cont.clr-onlines .flechader {
    position: relative;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    z-index: 1;
}
.nav-web-cont.clr-onlines .flechader i {
    color: white;
    font-size: 4rem;
}
.nav-web-cont.clr-onlines .flechaizq {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    z-index: 1;
}
.nav-web-cont.clr-onlines .flechaizq i {
    color: white;
    font-size: 4rem;
}
.programa-img {
    display: block;
    /* float: right; */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: 0;
}
.programa-img img {
    width: 100%;
}
.titulo-paso-bottom {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #562983;
    font-size: 2.8rem;
    margin-top: 2rem;
    padding: 0;
    padding-left: 15px;
    font-weight: 600;
}
.texto-paso-bottom {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
    margin-bottom: 25px;
    text-align: left;
    font-size: 1.6rem;
}
/*-------------------------------- modal-Presenciales -------------------------------- */
.nav-web.modal-Presenciales .triangulo-menos {
    display: inline-block;
    position: relative;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 0;
    vertical-align: middle;
    color: #64B0D0;
    content: " ";
    border-left: 50px solid transparent;
    border-bottom: 50px solid;
    z-index: 5;
}
.nav-web.modal-Presenciales .triangulo-menos i {
    position: absolute;
    top: 25px;
    left: -25px;
    color: white;
    font-size: 25px;
}
.nav-web-cont.clr-presenciales {
    display: block;
    width: 100%;
    overflow: auto;
    background: white;
    padding: 0;
}
.nav-web .nav-web-cont.clr-presenciales article {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 2% 5% 2% 15px;
    margin-bottom: 45px;
    font-size: 1.4rem;
    text-align: justify;
}
.clr-presenciales .linea-vertical {
    display: block;
    float: left;
    height: 290px;
    width: 1px;
    border-right: #64B0D0 2px solid;
}
.clr-presenciales .titulo-programa {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #64B0D0;
    font-size: inherit;
    margin-top: 4rem;
    padding: 0 0 0 15px;
}
.clr-presenciales .titulo-paso {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #64B0D0;
    font-size: 2.8rem;
    margin-top: 20px;
    padding: 0;
    font-weight: 600;
}
.clr-presenciales .titulo-paso-bottom {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #64B0D0;
    font-size: 2.8rem;
    margin-top: 2rem;
    padding: 0;
    padding-left: 15px;
    font-weight: 600;
}
.nav-web-cont.clr-presenciales .modal-btn {
    display: inline-block;
    float: left;
    width: 42px;
    height: 40px;
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-web-cont.clr-presenciales .modal-btn:hover {
    opacity: 0.5;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-web-cont.clr-presenciales .flechader {
    position: relative;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    z-index: 1;
}
.nav-web-cont.clr-presenciales .flechader i {
    color: white;
    font-size: 4rem;
}
.nav-web-cont.clr-presenciales .flechaizq {
    position: relative;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    z-index: 1;
}
.nav-web-cont.clr-presenciales .flechaizq i {
    color: white;
    font-size: 4rem;
}

@media screen and (min-width: 1400px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 480px) {
    .nav-web .nav-web-cont.clr-presenciales article {
        display: block;
        float: left;
        width: 100%;
        height: 105px;
        padding: 0;
        margin-bottom: 10px;
        font-size: 1.4rem;
        text-align: left;
    }
    .clr-presenciales .linea-vertical {
        display: none;
    }
    .nav-web-cont.clr-presenciales .modal-btn {
        display: inline-block;
        float: left;
        width: 40px;
        height: 40px;
        opacity: 1;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

}
/*-------------------------------- cierre modal-Presenciales -------------------------------- */

@media screen and (min-width: 1400px) {
    .triangulo-img {
        background-repeat: no-repeat;
        background-position: left top;
        background-color: white;
        background-size: 30%;
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media screen and (max-width: 1024px) {
    .triangulo-img {
        background-repeat: no-repeat;
        background-position: left top;
        background-color: white;
        background-size: 30%;
        margin-right: 0;
        margin-left: 0;
    }
    .texto-paso-bottom {
        display: block;
        float: left;
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px;
        text-align: left;
        font-size: 1.6rem;
    }
}
@media (max-width: 768px) {
     .titulo-programa {
        text-align: center!important;
    }
    .nav-web#modal-somos .nav-web-cont h1 {
        position: relative;
        top: -10px;
        margin: 0;
    }
    .nav-web .nav-web-cont p {
        font-size: 5rem;
        font-weight: 700;
        color: #6D8CC3;
        font-family: 'League Script', cursive;
        text-align: center;
        line-height: 5rem;
    }
    .linea-vertical {
        display: none;
        float: left;
        height: 290px;
        width: 1px;
        border-right: #562983 2px solid;
        margin: 0;
    }
    .nav-web .nav-web-cont.clr-onlines article {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 2% 5% 2% 10%;
        margin-bottom: 10px;
        font-size: 1.4rem;
        text-align: justify;
    }
    .titulo-paso-bottom {   
        text-align: center;    
    }
    .texto-paso-bottom {
        text-align: center; 
    }
    .nav-web#modal-metodologia .nav-web-cont h1 {
        position: relative;
        margin: 0;
        text-align: left;
    }
}


@media screen and (max-width: 767px) {
    .nav-web .nav-web-cont .cont-porfe {
        top: -85px;
    }
    .nav-web .nav-web-cont .cont-porfe b {
        display: block;
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 4rem!important;
    }
    .triangulo-img {
        background-repeat: no-repeat;
        background-position: left top;
        background-color: white;
        background-size: 40%;
        margin-right: 0;
        margin-left: 0;
        overflow: auto;
    }
    .nav-web .nav-web-cont.clr-onlines article {
        display: block;
        float: left;
        width: 100%;
        padding: 0 5%;
        margin-bottom: 10px;
        font-size: 1.4rem;
        text-align: center;
        background: rgba(255, 255, 255, 0.68);
    }
    .nav-web .nav-web-cont.clr-presenciales article {
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 0 5%;
        margin-bottom: 10px;
        font-size: 1.4rem;
        text-align: center;
        background: rgba(255, 255, 255, 0.68);
    }
   
    .cont-des-prog {
        position: relative;
        display: inline-block;
        /* height: 180px; */
        /* overflow-y: auto; */
        padding-top: 30px;
    }
    .linea-vertical {
        display: none;
    }
    .clr-presenciales .linea-vertical {
        display:none;
    }
    .titulo-paso {
        display: block;
        float: left;
        width: 100%;
        text-align: left;
        color: #562983;
        font-size: 2.0rem;
        margin-top: 1rem;
        padding: 0;
        font-weight: 600;
    }
    .texto-paso {
        display: block;
        float: left;
        width: 100%;
        padding: 5% 0;
        text-align: left;
        font-size: 1.4rem;
    }
    .control-progm {
        position: absolute;
        width: 84px;
        height: 40px;
        right: 50%;
        top: -30px;
        margin-right: -42px;
        margin-left: 0;
    }
    .nav-web-cont.clr-onlines .modal-btn {
        display: inline-block;
        float: left;
        width: 42px;
        height: 40px;
        opacity: 1;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .cont-des-prog .col-xs-6 {
    }
    .cont-des-prog .col-xs-6 .col-xs-12 {
        padding: 0;
    }
    .programa-img {
        margin-left: 0;
        margin-right: 0;
    }
    .programa-img img {
    
    }
    .titulo-paso-bottom {
        display: block;
        float: left;
        width: 100%;
        text-align: center !important;
        color: #562983;
        font-size: 2.0rem;
        margin-top: 1rem;
        padding: 0;
        font-weight: 600;
    }
    .texto-paso-bottom {
        display: block;
        float: left;
        width: 100%;
        padding-left: 0;
        margin-bottom: 25px;
        text-align: center;
        font-size: 1.6rem;
    }
}

/*-------------------------------- cierre modal-cursos online -------------------------------- */

/*cierre modal nav-web*/
@media screen and (max-width: 465px) {
    .nav-web .nav-web-cont .menu-portafolio {
        margin-top: -25px;
        width: 100%;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .nav-web .nav-web-cont .menu-portafolio ul {
        text-align: center;
        margin-top: 20px;
        display: inline-block;
    }
    .nav-web .nav-web-cont .menu-portafolio ul li {
        width: 100%;
    }
    .nav-web .nav-web-cont .menu-portafolio ul li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 15px 10%;
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        -moz-transition: padding 0.2s;
        transition: padding 0.2s;
    }
    .nav-web .nav-web-cont .menu-portafolio ul li a b {
        font-size: 18px!important;
        font-size: 1.7rem!important;
        font-weight: 700;
        padding: 0;
        color: #F9F9F9;
        height: 35px;
        text-align: left;
    }
    .nav-web .nav-web-cont .menu-portafolio ul li a b .trg-onlines {
        width: 50px;
        height: 35px;
        text-align: right;
        position: absolute;
        right: 0;
    }
    .nav-web .nav-web-cont .menu-portafolio ul li a b .trg-presenciales {
        width: 50px;
        height: 35px;
        text-align: right;
        position: absolute;
        right: 0;
    }
}
/*--------------------------------

		Cierre MODAL

-------------------------------- */
/* --------------------------------

		  Desarrolo-web

--------------------------------*/
#desarrollo-web {
    position: relative;
}
#desarrollo-web .showcase-wrap {
    position: relative;
    padding: 20vh 2vh;
    height: 100%;
}
@media screen and (max-width: 1400px) {
    #desarrollo-web .showcase-wrap {
        position: relative;
        padding: 20vh 10%;
        height: 100%;
    }
}
@media screen and (max-width: 600px) {
    #desarrollo-web .showcase-wrap {
        position: relative;
        padding: 20vh 2%;
        height: 100%;
    }
}
@media screen and (max-width: 480px) {
    #desarrollo-web .showcase-wrap {
        position: relative;
        padding: 15vh 1%;
        height: 100%;
    }
}

/* --------------------------------

		Cierre Desarrolo-web

--------------------------------*/
/* --------------------------------

			nav-web

--------------------------------*/
#nav-web {
    position: relative;
    top: 100px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/showcase-bg-fixed-01.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.showcase-wrap {
    position: relative;
    padding: 10vh 5vh;
    height: 100%;
}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    overflow: hidden;
    height: 400px;
    width: 33.333333333%;
    background-color: rgba(0, 0, 0, 0);
    list-style: none;
    padding: 10px;
}
.screenshots ul li.portafolio {
    float: left;
    min-height: 100%;
    width: 66.666666%;
    background-color: rgba(0, 0, 0, 0);
    list-style: none;
    padding: 10px;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}

.screenshots figure img {
    width: 100%;
    height: 400px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
}
.screenshots figure img.background-box {
    display: block;
    background-color: #f5f5f5;
    background-size: contain;
    background-position-y: 0px;
    background-repeat: no-repeat;
}
.screenshots figure.clr-somos img.background-box {
    background-size: 550px;
}
.screenshots figure.clr-metodologia img.background-box {
    background-position: -5px 99%;
    background-size: 105%;
}
.screenshots figure.clr-estudiantes img.background-box {
    background-position: -5px 0%;
    background-size: 101%;
}
.screenshots figure.clr-profesores img.background-box {
    background-position: -9px 1px;
    background-size: 109%;
}
.screenshots figure.clr-portafolio img.background-box {
    background-size: cover;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots li.portafolio figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #FFFFFF;
    text-decoration: none;
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #8A13C1
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1;

}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    font-family: 'Pacifico', cursive;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 218%;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
/*somos*/
.screenshots .clr-somos .cont-text-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
}
.screenshots .clr-somos .cont-text-screen .circulo {
    position: relative;
    margin-top: -50px;
    top: 25px;
}
.screenshots .clr-somos .cont-text-screen .text-screen {
    background: rgb(109, 140, 195);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.screenshots .clr-somos .cont-text-screen .text-screen b {
    display: block;
    color: white;
    width: 100%;
    font-size: 4rem;
    line-height: 3rem;
    /* text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6); */
}

.clr-somos .cont-text-screen .text-screen b {
    padding-top: 30px;
}
.screenshots .clr-somos .cont-text-screen .text-screen p {
    font-family: 'League Script', cursive;
    font-size: 9rem;
    line-height: 8rem;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); */
}
.clr-somos .cont-text-screen .text-screen p {
    font-weight: 700;
}
/*metodologia*/
.screenshots .clr-metodologia .cont-text-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.screenshots .clr-metodologia .cont-text-screen .circulo {
    position: absolute;
    top: 43%;
    right: 40%;
    margin: 10px;
}
.screenshots .clr-metodologia .cont-text-screen .text-screen {
    background: rgb(199, 85, 55);
    display: block;
    width: 100%;
    height: 51%;
    text-align: left;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots .clr-metodologia .cont-text-screen .text-screen b {
    display: block;
    color: white;
    width: 100%;
    font-weight: 200;
    font-size: 9rem;
    line-height: 9rem;
    /* text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6); */
}

/*estudiantes*/
.screenshots .clr-estudiantes .cont-text-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
}
.screenshots .clr-estudiantes .cont-text-screen .circulo {
    position: absolute;
    top: 0;
    margin-top: -25px;
    left: 45%;
}
.screenshots .clr-estudiantes .cont-text-screen .text-screen {
    background: #E9BF00;
    display: block;
    width: 100%;
    height: 102%;
    text-align: center;
}
.screenshots .clr-estudiantes .cont-text-screen .text-screen b {
    display: block;
    color: white;
    width: 100%;
    font-size: 4rem;
    line-height: 3rem;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}

.clr-estudiantes .cont-text-screen .text-screen b {
    padding-top: 30px;
}
.screenshots .clr-estudiantes .cont-text-screen .text-screen p {
    position: relative;
    font-size: 6rem;
    font-family: 'League Script', cursive;
    line-height: 6rem;
    color: #FFFFFF;
    top: 46%;
    font-weight: 700;
    margin: 0;
    /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); */
}
.clr-estudiantes .cont-text-screen .text-screen p {
}
/*portafolio*/
.screenshots .clr-portafolio .cont-text-screen {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 100%;
}
.screenshots figure.clr-portafolio img {
    display: block;
    float: left;
    width: 50%;
    height: 400px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
}
.screenshots .clr-portafolio .cont-text-screen .circulo {
    position: absolute;
    top: 40%;
    right: 50%;
    margin: 0;
    margin-right: -25px;
}
.screenshots .clr-portafolio .cont-text-screen .text-screen {
    background: rgb(86, 41, 131);
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
}
.screenshots .clr-portafolio .cont-text-screen .text-screen b {
    display: block;
    color: white;
    width: 100%;
    font-size: 4rem;
    line-height: 3rem;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}

.clr-portafolio .cont-text-screen .text-screen b {
    padding-top: 30px;
}
.screenshots .clr-portafolio .cont-text-screen .text-screen p {
    padding-top: 200px;
    font-family: 'League Script', cursive;
    font-size: 6rem;
    line-height: 9rem;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    /* text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6); */
}

/*profesores*/
.screenshots .clr-profesores .cont-text-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
}
.screenshots .clr-profesores .cont-text-screen .circulo {
    position: relative;
    margin-top: -50px;
    top: 25px;
}
.screenshots .clr-profesores .cont-text-screen .text-screen {
    background: rgb(104, 161, 72);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.cont-porfe {
    position: absolute;
    text-align: left;
    top: -102px;
}
.screenshots .clr-profesores .cont-text-screen .text-screen b {
    display: block;
    color: white;
    width: 100%;
    font-size: 8rem;
    line-height: 3rem;
    /* text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6); */
}

.clr-profesores .cont-text-screen .text-screen b {
    padding-top: 30px;
}
.screenshots .clr-profesores .cont-text-screen .text-screen p {
    position: relative;
    font-family: 'League Script', cursive;
    font-size: 9rem;
    font-weight: 800;
    line-height: 3rem;
    text-align: left;
    color: #FFFFFF;
    top: 39px;
    margin: 0;
    /* text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6); */
}
.clr-profesores .cont-text-screen .text-screen p {
}
@media screen and (min-width: 1400px) {
    .showcase-wrap {
        position: relative;
        padding: 19vh 15%;
        height: 100%;
    }
}

@media screen and (max-width: 980px) {
    .nav-web .nav-web-img .background-box {
        height: 35vh;
    }
    .screenshots ul li {
        float: left;
        min-height: 100%;
        width: 50%;
        background-color: rgba(0, 0, 0, 0);
        list-style: none;
        padding: 10px;
    }
    .screenshots ul li.portafolio {
        float: left;
        min-height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        list-style: none;
        padding: 10px;
    }

}
@media screen and (max-width: 800px) {
    .nav-web .nav-web-img .background-box {
        height: 30vh;
    }
    .showcase-wrap {
        position: relative;
        padding: 10vh 1vh;
        height: 100%;
    }

}

@media screen and (max-width: 680px) {
    .nav-web .nav-web-img .background-box {
        height: 20vh;
        min-height: 190px;
    }
    
    .screenshots ul li {
        width: 100%;
        min-height: 100%;
        float: none;
    }
    .screenshots ul li.portafolio {
        width: 100%;
        min-height: 100%;
        float: none;
    }

}

@media screen and (max-width: 465px) {
    .modal.modal-Online {
        padding-top: 0px;
    }
     .modal.modal-Presenciales {
        padding-top: 0px;
    }
    .modal {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 40px;
        background: rgba(255,255,255,0.70);
    }
    .modal#modal-reg {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px;
        background: rgba(255,255,255,0.70);
    }
    .nav-web .triangulo-menos {
        left: 0;
        border-left: 40px solid transparent !important;
        border-bottom: 40px solid !important;
        z-index: 5;
    }
    .nav-web .triangulo-menos i {
        position: absolute;
        top: 20px;
        left: -22px;
        color: white;
        font-size: 20px;
    }
    .nav-web article {
        padding: 0 0 5% 0;
        font-size: 1.6rem;
        text-align: justify;
        height: 195px;
        overflow-y: auto;
        margin-bottom: 25px;
    }
    .flecha-izq {
        top: 0;
        width: auto;
        height: auto;
        padding: 5px;
    }
    .flecha-izq i {
        color: white;
        font-size: 3rem;
        padding: 0 20px;
        text-align: left;
    }
    .flecha-der {
        top: 0;
        width: auto;
        height: auto;
        padding: 5px;
    }
    .flecha-der i {
        color: white;
        font-size: 3rem;
        padding: 0 20px;
        text-align: right;
    }
    .nav-web .nav-web-cont .triangulo-mas {
        display: inline-block;
        position: relative;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 0;
        vertical-align: middle;
        color: #6D8CC3;
        content: " ";
        border-left: 35px solid transparent!important;
        border-bottom: 35px solid!important;
        z-index: 5;
    }
    .nav-web .triangulo-mas i {
        position: absolute;
        top: 15px!important;
        left: -18px!important;
        color: #FAFAFA;
        font-size: 18px!important;
    }
    
    .nav-web .nav-web-img .background-box {
        height: 25vh;
    }
    .nav-web .nav-web-cont b {
        display: block;
        color: rgb(255, 255, 255);
        width: 100%;
        font-size: 3rem!important;
        line-height: inherit!important;
    }
    
    .nav-web .nav-web-cont p {
        font-size: 5rem!important;
        font-weight: 700;
        color: #68A148;
        font-family: 'League Script', cursive;
        text-align: center;
        line-height: 3rem!important;
        margin: 0;
    }
    .nav-web#modal-somos .nav-web-cont h1 {
        position: relative;
        top: -0px!important;
        margin: 0;
    }
    .nav-web#modal-metodologia .nav-web-cont h1 {
        position: absolute;
        top: -118px;
        margin: 0;
        text-align: left;
    }
    .nav-web#modal-metodologia .nav-web-cont b {
        display: block;
        color: rgb(255, 255, 255);
        width: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        font-size: 4rem !important;
        line-height: 2.5rem !important;
    }
    .showcase-wrap {
        position: relative;
        padding: 10vh 1vh;
        height: 100%;
    }
    .showcase-gal .showcase-wrap {
        position: relative;
        padding: 100px 5vh;
        min-height: 400px;
    }
    .screenshots ul li {
        width: 100%;
        min-height: 100%;
        float: none;
    }
    .screenshots figure.clr-metodologia img.background-box {
        background-position: -5px 98%;
        background-size: 126%;
    }
    .screenshots .clr-metodologia .cont-text-screen .text-screen b {
        display: block;
        color: white;
        width: 100%;
        font-weight: 200;
        font-size: 7rem;
        line-height: 4rem;
    }
    .screenshots figure.clr-somos img.background-box {
        background-size: 550px;
    }
    .screenshots figure.clr-estudiantes img.background-box {
        background-position: -5px 100%;
        background-size: 120%;
    }
    .screenshots .clr-estudiantes .cont-text-screen .text-screen p {
        position: relative;
        font-size: 4rem;
        font-family: 'League Script', cursive;
        line-height: 6rem;
        color: #FFFFFF;
        top: 38%;
        font-weight: 700;
        margin: 0;
    }
    .screenshots figure.clr-profesores img.background-box {
        background-position: -15px 10px;
        background-size: 120%;
    }
    
    .screenshots figure.clr-portafolio img.background-box {
        background-size: cover;
    }
    .screenshots figure.clr-portafolio img {
        display: block;
        float: left;
        width: 100%;
        height: 400px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.45);
    }
    .screenshots .clr-portafolio .cont-text-screen .circulo {
        position: absolute;
        top: 43%;
        right: 50%;
        margin: 0;
        margin-right: -25px;
        z-index: 1;
    }
    .screenshots .clr-portafolio .cont-text-screen .text-screen {
        background: rgb(86, 41, 131);
        display: block;
        width: 100%;
        height: 49%;
        top: 0;
        text-align: center;
        float: left;
        position: absolute;
    }
    .screenshots .clr-portafolio .cont-text-screen .text-screen p {
        position: absolute;
        padding-top: 0px;
        left: 10%;
        font-family: 'League Script', cursive;
        font-size: 5rem;
        top: 50%;
        line-height: 4rem;
        color: #FFFFFF;
        font-weight: 700;
        margin: 0;
    }
    
    .screenshots figure:hover img, .screenshots figure:focus img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

}

/* --------------------------------

		cierre nav-web

--------------------------------*/


/* --------------------------------

               galeria

--------------------------------*/
/* ==========================================================================
Showcase
========================================================================== */
.galeria-home {
    position: relative;
    top: 100px;
    padding: 0 0 0px;
    margin-bottom: 100px;
}

.showcase-gal {
    background: url('../img/showcase-bg-fixed-02.jpg') no-repeat center center fixed;
    background-size: cover;

}


.showcase-gal .showcase-wrap {
    position: relative;
    padding: 60px 1vh;
    min-height: 400px;
}

#galeria1 .item {
    background: #42bdc2;
    padding: 0px;
    margin: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#galeria1 .item img {
    height: 400px;
}
#galeria2 .item {
    background: #42bdc2;
    padding: 0px;
    margin: 0;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#galeria2 .item img {
    height: 400px;
}
/*galeria*/
.screenshots .clr-galeria .cont-text-screen {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.screenshots .clr-galeria .cont-text-screen .circulo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 0;
}
.screenshots .clr-galeria .cont-text-screen .text-screen {
    background: rgb(66, 189, 194);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 6%;
}
.cont-porfe {
    position: absolute;
    text-align: left;
    top: -102px;
}
.screenshots .clr-galeria .cont-text-screen .text-screen b {
    display: block;
    color: white;
    width: 100%;
    font-size: 12rem;
    line-height: 10rem;
    font-weight: 100;
    text-align: left;
}

.clr-galeria .cont-text-screen .text-screen b {
    padding-top: 45px;
}
.screenshots .clr-galeria .cont-text-screen .text-screen p {
    position: relative;
    font-family: 'League Script', cursive;
    font-size: 9rem;
    font-weight: 800;
    line-height: 3rem;
    text-align: left;
    color: #FFFFFF;
    top: 39px;
    margin: 0;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}
.clr-galeria .cont-text-screen .text-screen p {
}
@media screen and (min-width: 1400px) {
    .showcase-gal .showcase-wrap {
        position: relative;
        padding: 10% 15% 7%;
        height: auto;
    }
}
/* --------------------------------

           Cierre galeria

--------------------------------*/
/* --------------------------------

           Inscribete

--------------------------------*/


.Inscribete-cont {
    display: block;
    width: 100%;
    text-align: center;
}
.Inscribete-cont .franja-blanca {
    width: 400px;
    margin: 0 auto;
    padding: 10px 0;
}
.Inscribete-cont .franja-blanca a {
    width: 100%;
    padding: 10px 0;
}
.Inscribete-cont .franja-blanca a:hover {
    opacity: 0.6;
}
.Inscribete-cont .franja-blanca img {
    padding: 10px 0 0 0;
}
.Inscribete-cont .franja-blanca i {
    width: 100%;
    font-size: 4rem;
    color: #4E2D80;
}
@media screen and (max-width: 600px) {
    .Inscribete-cont .franja-blanca {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }
    .Inscribete-cont .franja-blanca a {
        width: 100%;
        padding: 10px 0;
    }
    .Inscribete-cont .franja-blanca a img {
        width: 100%;
        max-width: 300px;
        padding: 10px 0;
    }
}
/* --------------------------------

           Inscribete

--------------------------------*/
/* --------------------------------

                footer

--------------------------------*/
.foot {
    float: left;
    width: 100%;
    display: block;
    background: #7C578E;
    bottom: 0;
}
.foot .cont-foot {
    width: 100%;
    display: block;
    border-bottom: 2px solid white;
    padding: 20px 0;
}
.foot .menu-foot {
    width: 100%;
    display: inline-block;
}
.foot .menu-foot ul {
    position: static;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    background-color: transparent;
}
.foot .menu-foot ul li {
    display: inline-block;
    margin-left: -4px;
}
.foot .menu-foot ul li:first-child {
    border-right: 2px solid white;
}
.foot .menu-foot ul li:last-child {
    border-left: 2px solid white;
}
.foot .menu-foot ul li a {
    padding: 10px 20px;
    color: white;
}
.foot #foot-logo {
    float: none;
    margin: 30px auto;
    width: 180px;
}
.foot #foot-logo img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 724px) {
    .foot .menu-foot ul {
        position: static;
        padding: 0;
        width: 100%;
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent;
    }
    .foot .menu-foot ul li {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        margin: 5px 0;
        padding: 8px 0;
        background: rgba(255, 255, 255, 0.22);
    }
    .foot .menu-foot ul li:first-child {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        border-right: none;
    }
    .foot .menu-foot ul li:last-child {
        border-left: none;
        display: block;
        width: 100%;
        height: 100%;
        float: left;
    }
    .foot .menu-foot ul li a {
        padding: 4px 20px;
        color: white;
    }
}
/* --------------------------------

            cierre footer

--------------------------------*/
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.svg');
    background-repeat: no-repeat;
    background-size: inherit;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    bottom: 10px!important;
    right: 10px;
    width: 54px;
    height: 55px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: -50px;
}

.fancybox-next {
    right: -50px;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 71px;
    height: 71px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: visible !important;
}

.fancybox-prev span {
    left: 0;
    background-position: 0 -73px;
}

.fancybox-next span {
    right: 0;
    background-position: 0 -145px;
}

.fancybox-nav:hover span {
    opacity: 0.5;
}
.fancybox-overlay {
    background: rgba(255, 255, 255, 0.85);
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.fancybox-skin {
    position: relative;
    background: #FFFFFF;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}
.fancybox-title {
    visibility: hidden;
    font: normal 15px/20px 'Montserrat', sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
