@charset "utf-8";

@font-face {
    font-family: 'Domine';
    src: url('../fonts/Domine-Regular.ttf') format('TrueType'); 
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Domine';
    src: url('../fonts/Domine-Bold.ttf') format('TrueType'); 
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.ttf') format('TrueType'); 
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.ttf') format('TrueType'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.ttf') format('TrueType'); 
    font-weight: 500;
    font-style: normal;
}

/* Aaux Pro OT Font */
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTThin.otf') format('OpenType');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTRegular.otf') format('OpenType');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTMediumOSF.otf') format('OpenType');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTMediumItalicOSF.otf') format('OpenType');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTBold.otf') format('OpenType');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTBlack.ttf') format('TrueType');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Aaux Pro OT';
    src: url('../fonts/AauxProOTBlackItalicOSF.ttf') format('TrueType');
    font-weight: 900;
    font-style: italic;
}

html,
body,
.menu {
    height: 100%;
}
body {
    font-family: 'Aaux Pro OT';
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #5C626C;
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
html.menu-open {
    overflow: hidden;
}
body.menu-open {
    overflow: hidden;
    pointer-events: none;
    scroll-behavior: unset;
}
body.menu-open .menu{
    overflow-x: auto;
    pointer-events: all;
}
html.modal-open {
    overflow: hidden;
}
body.modal-open {
    overflow: hidden;
    pointer-events: none;
    scroll-behavior: unset;
}
body.modal-open .modal {
    overflow-x: auto;
    pointer-events: all;
}
h1{
    font-size: 2rem;
}

select.form-control {
    background-image: url(../img/icon-select.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.taller-vivo {
    padding: 10px 0;
    background: #257FFF;
}

.taller-vivo span {
    font-family: "Raleway";
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.taller-vivo a {
    display: inline-block;
    font-family: "Raleway";
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    color: #257FFF;
    padding: 8px 15px;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
}

.taller-vivo a:hover {
    background: #123F7F;
    color: #fff;
}

header{
    position: relative;
    pointer-events: all;
}
.module{
    padding: 40px 0;
}
.space{
    margin-bottom: 30px;
}
/********** SITE WRAP **********/
.menu-open .menu {
    transform: translate3d(-100%, 0, 0);
}
.menu-open .menu-toggle .hamburger-bar:nth-child(1) {
    transform: translate(0, 13px) rotate(45deg);
}
.menu-open .menu-toggle .hamburger-bar:nth-child(2) {
    opacity: 0;
    transform: translate(-200%, 0);
}
.menu-open .menu-toggle .hamburger-bar:nth-child(3) {
    transform: translate(0, -9px) rotate(-45deg);
}
.menu-toggle {
    overflow: hidden;
    background: transparent;
    cursor: pointer;
    margin-top: 0px;
    width: 90px;
    position: relative;
    transition: all .4s ease;
}
.menu-toggle a.menu_link{    
    font-family: 'Raleway';
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top:3px;
    transition: all ease .3s;
}
.menu-open .menu-toggle a.menu_link{
    
}
.menu-toggle .hamburger-bar {
    display: block;
    height: 2px;
    width: 35px;
    background: #fff;
    margin-bottom: 9px;
    transition: all .4s ease;
    margin-left: auto;
}
.menu-toggle .hamburger-bar:nth-child(2) {
    width: 30px;
}
.wrapper-menu-principal {
    z-index: 999;
    width: 100%;
    max-width: 1920px;
    position: fixed;
    overflow: hidden;
    pointer-events: none;
}
.menu {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    color: #fff;
    background: rgba(105, 97, 88, 0.95);
    transition: all .5s ease;
    padding-top: 70px;
    display: table;
    pointer-events: all;
}
.menu ul.links-menu{
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    list-style-type: none;
    -webkit-padding-start:0px;
    -moz-padding-start:0px;
}
.menu ul.links-menu li{
    color: rgba(255,255,255,0.5);
    font-size: 20px;
    padding: 0 10%;
    transition: all ease .2s;
}
.menu ul.links-menu li.principal{
    font-size: 30px;
    
}
.menu ul.links-menu li.secundary{
    font-size: 22px;
}
.menu ul.links-menu li.line{
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin: 10px 0px;
}
.menu ul.links-menu li:hover,
.menu ul.links-menu li:active,
.menu ul.links-menu li:focus,
.menu ul.links-menu li:active:focus{
}
.menu ul.links-menu li a{
    color: #fff;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
    transition: all ease .2s;
}
.menu ul.links-menu li a:hover,
.menu ul.links-menu li a:active,
.menu ul.links-menu li a:focus,
.menu ul.links-menu li a:active:focus{
    color: #ea7600;
    text-decoration: none;
}
.menu ul.links-menu li.current-menu-item a:link,
.menu ul.links-menu li.current-menu-item a:visited,
.menu ul.links-menu li.current-menu-item a:active,
.menu ul.links-menu li.current-menu-item a:hover {
    color:#ea7600;
    text-decoration: none;
}
/********** MENU *********/
.navbar-default {
    background-color: rgba(105, 97, 88, 0.95);
    border-color: transparent;
    z-index: 1000;
    width: 100%;
    border-radius: 0px;
    position: fixed;
    top: 0;
    /*padding: 30px 0;*/
    padding: 15px 0;
    transition: all .4s;
    max-width: 1920px;
}
body.home .navbar-default .brand a img{
    opacity: 0
}
body.home .navbar-default.on .brand a img{
    opacity: 1
}
.navbar-default .buttons{
    margin: 0;
    -webkit-padding-start:0;
    -moz-padding-start:0;
    list-style: none;
    display: inline-flex;
    text-align: right;
    padding-right: 30px;
}
.navbar-default .buttons a{
    padding:5px 25px;
    font-size:14px;
}
.navbar-default .buttons li:not(:last-child) {
    margin-right: .5rem;
}
.navbar-default .btn.white:not([href]):not([tabindex]){
    color: #696158;
}
.navbar-default.navbar-home {
    background: none;
}
.navbar-default.on {
    height: 65px;
    padding: 10px 0;
    background-color: rgba(105, 97, 88, 0.95);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.navbar-default img{
    width: 120px;
    transition: all ease .3s;
    /*-webkit-filter: brightness(0) grayscale(100%) invert(1);
    filter: brightness(0) grayscale(100%) invert(1);*/
}
.navbar-default.on img{
    width: 100px;
    -webkit-filter: none;
    filter: none;
}
.navbar-default.on .menu-toggle .hamburger-bar{
    background: ;
}
.navbar-default .buttons .desplegable {
    position: relative;
}
.navbar-default .buttons .desplegable .btn-icon-menu {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: solid 1px #ea7600;
    border-radius: 50%;
    padding: 0;
    color: #fff;
    background: #ea7600;
}
.navbar-default .buttons .desplegable .btn-icon-menu:hover {
    color: #ea7600;
    background: #fff;
    border-color: #fff;
}
.navbar-default .buttons .desplegable .contenedor {
    position: absolute;
    width: 200px;
    left: -84px;
    top: 33px;
    padding-top: 32px;
    opacity: 0;
    pointer-events: none;
    transition: all ease .5s;
}
.navbar-default .buttons .desplegable:hover .contenedor {
    opacity: 1;
    pointer-events: all;
}

.navbar-default .buttons .desplegable .contenedor ul {
    position: relative;
    list-style: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(105, 97, 88, 0.95);
    padding: 0 15px;
    margin-top: -19px;
}
.navbar-default .buttons .desplegable .contenedor ul:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}

.navbar-default .buttons .desplegable .contenedor ul li {
    padding: 5px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    text-align: left;
    margin: 0;
}
.navbar-default .buttons .desplegable .contenedor ul li:last-child {
    border-bottom: none;
}
.navbar-default .buttons .desplegable .contenedor ul li a {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    text-decoration: none;
    color: rgba(105, 97, 88, 0.95);
    padding: 10px 0;
    display: block;
    transition: all ease .2s;
}
.navbar-default .buttons .desplegable .contenedor ul li a:hover {
    color: rgba(105, 97, 88, 0.95);
    padding-left: 3px;
}



.navbar-default .buttons .idiomas {
    display: none;
    position: relative;
}
.navbar-default .buttons .idiomas a {
    font-family: 'Raleway';
    font-weight: 500;
    color: #fff;
    padding: 6px;
    display: inline-block;
    text-decoration: none;
    width: auto !important;
    height: auto !important;
}
.navbar-default .buttons .idiomas a:hover {
    color: #ea7600;
}
.navbar-default .buttons .idiomas .contenedor {
    position: absolute;
    width: 50px;
    left: -10px;
    top: 33px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all ease .5s;
}
.navbar-default .buttons .idiomas:hover .contenedor {
    opacity: 1;
    pointer-events: all;
}
.navbar-default .buttons .idiomas .contenedor ul {
    position: relative;
    list-style: none;
    padding: 0;
    background: rgba(3, 36, 83,0.9);
}
.navbar-default .buttons .idiomas .contenedor ul:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(3, 36, 83,0.9) transparent;
}
.navbar-default .buttons .idiomas .contenedor ul li {
    padding: 5px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    text-align: left;
    margin: 0;
}
.navbar-default .buttons .idiomas .contenedor ul li:last-child {
    border-bottom: none;
}
.navbar-default .buttons .idiomas .contenedor ul li a {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    display: block;
    transition: all ease .2s;
    text-align: center;
}
.navbar-default .buttons .idiomas .contenedor ul li a:hover {
    color: #ea7600;
    padding-left: 3px;
}



.navbar-default .buttons .mis-programas {
    position: relative;
}
.navbar-default .buttons .mis-programas .contenedor {
    position: absolute;
    width: 400px;
    right: -50px;
    top: 33px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all ease .5s;
}
.navbar-default .buttons .mis-programas:hover .contenedor {
    opacity: 1;
    pointer-events: all;
}
.navbar-default .buttons .mis-programas .contenedor ul {
    position: relative;
    list-style: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    border:1px solid rgba(105, 97, 88, 0.95);
    padding: 0 15px;
}
.navbar-default .buttons .mis-programas .contenedor ul:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 67%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}
.navbar-default .buttons .mis-programas .contenedor ul li {
    padding: 15px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0;
    display: table;
    width: 100%;
}
.navbar-default .buttons .mis-programas .contenedor ul li:last-child {
    border-bottom: none;
}
.navbar-default .buttons .mis-programas .contenedor ul li .left {
    display: table-cell;
    width: 112px;
    vertical-align: top;
}
.navbar-default .buttons .mis-programas .contenedor ul li .left a {
    display: block;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: all ease .3s;
}
.navbar-default .buttons .mis-programas .contenedor ul li .left a:hover {
    opacity: 0.8;
}
.navbar-default .buttons .mis-programas .contenedor ul li .left a img {
    width: auto;
    max-width: 100%;
}
.navbar-default .buttons .mis-programas .contenedor ul li .right {
    display: table-cell;
    width: 258px;
    vertical-align: top;
    text-align: left;
    padding-left: 15px;
}
.navbar-default .buttons .mis-programas .contenedor ul li .right .titulo {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
    text-decoration: none;
     color: rgba(105, 97, 88, 1);
    display: block;
    transition: all ease .2s;
    width: 100%;
    padding: 0;
    line-height: 16px;
}
.navbar-default .buttons .mis-programas .contenedor ul li .right .titulo:hover {
     color: rgba(105, 97, 88, 1);
}
.navbar-default .buttons .mis-programas .contenedor ul li .right .progreso {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Raleway';
    font-weight: 300;
    text-decoration: none;
    color: rgba(105, 97, 88, 1);
    opacity: 0.8;
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 10px;
}
.navbar-default .buttons .mis-programas .contenedor ul li .right .boton {
    padding: 8px 0;
     color: rgba(105, 97, 88, 1);
    border: 1px solid rgba(105, 97, 88, 1);
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2px;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    display: block;
    transition: all ease .3s;
}
.navbar-default .buttons .mis-programas .contenedor ul li .right .boton:hover {
    background: #ea7600;
    border-color: #ea7600;
    color: rgba(255, 255, 255, 1);
}



.navbar-default .buttons .notificaciones {
    position: relative;
}
.navbar-default .buttons .notificaciones .btn-icon-menu {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    background: none;
    border: solid 1px #ea7600;
    border-radius: 50%;
    padding: 0;
    background: #ea7600;
    color: #fff;
}
.navbar-default .buttons .notificaciones .btn-icon-menu:hover {
    border-color: #fff;
    background: #fff;
    color: #ea7600;
}
.navbar-default .buttons .notificaciones .btn-icon-menu .num-notificaciones {
    background: #ff5c70;
    border-radius: 50%;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 5px;
    display: inline-block;
    height: auto;
    line-height: 1;
    position: absolute;
    right: -7px;
    top: -7px;
}
.navbar-default .buttons .notificaciones .btn-icon-menu:hover .num-notificaciones {
    background: #ff5c70;
    color: #fff;
}
.navbar-default .buttons .notificaciones .contenedor {
    position: absolute;
    width: 250px;
    right: -50px;
    top: 33px;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition: all ease .5s;
}
.navbar-default .buttons .notificaciones:hover .contenedor {
    opacity: 1;
    pointer-events: all;
}
.navbar-default .buttons .notificaciones .contenedor ul {
    position: relative;
    list-style: none;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(105, 97, 88, 0.95);
    padding: 0 15px;
}
.navbar-default .buttons .notificaciones .contenedor ul:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 67%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}
.navbar-default .buttons .notificaciones .contenedor ul li {
    padding: 15px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0;
    display: table;
    width: 100%;
}
.navbar-default .buttons .notificaciones .contenedor ul li:last-child {
    border-bottom: none;
}
.navbar-default .buttons .notificaciones .contenedor ul li p {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Raleway';
    font-weight: 300;
    text-decoration: none;
    color: rgba(105, 97, 88, 1);
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
.navbar-default .buttons .notificaciones .contenedor ul li a {
    display: inline;
    color: #fff;
    text-decoration: underline;
    padding: 0;
    margin: 0;
}



.menu-button{
    float: right;
    margin-top: 5px;
}
/****** TOP BANNER ******/
.top-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    background-blend-mode: ;
    transition: all ease .4s;
}
.top-banner .overlay{
    background-color: #696158;
    min-height: 600px;
    color: #fff;
    position: relative;
}
.top-banner .overlay:before{
    pointer-events:none;
    content: '';
    background-image: url(../img/la-clase-pin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: block;
    right: auto;
    width: 180px;
    height: 180px;
    right: 5%;
    bottom: -70px;
    z-index: 1;
}
/*.top-banner .overlay:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-top-02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 400px;
    z-index: 0;
}*/
.banner-text{
    padding-top: 180px;
    position: relative;
    z-index: 100;
    transition: all ease .3s;
}
.banner-text h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    color: #ea7600;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-text p {
    font-weight: 400;
    font-size: 24px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.banner-text a {
    font-size: 20px;
    padding:10px 30px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/****** BREADCRUMBS *******/
.breadcrumbs{
    font-family: 'Raleway';
    font-size: 12px;
}
.breadcrumbs a{
    color: #555;
    font-weight: 500;
    transition: all ease .2s;
    text-decoration: none;
}
.breadcrumbs a.current{
    font-weight: 200;
}
.breadcrumbs a:hover{
    font-weight: 500;
}
.breadcrumbs ul li:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
}
.breadcrumbs ul li:last-child:after{
    display: none;
}
.breadcrumbs ul li:last-child{
    font-weight: 200;
}
/****** TITLE ********/
.title h1{
    font-size: 36px;
    line-height: 1;
    padding:15px 0;
    position: relative;
}
.title h1:after{
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #80A9E3;
}
.title.two{
    margin-bottom: 0px;
}
.title.two h2{
    color: #696158;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 15px;
    position: relative;
}
/*.title.two h2:after{
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #80A9E3;
}*/
.title.two.decorative{
    position: relative;
    display: inline-block;
}
.title.two.decorative:before{
    content: '';
    pointer-events: none;
    /*background-image: url(../img/dots-decorative.svg);*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    left: -100px;
    top: -75px;
    z-index:0;
    transform: rotateY(180deg);
}
.title.two.decorative:after{
    content: '';
    pointer-events: none;
    /*background-image: url(../img/dots-decorative.svg);*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    right: -100px;
    top: -75px;
    z-index:0;
}
.title.left h1:after{
    left: 0;
    right: auto;
    margin: 0;
}
.title.right h1:after{
    right: 0;
    left: auto;
    margin: 0;
}
/****/
.title h2{
    font-size: 24px;
    line-height: 1;
    padding-top: 15px;
    position: relative;
}
/*.title h2:after{
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #80A9E3;
}*/
.title.left h2:after{
    left: 0;
    right: auto;
    margin: 0;
}
.title.right h2:after{
    right: 0;
    left: auto;
    margin: 0;
}
.title .titulo-h2{
    font-size: 36px;
}
/****/
.title h3{
    font-family: 'Domine';
    font-size: 20px;
    line-height: 1;
    padding:15px 0;
    position: relative;
}
.title h3:after{
    content: '';
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #80A9E3;
}
.title.left h3:after{
    left: 0;
    right: auto;
    margin: 0;
}
.title.right h3:after{
    right: 0;
    left: auto;
    margin: 0;
}
/*****/
.subtitle h4{
    font-size: 18px;
    line-height: 1;
    color: #123F7F;
    margin-bottom: 0px;
    font-family: 'Raleway';
}
.intro{
    font-size: 20px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 45px;
}
.intro p{
    line-height: 1.2;
}
.big-title{
    font-family: 'Domine';
}
.big-title h1{
    color: #ea7600;
}
.big-title h2{
    font-size: 1.5em;
}
.contenido-academia h2 {
    padding-top: 0;
}
.contenido-academia p:last-child {
    margin-bottom: 0;
}
/****** PAGE NAME *******/
.page-name{
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    background-color: #f3f3f3;
}
.page-name .container{
    position: relative;
    z-index: 1;
}
/*.page-name .overlay:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-big-title.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100px;
    z-index: 0;
}*/
/****** PROGRAMAS ******/
.programas {
    position: relative;
    padding-top: 30px;
}
/*.programas .overlay:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-programas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 300px;
    z-index: 0;
}*/
.programas article{
    position: relative;
    z-index: 2;
    background-color: #ea7600;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    min-height: 490px;
}
.programas article header{
    color: #fff;
    text-align: center;
    height: 70px;
    display: table;
    width: 100%;
    padding: 0 15px;
}
.programas article header h3{
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
}
.programas article .info{
    padding: 15px;
    border-bottom: 1px solid #696158;
}
.programas article .info p{
    margin-bottom: 0;
    line-height: 1;
}
.programas article .info .valuations{
    padding-left: 5px;
    padding-top: 3px;
}
.programas article .info .valuations p{
    /*color:  #123F7F;*/
}
.programas article .info .valuations span{
    color:#696158;
}
.programas article .info .instructor{
    text-align: left;
    display: flex;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.programas article .info .instructor .name p{
    font-size: 15px;
    /*color: #123F7F;*/
}
.programas article .info .instructor .avatar{
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: 5px 5px 5px 0px;
    border-radius: 50%;
    background-color: #ddd;
    overflow: hidden;
}
.programas article .list-inline{
    padding: 15px;
    margin: 0;
    font-size: 15px;
    /*color: #123F7F;*/
    border-bottom: 1px solid #696158;
}
.programas article .list-inline li span{
    color: #696158;
    font-size: 12px;
}
/*
.programas article .list-inline-item:not(:last-child) {
    margin-right: .3rem;
}
*/
.programas article .resume{
    font-family: 'Raleway';
    line-height: 1.3;
    font-weight: 200;
    font-size: 18px;
    padding: 15px;
    min-height: 130px;
}
.programas article .price{
    padding: 0px 15px 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.programas article .price p{
    margin-bottom: 0px;
}
.programas article .price h3{
    display: none;
    font-size: 28px;
    margin-bottom: 0px;
}
/*****/
.programas.student-page article{
    min-height: auto;
}
.programas.student-page article header h3{
    font-size: 22px;
}
.programas.student-page article .btn{
    padding: 5px;
    font-size: 14px;
}
.card-programa-privado header {
    background: none !important;
    height: auto !important;
    padding: 20px 0 0 0 !important;
}
.card-programa-privado header h3 {
    color: #fff;
    font-size: 20px !important;
    padding: 0;
    display: block !important;
}
/****** BENEFITS ******/
.benefits{
    background-color: #E5E4E3;
    position: relative;
    padding-bottom: 50px;
    padding-top: 120px;
    margin-top: -75px;
    margin-bottom: 45px;
}
/*.benefits .overlay:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-center.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 50;
}*/
.benefits .title{
    margin-bottom: 30px;
}
.benefits .container{
    text-align: center;
}
.benefits .icon{
    height: 100px;
    width: 100px;
    position: relative;
    margin-bottom: 15px;
}
/*.benefits .icon:after{
    content: '';
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e4eaf0;
    z-index: 10;
}*/
.benefits .icon img{
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    height: 80%;
    width: auto;
}
.benefits .text{
    text-align: left;
}
.benefits .text h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #ea7600;
    letter-spacing: -1px;
}
.benefits .text p{
    font-size: 18px;
    line-height: 1.3;
    color: #696158;
}
/****** VIDEOBLOG *******/
.videoblog{
    background-color: #696158;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #fff;
}
.page .videoblog{
    background-color: #ffffff;
}
.videoblog .title.two h2{
    color: #ea7600;
}
.videoblog .box-info{
    padding-left: 30px;
    padding-right: 30px;
}
.videoblog .box-image{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.videoblog .box-image img{
    width: 100%;
}
.videoblog .box-info .box-shadow{
    position: relative;
    z-index: 10;
    padding: 15px 15px 15px 120px;
    background-color: #ea7600;
    background-image: url(../img/at-sign.svg);
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: 10px -7px;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
}
.videoblog .box-info .box-shadow p{
    color: #1655AD;
    font-family: 'Raleway';
    font-size: 20px;
    margin-bottom: 0;
}
.videoblog .box-info .box-shadow h4{
    color: #123F7F;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}
.videoblog .box-info .box-shadow h4 a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.videoblog .box-info .box-shadow a{
    font-family: 'Raleway';
    color: #ea7600;
    font-size: 18px;
    transition: all ease .4s;
    display: none;
}
.videoblog .btn.animated{
    font-size: 18px;
}
/****** PAGE VIDEOBLOG *******/
.filter-video{
    padding: 15px;
    background-color: #f3f3f3;
    font-family: 'Raleway';
    margin-bottom: 30px;
}
.filter-video .form-group{
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.filter-video fieldset{
    position: relative;
    font-size: 14px;
}
.filter-video label{
    color: #ea7600;
    font-weight: 500;
    display: block;
    text-align: left;
}
.filter-video select{
    border: none !important;
}
.btn-limpiar-filtro {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ea7600;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    transition: all ease .2s;
}
.btn-limpiar-filtro:hover {
    background: #ea7600;
    color: #fff;
}
.videoblog.page{
    padding-top: 40px;
    padding-bottom: 230px;
}
.videoblog.page .box-image{
    padding: 0px;
}
.videoblog.page .box-info{
    padding: 0px;
}
.videoblog.page .box-info p{
    font-size: 12px;
}
.videoblog.page .box-info h4{
    font-size: 20px;
}
.videoblog.page .box-info h4 a{
    font-size: 14px;
}
.videoblog.page .box-info a{
    font-size: 14px;
}
/****** TESTIMONIES *******/
.testimonies{
    padding: 120px 0 140px 0;
    position: relative;
}
/*.testimonies .overlay:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-testimonies.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    right: 0;
    width: 101%;
    height: 70px;
    z-index: 50;
}*/
.testimonies .title.two h2{
    color: #ea7600;
}
.testimonies .text p{
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 1.3;
    font-size: 200;
}
.testimonies .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    display: inline-block;
    text-align: center;
    background-color: #ea7600;
    color: #fff;
    font-size: 25px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    opacity: 1;
    padding: 1px;
}
.testimonies .owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -15px;
    top: 30%;
    transition: all ease .8s; 
}
.testimonies .owl-theme .owl-controls .owl-buttons .owl-next{
    right: -15px;
    top: 30%;
    transition: all ease .8s;
}
.testimonies .owl-theme .owl-controls{
    margin: 0;
}
.testimonies blockquote{
    padding:20px 40px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}
.testimonies blockquote:before{
    content: '';
    background-image: url(../img/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 65px;
    width: 65px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0px;
}
.testimonies blockquote span{
    display: block;
    height: 1px;
    width: 40px;
    margin: 10px 0;
    background-color: #ccc;
}
.testimonies blockquote small{
    font-weight: 300;
}
.testimonies .col-md-6{
    padding: 0 30px;
}
.testimonies .col-partners .list-inline-item:not(:last-child) {
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 10px;
}
/****** INFORMATION *******/
.information{
    position: relative;
    padding: 40px 0;
}
.information .container{
    position: relative;
    z-index: 1;
}
/*.information .overlay:after {
    pointer-events: none;
    content: '';
    background-image: url(../img/shape-programas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 101%;
    height: 200px;
    z-index: 0;
}*/
.information.right{
    text-align: right;
}
.information .info{
    font-family: 'Raleway';
    font-weight: 200;
}
/******** MODAL REGISTER ********/
.modal-dialog{
    max-width: 100%!important;
}
.modal-header .close{
    margin-left: 0;
}
.form-progress {
    position: relative;
    display: block;
    margin: 10px auto 70px auto;
    width: 100%;
    max-width: 80%;
}
progress {
    display: block;
    position: relative;
    top: 17px;
    left: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #039fd7;
    width: 50%;
    margin: 0 auto;
    height: 1px;
    background: none;
    transition: 1s;
    will-change: contents;
}
progress::-webkit-progress-bar {
  background-color: #ddd;
}
progress::-webkit-progress-value {
  background-color: #039fd7;
  transition: all 0.5s ease-in-out;
}

.form-progress-indicator {
    font-family: 'Raleway';
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    background: white;
    border: 3px solid #fff;
    background-color: #ccc;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    transition-delay: .3s;
    will-change: transform;
    text-align: center;
}
.form-progress-indicator span{
    font-weight: 500;
    position: absolute;
    top: 50px;
    font-size: 12px;
    color: #ccc;
    width: 120px;
    left: -40px;
    right: 0;
    margin: 0 auto;
}
.form-progress-indicator.one {
  left: 25%;
}
.form-progress-indicator.two {
  left: 50%;
}
.form-progress-indicator.three {
  left: 75%;
}
.form-progress-indicator.active {
  -webkit-animation: bounce .5s forwards;
          animation: bounce .5s forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  border-color: #fff;
  background-color: #039fd7;
}
.form-progress-indicator.active span{
  color: #039fd7;  
} 
.animation-container {
  position: relative;
  width: 100%;
  transition: .3s;
  will-change: padding;
  overflow: hidden;
}

.form-step {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 15px;
  transition: 1s ease-in-out;
  transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}

.form-step.leaving {
  -webkit-animation: left-and-out .5s forwards;
          animation: left-and-out .5s forwards;
}

.form-step.waiting {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}

.form-step.coming {
  -webkit-animation: right-and-in .5s forwards;
          animation: right-and-in .5s forwards;
}

@-webkit-keyframes left-and-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

@keyframes left-and-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}
@-webkit-keyframes right-and-in {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right-and-in {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bounce {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounce {
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hidden {
  display: none;
}
/****** PAGE REGISTER *******/
.page-register{
    padding-top: 40px;
    padding-bottom: 70px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login, 
.woocommerce form.register{
    border:none;
    padding: 0px;
}
/****** PAGE PROGRAM *******/
.program-information{
    position: relative;
    padding-bottom: 150px;
    z-index: 1;
}
.program-information .overlay:after{
    pointer-events:none;
    content: '';
    /*background-image: url(../img/shape-programas.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 101%;
    height: 300px;
    z-index: 0;
}
.program-information .container{
    position: relative;
    z-index: 333;
}
.program-information .temary{
    margin-top: 30px;
}

.program-information .temary .table-programs {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.program-information .temary .table-programs:after {
    content: "";
    width: 100%;
    height: 50px;
    background-image: linear-gradient(rgba(255,255,255,0.2), white);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.program-information .temary .table-programs.open:after {
    display: none;
}

.program-information .temary .table-programs.open {
    height: auto;
}



.programa-lista-preguntas {
}

.parent-nueva-pregunta .btn-desplegar-nueva-pregunta {
    color: #fff !important;
    background-color: #ea7600;
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 2px;
    transition: all ease .3s;
    font-family: 'Raleway';
    font-weight: 500;
    text-decoration: none !important;
    cursor: pointer;
    height: 46px;
    line-height: 1;
    display: inline-block;
}

.parent-nueva-pregunta .btn-desplegar-nueva-pregunta:hover {
    background-color: #fff !important;
    border: solid 1px #ea7600 !important;
    color: #ea7600 !important;
}

.parent-nueva-pregunta .contenedor-nueva-pregunta {
    padding-top: 15px;
}

.parent-nueva-pregunta .contenedor-nueva-pregunta .form-group {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.parent-nueva-pregunta .contenedor-nueva-pregunta textarea {
    color: #495057;
    font-size: 13px;
    font-family: "Raleway";
    font-weight: 300;
    height: 80px !important;
    border-radius: 1px;
}

.parent-nueva-pregunta .contenedor-nueva-pregunta .boton {
    width: 100%;
}

.parent-nueva-pregunta .contenedor-nueva-pregunta .btn {
    margin: 0;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta {
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-header {
    background: none;
    border: none;
    border-top: solid 1px #ccc;
    padding: 15px 0;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta:first-child .card-header {
    border: none;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-header .btn-abrir-respuestas {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 2px;
    transition: all ease .3s;
    font-family: 'Raleway';
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    color: #ea7600;
    border: solid 1px #ea7600;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-header .btn-abrir-respuestas:hover {
    color: #fff;
    background-color: #ea7600;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-header .pregunta-titulo {
    font-size: 16px;
    font-family: 'Domine';
    color: #777;
    margin-bottom: 5px;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-header .pregunta-contenido {
    font-family: "Raleway";
    font-weight: 300;
    color: #5C626C;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-header .pregunta-info {
    font-size: 12px;
    font-family: 'Domine';
    color: #ea7600;
    margin-bottom: 5px;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-body {
    padding: 0;
    padding-left: 30px;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-body .contenedor-respuesta {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-body .contenedor-respuesta:first-child {
    border-top: solid 1px #ccc;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-body .contenedor-respuesta .autor {
    font-size: 12px;
    font-family: 'Domine';
    color: #123F7F;
    margin-bottom: 5px;
        font-weight: 400;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-body .contenedor-respuesta .contenido {
    font-family: "Raleway";
    font-weight: 300;
    color: #5C626C;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-footer {
    padding: 15px 0 30px 30px;
    background: none;
    border: none;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-footer .form-row {
    padding: 0;
    margin: 0;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-footer .form-group {
    padding: 0;
    margin-bottom: 5px;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-footer textarea {
    color: #495057;
    font-size: 13px;
    font-family: "Raleway";
    font-weight: 300;
    height: 80px;
    border-radius: 1px;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-footer .boton {
    width: 100%;
}

.programa-lista-preguntas .lista-preguntas .contenedor-pregunta .card-footer .btn {
    margin: 0;
}



@media screen and (min-width: 768px) {
    .program-information .temary .table-programs {
        height: 350px;
    }
}
.nav.nav-pills.nav-fill{
    margin-bottom: 20px;
}

.nav-item a{
    color: #ea7600 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ea7600;
    color: #fff !important;
}
.nav.nav-pills.nav-fill a{
    border-radius: 2px;
    position: relative;
}
.nav.nav-pills.nav-fill .nav-link .triangle{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nav.nav-pills.nav-fill .nav-link.active .triangle{
    border-top: 5px solid #ea7600;
}
.info.page-program p{
    margin-bottom: 0;
    line-height: 1;
    color: #dc7c2e;
}
.info.page-program .resume p{
    font-family: 'Raleway';
    color: #777;
    font-weight: 200;
}
.habilities p{
    font-family: 'Raleway';
    color: #777;
    font-weight: 200;
}
.habilities p span{
    color: #dc7c2e;
}
.description p{
    font-family: 'Raleway';
    color: #777;
    font-weight: 200;
}
.info.page-program ul li{
    border-right: 1px solid #ccc;
}
.info.page-program ul li:last-child{
    border-right: none;
}
.info.page-program .list-inline-item:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}
.page-program .instructor{
    margin-bottom: -4px;
}
.page-program .instructor .avatar{
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.page-program .instructor .avatar img{
    border-radius: 50%;
}
.page-program .instructor .name{
    display: table-cell;
}
.page-program .valuations p{
    font-size: 18px;
}
.page-program .valuations p span{
    color: #dc7c2e;
}
.progress-class{
    margin-top: 20px;
}
.progress-class .bar {
    margin-bottom: 20px;
}
.info.page-program .progress-class p{
    color: #777;
    margin-bottom: 15px
}
.info.page-program .progress-class .progress-bar{
    background-color: #ea7600;
}
.info.page-program .progress-class .progress{
    background-color: #dcdcdc;
    height: 10px;
    border-radius: 0px;
}
.info.page-program .progress-class .progress .bar{
    position: relative;
}
.progress-class .bar {
    position: relative;
}
.info.page-program .progress-class .bar a{
    height: 35px;
    color: #ea7600 !important;
    width: 35px;
    text-align: center;
    background-color: #dcdcdc;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    top: -12px;
    padding: 7px 5px;
}
.progress-class h4 a{
    color: #ea7600 !important;
}
.video-preview{
    position: relative;
    cursor: pointer;
    transition: all ease .1s;
    height: 200px;
    overflow: hidden;
    text-align: center;
}
.your-program .video-preview{
    margin-top: 15px;
    height: 180px;
}
.video-preview img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    max-width: 120% !important;
    width: 130% !important;
    margin: auto;
}

.video-preview span{
    background-color: #ea7600;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: relative;
    text-align: center;
    padding:10px 10px 10px 15px;
    transition: all ease .4s;
}
.video-preview a.text-preview {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    transition: all ease .4s;
}
.video-preview:hover span{
    background-color: #fff;
    color: #ea7600;
}
.share{
    transition: all ease .1s;
}
.box-share{
    background-color: #dc7c2e;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    font-family: 'Raleway';
}
.box-share p{
    margin-bottom: 0px;
}
.box-share .triangle{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dc7c2e;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.share ul{
    margin-top: 20px;
}
.share ul li a{
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding:4px;
    display: block;
    transition: all ease .4s;
}
.share ul li a:hover{
    opacity: .8;
}
.share ul li a.facebook{
    background-color: #ea7600;
}
.share ul li a.twitter{
    background-color: #ea7600 
}
.share ul li a.whatsapp{
    background-color: #ea7600;
}
.share ul li a.youtube{
    background-color: #ea7600;
}
.share ul li a.instagram{
    background-color: #ea7600;
}
.share ul li a.email{
    background-color: #ea7600;
}
.share ul li a.url{
    background-color: #ea7600;
}
/****/
.stacktable.small-only {
    display: none;
}
.table-programs .table .thead-dark th{
    background-color: #e4eaf0;
    color: #dc7c2e;
    font-size: 14px;
    border: none;
}
.table-programs .table .far,
.table-programs .table .fal{
    color: #dc7c2e;
}
.table-programs .table a{
    color: #dc7c2e;
}
.table-programs .table td,
.table-programs .table th{
    border: none;
}
.table-programs .table tbody{
    font-family: 'Raleway';
    font-weight: 200;
    font-size: 14px;
}
.table-programs .table tbody .tr-clase-privada {
    opacity: 0.6;
    pointer-events: none;
}
.table-programs .table tbody .tr-clase-privada i.fal {
    color: #5C626C;
}
/****/
.programas.student-page{
    background-color: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 150px;
}
.programas.student-page article .valuations p{
    margin-bottom: 0px;
    color: #fff;
    line-height: 1;
}
.programas.student-page article .valuations p i{
    color: #fff !important;
}
.programas.student-page article .valuations p span{
    color: #ea7600;
}
.programas.student-page article .btn{
    width: 100%;
    margin: 0px;
}
.programas.student-page article .row{
    padding: 15px;
}
.next-class article{
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    margin-bottom: 15px;
}
.next-class article h3{
    font-size: 20px;
    margin: 7px 0;
    color: #dc7c2e;
}
.next-class article .valuations{
    margin-right: 15px
}
.next-class article .valuations p{
    margin-bottom: 0px;
    color: #dc7c2e;
    line-height: 1;
}
.next-class article .valuations small{
    line-height: 1;
}
.next-class article .valuations p span{
    color: #dc7c2e;
}
.next-class article .flex{
    display: flex;
    padding: 0 15px;
}
.next-class article .flex .btn{
    margin: 0;
    padding: 10px 20px;
}

.program-information .price p{
    display: none;
    margin-bottom: 0px;
    font-size: 14px;
}
.program-information .price h3{
    display: none;
    color: #123F7F;
    font-size: 25px;
}
.program-information .value{
    border-bottom: 1px solid #ccc;

}
.program-information .value .btn{
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.program-information .include {
    margin-bottom: 50px;
}
.program-information .include p{
    font-family: 'Raleway';
    color: #777;
    font-weight: 200;
}
.program-information .include p span{
    color: #dc7c2e;
}

/****** GLOSARY *******/
.glossary{
    padding-top: 40px;
}
.search-glossary{
    padding: 15px;
    background-color: #e4eaf0;
    font-family: 'Raleway';
}
.search-glossary .form-group{
    margin-bottom: 0px;
}
.search-glossary form{
    position: relative;
    font-size: 14px;
}
.search-glossary form label{
    color: #123F7F;
    font-weight: 500;
}
.search-glossary button{
    position: absolute;
    right: 38px;
    top: 30px;
    z-index: 10;
    font-size: 16px;
    background-color: transparent;
    color:  #ea7600;
    border:none;
    padding: 7px 10px;
}
.search-glossary .btn-limpiar-filtro {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.filter-glossary{
    font-family: 'Raleway';
    margin: 20px auto;
    padding-bottom: 200px;
}
.filter-glossary .nav.nav-pills.nav-fill a{
    padding: 4px;
    width: 25px;
}
.nav.nav-pills.nav-fill a:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nav.nav-pills.nav-fill a.active:after{
    border-top: 5px solid #ea7600;
}
.filter-glossary .nav-fill .nav-item{
    flex: 0;
}
.glossary-item:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.glossary-item{
    padding-top: 15px;
    border-bottom: none;
}
.glossary-item h4{
    font-family: 'Domine';
    font-size: 18px;
}
.glossary-item p{
    font-size: 14px;
}
.pagination{
    font-family: 'Raleway';
    margin-top: 30px;
}
/****** MODAL VIDEO *******/
body.modal-open{
    padding-right: 0px!important;
}
body.modal-open .modal{
    padding-right: 0px!important;
}
#video-modal .modal-header{
    background-color: #ea7600;
    color: #fff;
    border-bottom: none;
    border-radius: 0px;
}
#video-modal .modal-header .close{
    color: #fff;
    font-family: 'Raleway';
    font-weight: 200;
    font-size: 30px;
}
#video-modal .modal-header h1{
    font-size: 25px;
    margin: 0;
}
#video-modal .modal-footer{
    background-color: #000;
    padding: 10px;
    position: relative;
    border: none;
}
#video-modal .modal-body{
    padding: 0;
    border: none;
}
.video-content{
    position: relative;
    overflow: hidden;
}
.videoclass{
    position: relative;
    z-index: 1;
}
.questions-plegable .form-group{
    margin-bottom: 0px;
}
.questions-plegable{
    position: absolute;
    z-index: 888;
    background-color: #fff;
    width: 300px;
    height: 100%;
    left: -300px;
    transition: all .5s ease;
}
.questions-toggle{
    position: absolute;
    z-index: 555;
    background-color: #ea7600;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    right: -30px;
    top: 45%;
    font-size: 25px;
    text-align: right;
    padding: 14px;
    cursor: pointer;
    pointer-events: all;
}
.questions-plegable.open {
    transform: translate3d(300px, 0, 0);
}
.questions-plegable.open .questions-toggle {
    padding-right: 8px;
}
.questions-search{
    padding: 10px;
    position: relative;
    font-family: 'Raleway';
    border-bottom: 1px solid #ddd;
}
.questions-search button{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    background-color: transparent;
    color:  #ea7600;
    border:none;
    padding: 7px 10px;
}
.questions-list{
    position: relative;
    z-index: 666;
    height: 88%;
    background-color: #fff;
    overflow-x: auto; 
    padding-bottom: 22px;
}
.questions-list .question{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.questions-list .question .media-body{
    margin-left: 10px;
}
.questions-list .question .media-body h5{
    color: #123F7F;
    font-size: 16px;
    margin-bottom: 0px;
}
.questions-list .question .media-body p{
    font-family: 'Raleway';
    font-weight: 200;
    font-size: 12px;
    margin-bottom: 0;
}
.questions-list .question .media-body .details{
    /*display: flex;*/
    padding-top: 5px;
}
.questions-list .question .media-body .details p{
    font-weight: 500;
    margin-right: 0;
}
.questions-list .question .media-body .details .collapse.show{
    padding-top: 5px!important;
    margin-top: 5px;
    border-top: 1px solid #ccc;
}
.questions-list .question .media-body .details .card-body{
    padding: 0;
}
.questions-list .question .media-body .details .card-body label{
    color: #ea7600;
    font-family: 'Domine';
    font-weight: 500;
    margin-bottom: 0px;
}
.questions-list .question .media-body .details .card-body p{
    font-weight: 300;
}
.new-question{
    position: absolute;
    bottom: -134px;
    width: 100%;
    z-index: 666;
    background-color: #fff;
    transition: all ease .4s;
}
.new-question.open{
    bottom: 0px;
}
.new-question .toggle-question{
    background-color: #ea7600;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway';
    padding: 13px 5px;
    cursor: pointer;
    pointer-events: all;
}
.new-question .toggle-question p{
    margin-bottom: 0px;
    line-height: 1;
    font-size: 12px;
}
.new-question .form-question{
    padding: 10px;
    font-family: 'Raleway';
}
.form-question textarea.form-control{
    resize: none;
    font-size: 12px;
}
.new-question .form-question .form-group{
    margin-bottom: 10px;
}
.new-question .form-question .btn{
    width: 100%;
    margin: 0px;
}
/******/
.lessons-plegable{
    position: absolute;
    z-index: 888;
    background-color: #fff;
    width: 250px;
    height: 100%;
    right: -250px;
    transition: all .5s ease;
}
.lessons-toggle{
    position: absolute;
    z-index: 555;
    background-color: #ea7600;
    color: #fff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    left: -30px;
    top: 45%;
    font-size: 25px;
    text-align: left;
    padding: 14px 7px;
    cursor: pointer;
    pointer-events: all;
}
.lessons-plegable.open {
    transform: translate3d(-250px, 0, 0);
}
.lessons-list{
    position: relative;
    z-index: 666;
    height: 100%;
    background-color: #fff;
    overflow-x: auto; 
}
.lessons-list .media{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    /*display: table;*/
}
.lessons-list .media img {
    cursor: pointer;
}
.lessons-list .media.clase-privada {
    opacity: 0.6;
    pointer-events: none;
}
.lessons-list .media .media-body{
    vertical-align: middle;
    display: table-cell;
}
.lessons-list .media .media-body h5{
    color: #123F7F;
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
}
/****** BLOG *****/
.blog .videoblog{
    padding-bottom: 0;
}
.blog{
    position: relative;
    padding-bottom: 185px;
}
/*.blog .overlay:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-programas.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 300px;
    z-index: 0;
}*/
.blog .related{
    margin-bottom: 15px;
}
.blog .container{
    padding-top: 40px;
    padding-left: 50px;
    position: relative;
}
.blog .content{
    padding-top: 15px;
}
.blog .content p{
    font-family: 'Raleway';
    color: #777;
    font-size: 14px;
}
.blog .content div{
    margin-bottom: 30px;
}
.blog .share{
    position: absolute;
    top: 20px;
    left: 10px;
}
.blog .share ul{
    list-style: none;
    -webkit-padding-start:0;
    -moz-padding-start:0;
}
.blog .share ul li{
    margin-bottom: 7px;
}
.blog .videoblog .box-info{
    padding: 0 0 0 15px;
}
.blog .videoblog .box-image{
    padding-right: 15px;
}
.blog .videoblog .box-info .box-shadow{
    position: relative;
    z-index: 10;
    padding: 15px;
    margin-top: -30px;
}
.blog .videoblog .box-info .box-shadow p{
    font-size: 14px;
}
.blog .videoblog .box-info .box-shadow h4{
    font-size: 18px;
}
.blog .videoblog .box-info .box-shadow h4 a{
    font-size: 18px;
}
.blog .videoblog .box-info .box-shadow a{
    font-size: 12px;
}
.blog .related:nth-child(1){
    margin-top: 15px;
}
/****** CONTACTO *******/
.box-faq{
    padding: 15px;
    background-color: #e4eaf0;
    font-family: 'Raleway';
    margin: 30px 0;
}
.link-faq .box-faq p{
    margin-bottom: 0px;
}
.link-faq.bottom{
    margin-bottom: 170px;
}
.link-faq .btn{
    width: 100%;
    padding: 5px;
}
.contacto{
    position: relative;
    padding-bottom: 150px;
}
.contacto .legend{
    font-family: 'Raleway';
    font-weight: 200;
}
.contacto p{
    font-family: 'Raleway'; 
}
.formulario{
    font-family: 'Raleway';
    font-weight: 200;
}
.formulario:focus::placeholder{
    color: #495057!important;
    visibility: visible!important;
}
.formulario .form-control{
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
}
.formulario textarea.form-control {
    resize: none;
    height: auto!important;
    padding-top:15px;
    transition: all ease .2s;
}

.formulario .form-control:focus {
    border-bottom:2px solid #ea7600 !important;
    color: #495057!important;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    /*
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ea7600;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #ea7600;
    */
}
.formulario .ajax-loader{
    position: absolute;
    top: 20px;
    right: 135px;
}
#reg_first_name-error {
    background: transparent;
    font-size: 12px;
    color: #f56e6e;
    padding: 0px 5px;
}
#reg_last_name-error {
    background: transparent;
    font-size: 12px;
    color: #f56e6e;
    padding: 0px 5px;
}
#reg_email-error {
    background: transparent;
    font-size: 12px;
    color: #f56e6e;
    padding: 0px 5px;
}
#reg_password-error {
    background: transparent;
    font-size: 12px;
    color: #f56e6e;
    padding: 0px 5px;
}
.formulario br{
    display: none!important;
}
.input-con-label{
    pointer-events: relative;
}
.floatinglabel{
    position: absolute;
    top: 9px;
    left: 19px;
    color: transparent;
    pointer-events: none;
    font-size: 14px;
    transition: all ease .3s;
}
.floatinglabel.active{
    top: -5px;
    left: 17px;
    color: #ea7600;
    font-size: 12px;
    font-weight: 500;
}
span.wpcf7-not-valid-tip {
    background: transparent;
    font-size: 12px;
    color: #f56e6e;
    padding: 0px 5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background-color: #FFF7E9;
    border: none;
    margin: 0;
    margin-bottom: 30px;
    font-size: 14px;
    color: #FFA005;
    font-weight: 300;
    padding: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors:before {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background: #e7fff6;
    border: none;
    margin: 0;
    margin-bottom: 30px;
    font-size: 14px;
    color: #00b975;
    font-weight: 300;
    padding: 10px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
}
/****** PREGUNTAS FRECUENTES ********/
.filter-faq .btn{
    margin: 0;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-size: 14px;
    border-radius: 0;
}
.filter-faq .box-faq{
    padding-bottom: 0px;
}
.filter-faq .box-faq .form-control{
    font-size: 14px;
    border: none !important;
}
.messages-not-found {
    background-color: #FFF7E9;
    border: none;
    margin: 0;
    margin-bottom: 30px;
    font-size: 14px;
    color: #FFA005;
    font-weight: 300;
    padding: 10px;
}
.messages-not-found:before {
    content: '\f057';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
}
.accordion{
    margin-bottom: 30px;
}
.card-header{
    padding: 0px;
}
.card-header button.btn{
    width: 100%;
    margin: 0;
    text-align: left;
    text-decoration: none;
    border: none;
    padding: 12px;
    font-size: 16px;
    text-transform: inherit;
    white-space: inherit;
    font-family: 'Domine';
    color: #fff;
    background-color: #ea7600;
    border-bottom: 1px solid #eaeaea;
}
.card-header button.btn.collapsed{
    background-color: #fff;
    color: #ea7600;
}
.card-header button.btn:hover,
.card-header button.btn:focus,
.card-header button.btn:active{
    background-color: #ea7600;
    border-color: #ea7600;
    color: #fff;
}
.card-header button:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 200;
    font-size: 20px;
    line-height: 0;
    border-radius: 50%;
    height: 20px;
    width:20px;
    float: right;
    padding: 10px 0px;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.card-header button.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.card-header button:before {
}
.card{
    border: none;
}
.card-body{
    font-family: 'Raleway';
    font-size: 14px;
    font-weight: 200;
}
/****** PORTADA ALUMNO ********/
/******  SLIDER ********/
.bs-slider {
   
}
.bs-slider .carousel-inner{
    position: relative;
}
.bs-slider .carousel-inner:before{
    pointer-events:none;
    content: '';
    background-image: url(../img/animated-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: block;
    right: auto;
    bottom: 25%;
    right: 27%;
    width: 70px;
    height: 70px;
    z-index: 51;
    -webkit-animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
    -moz-animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
    -ms-animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
    animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
}
.bs-slider .carousel-inner:after{
    pointer-events:none;
    content: '';
    background-image: url(../img/shape-top-02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    display: block;
    bottom: -2px;
    left: -3px;
    right: -3px;
    width: 101%;
    height: 400px;
    z-index: 50;
}
.bs-slider .bs-slider-overlay{
    background-color: #ea7600;
}
.slide-text > h3{
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.slide-text > h1{
    font-size: 38px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.slide-text > h4{
    font-family: 'Raleway';
    font-size: 19px;
    color: #fff;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.slide-text > p{
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 200;
    letter-spacing: inherit;
    color: #fff;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.control-round .carousel-control-prev,
.control-round .carousel-control-next{
    font-size: 30px;
    line-height: 48px;
}
.control-round .carousel-control-prev:hover,
.control-round .carousel-control-next:hover {
    color: #ea7600;
    background: rgba(255, 255, 255, 0.8);
    border: 0px transparent;
}
/*****/
.indicators-line > .carousel-indicators {
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
}
.indicators-line > .carousel-indicators .active{
    box-shadow: none;
}
.control-round .carousel-control{
    text-aling:center!important;
}
.your-program .info.page-program{
    background-color: #f3f3f3;
    padding: 15px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}
.your-program .info.page-program h4{
    color: #032453;
}
.your-program .info.page-program .btn{
    margin-top: 20px;
    color: #fff;
}
.your-program .info.page-program .btn:hover{
    border-color: #fff;
    color: #ea7600;
}
.programas.cover-page{
    padding-top: 40px;
    padding-bottom: 20px;
}
.videoblog.cover-page{
    background-color: #f3f3f3;
    padding-bottom: 170px;
    padding-top: 40px;
}
.videoblog.cover-page .box-info .box-shadow h4{
    font-size: 20px;
}
.videoblog.cover-page .box-info .box-shadow p{
    font-size: 16px;
}
/****** PROFILE ******/
.profile{
    padding-top: 40px;
    padding-bottom: 170px;
}
.profile .avatar{
    position: relative;
    text-align: center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px;
    border:1px solid #ea7600;
    margin-bottom: 30px;
}
#comprar-t-0{
    display: none !important;
}
.profile .avatar img{
    border-radius: 50%;
    margin: 0 auto;
}
.profile .avatar:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f332';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-size: 2rem;
}
.profile .avatar:hover:after {
    display: flex;
}
.profile .avatar .avatar-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}
.profile .tabs-profile{
    font-family: 'Domine';
    text-align: center;
}
.profile .tabs-profile .nav.flex-column.nav-pills .nav-link{
    border-radius: 2px;
    border: none;
    background-color: #fff;
    color: #ea7600;
    margin-bottom: 5px;
    transition: all ease .4s;
    position: relative;
}
.profile .tabs-profile .nav.flex-column.nav-pills .nav-link.active:after {
    border-left: 5px solid #ea7600;
}
.profile .tabs-profile .nav.flex-column.nav-pills .nav-link:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    position: absolute;
    right: -5px;
    top: 15px;
}
.profile .tabs-profile .nav.flex-column.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ea7600;
    color: #fff;
}
.profile .tabs-profile .nav.flex-column.nav-pills .nav-link:hover{
    background-color: #ea7600;
    border-color: #ea7600;
    color: #fff;
}
/****** BOTONES ******/
.btn{
    color:#fff;
    background-color: #ea7600;
    padding:5px 25px;
    font-size:16px;
    text-transform:uppercase;
    border-radius:2px;
    transition: all ease .3s;
    margin: 10px 0;
    font-family: 'Raleway';
    font-weight: 500;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
    background-color:#fff;
    border-color: #ea7600;
    color: #ea7600;
}
.btn.white{
    background-color: #fff;
    color:#ea7600;
    border:1px solid #fff;
    margin: 0;
}
.btn.white:hover,
.btn.white:active,
.btn.white:focus,
.btn.white:active:focus {
    background-color:#ea7600;
    border-color: #ea7600;
    color: #fff;
}
.btn.white:not([href]):not([tabindex]) {
    color: #ea7600;
}
.btn.white:hover:not([href]):not([tabindex]) {
    color: #fff;
}
.btn.outline{
    background-color: transparent;
    color:#fff;
    border:1px solid #fff;
    margin: 0;
}
.btn.outline:hover,
.btn.outline:active,
.btn.outline:focus,
.btn.outline:active:focus {
    background-color:#ea7600;
    border-color: #ea7600;
    color: #fff;
}
.btn.outline.color{
    background-color: transparent;
    color:#ea7600;
    border:1px solid #ea7600;
    margin: 0;
    white-space: inherit;
}
.btn.outline.color:hover,
.btn.outline.color:active,
.btn.outline.color:focus,
.btn.outline.color:active:focus {
    background-color:#ea7600;
    border-color: #ea7600;
    color: #fff;
}
.btn.blue{
    background-color: #123F7F;
    color:#fff;
    border:1px solid #fff;
    margin: 0;
}
.btn.blue:hover,
.btn.blue:active,
.btn.blue:focus,
.btn.blue:active:focus {
    background-color:#fff;
    border-color: #fff;
    color: #123F7F;
}
.btn.blue:not([href]):not([tabindex]) {
    color: #fff;
}
.btn.blue:hover:not([href]):not([tabindex]) {
    color: #123F7F;
}
.btn.brown{
    background-color: #696158;
    border-color: #696158;
    color: #ffffff;
}
.btn.brown:hover,
.btn.brown:active,
.btn.brown:focus,
.btn.brown:active:focus {
    background-color:#ffffff;
    border-color: #696158;
    color: #696158;
}
/******* DECORATIVE DOTS *********/
.section-decorative{
    position: relative;
}
.section-decorative:before{
    content: '';
    pointer-events: none;
    background-image: url(../img/dots-decorative.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    z-index:0;
    transform: rotateY(180deg);
}
.section-decorative:after{
    content: '';
    pointer-events: none;
    background-image: url(../img/dots-decorative.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 2px;
    z-index:0;
    transform: rotateX(180deg);
}
/******* MODAL RESEÑAS ******/
.slider-rango{
    padding: 40px 0 30px 0;
    position: relative;
}
.slider-rango .lines{
    position: relative;
}
.slider-rango .lines span{
    position: absolute;
    bottom: -13px;
    height: 7px;
    width: 2px;
    z-index: 0;
    background-color: #999;
}
.slider-rango .lines span:nth-child(1){
    left: 14.6%;
}
.slider-rango .lines span:nth-child(2){
    left: 26.4%;
}
.slider-rango .lines span:nth-child(3){
    left: 38%;
}
.slider-rango .lines span:nth-child(4){
    left: 49.8%;
}
.slider-rango .lines span:nth-child(5){
    left: 61.5%;
}
.slider-rango .lines span:nth-child(6){
    left: 73.2%;
}
.slider-rango .lines span:nth-child(7){
    left: 84.90%;
}
.slider-rango input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.45);
    border:1px solid #eaeaea;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -13px;
    z-index: 10;
    position: relative;
}
.puntaje-seleccionado{
    font-size: 25px;
    color: #ea7600;
    font-weight: 500;
}
.puntaje-seleccionado-texto {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    font-family: "Raleway";
}
#modal-resenas {
    border-radius: 0;
}
.modal-header-resena {
    border: none;
}
.modal-header-resena .btn-cerrar-modal-register {
    top: 8px;
}
#modal-resenas .modal-body{
    padding: 30px 15px;
}
#modal-resenas .modal-footer{
    border-top: none;
    padding: 15px 0;
    border-radius: 0;
}
.modal-content{
    border-radius: 0px;
}
.modal-header-login {
    background: #ea7600;
    color: #fff;
    border-radius: 1px;
}


@-webkit-keyframes iconloadingrotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes iconloadingrotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.con-icon-ajax-loading.loading-active {
    position: relative;
}
.con-icon-ajax-loading.loading-success {
    position: relative;
}
.con-icon-ajax-loading.loading-active:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.7);
    z-index: 101;
}
.con-icon-ajax-loading.loading-active:after {
    content: "\f110";
    display: block;
    position: absolute;
    left: 50%;
    font-family: "Font Awesome 5 Pro";
    width: 50px;
    font-size: 32px;
    height: 50px;
    margin: -25px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    background: #ea7600;
    border-radius: 50%;
    z-index: 102;
    -webkit-animation: iconloadingrotating 2s linear infinite;
    -moz-animation: iconloadingrotating 2s linear infinite;
    -ms-animation: iconloadingrotating 2s linear infinite;
    -o-animation: iconloadingrotating 2s linear infinite;
    animation: iconloadingrotating 2s linear infinite;
}
.con-icon-ajax-loading.loading-success:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.7);
    z-index: 101;
}
.con-icon-ajax-loading.loading-success:after {
    content: "\f00c";
    display: block;
    position: absolute;
    left: 50%;
    font-family: "Font Awesome 5 Pro";
    width: 50px;
    font-size: 32px;
    height: 50px;
    margin: -25px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    background: #ea7600;
    border-radius: 50%;
    z-index: 102;
}


.btn-cerrar-modal-login {
    font-family: "Raleway";
    font-size: 12px;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    opacity: 0.7;
    padding-top: 10px !important;
}
.btn-cerrar-modal-login span {
    font-size: 30px;
    position: relative;
    top: 4px;
}
.btn-cerrar-modal-login:hover {
    color: #ea7600 !important;
    opacity: 1;
}
.btn-cerrar-modal-register {
    top: 0;
    position: absolute;
    right: 15px;
    z-index: 1;
    color: #ea7600;
    opacity: 1;
}
#formcomprar a, .modal-footer a, .formulario a{
    color: #ea7600;
}
.btn-cerrar-modal-register:hover {
    color: #ea7600;
}
.formulario a i{
    color: #fff !important;
}
.btn-cerrar-modal-clase {
    font-family: "Raleway" !important;
    font-size: 12px !important;
    color: #fff !important;
    text-shadow: none;
    font-weight: 300 !important;
    opacity: 0.7 !important;
    padding-top: 10px !important;
}
.btn-cerrar-modal-clase span {
    font-size: 30px;
    position: relative;
    top: 4px;
}
.btn-cerrar-modal-clase:hover {
    color: #ea7600 !important;
    opacity: 1;
}
.btn-modal-clase-anterior {
    position: absolute;
    left: 10px;
    top: 10px;
}
.btn-modal-avanzar-clase {
    color: #ea7600;
    background: none;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 15px;
}
.btn-modal-clase-anterior i {
    margin-right: 5px;
}
.btn-modal-clase-siguiente i {
    margin-left: 5px;
}
/******* EXAMEN ******/
.backto{
    text-align: right;
}
.page-examen{
    padding-top: 40px;
    padding-bottom: 160px;
    font-family: 'Raleway';
}
.page-examen .question-number{
    font-family: 'Domine';
    color: #123F7F;
    margin-bottom: 30px;
    display: block;
}
.page-examen .question-title{
    font-family: 'Domine';
    margin-bottom: 20px;
}
.page-examen .programas.cover-page {
    margin-bottom: 40px !important;
}
.page-examen .programas.cover-page article {
    font-family: "Domine" !important;
}
.page-examen .programas.cover-page .overlay:after {
    display: none !important;
}
.text-danger{
    margin-bottom: 0px;
}
.page-examen .actions{
    text-align: center;
}
.page-examen .actions ul{
    text-align: center;
    margin: 30px 0;
    display: inline-flex;
    list-style-type: none;
    -webkit-padding-start:0;
    -moz-padding-start:0;
}
.page-examen .actions ul li a{
    color:#fff;
    background-color: #ea7600;
    border: 1px solid #ea7600;
    padding:10px 25px;
    font-size:16px;
    text-transform:uppercase;
    border-radius:2px;
    transition: all ease .3s;
    margin: 7.5px;
    font-family: 'Raleway';
    font-weight: 500;
}
.page-examen .actions ul li a:hover,
.page-examen .actions ul li a:active,
.page-examen .actions ul li a:focus,
.page-examen .actions ul li a:active:focus {
    text-decoration: none;
    background-color:#fff;
    border-color: #ea7600;
    color: #ea7600;
}
.page-examen .title.two .h2-examen {
    font-size: 1.7rem;
}
.recomended-videos{
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
.recomended-videos p {
    color: #1655AD;
    font-family: 'Raleway';
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.2;
}
.recomended-videos h4 {
    font-family: 'Domine'!important;
    color: #123F7F;
    font-size: 24px;
    font-weight: 300;
    font-family: unset;
    padding-bottom: 0px;
}
.reset-btn a{
    width: 100%;
    margin-bottom: 30px;
}
.sent-certificate{
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.sent-certificate p{
    color: #123F7F;
    font-weight: 500;
    font-size: 14px;
}
.big-circle{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    font-size: 45px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.3);
}
/******* STEPS REGISTER ********/
.modal-register .modal-body{
    padding: 0px;
}
.modal-register .content{
    padding: 0 15px;
    border:none;
}
.modal-register .steps{
    text-align: center;
    background-color: transparent;
    height: 70px;
}
.modal-register .title{
    display: none;
}

#register-modal .modal-body {
    position: relative;
}

#register-modal .modal-body.loading:after{
    content: '';
    background-color: rgba(255,255,255,0.6);
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
}

.modal-register .woocommerce .container.mb-5{
    width: 100%;
}
.modal-register .woocommerce #add_payment_method #payment, 
.modal-register .woocommerce .woocommerce-cart #payment, 
.modal-register .woocommerce .woocommerce-checkout #payment {
    background: #f3f3f3;
    border-radius: 0px;
    font-family: 'Raleway';
}
.modal-register .woocommerce button#place_order{
    display: none;
    color:#fff;
    background-color: #ea7600;
    border: 1px solid #ea7600;
    padding:10px 25px;
    font-size:16px;
    text-transform:uppercase;
    border-radius:2px;
    transition: all ease .3s;
    margin: 7.5px;
    font-family: 'Raleway';
    font-weight: 500;
}
.modal-register .woocommerce button#place_order:hover,
.modal-register .woocommerce button#place_order:active,
.modal-register .woocommerce button#place_order:focus,
.modal-register .woocommerce button#place_order:active:focus{
    text-decoration: none;
    background-color:#fff;
    border-color: #ea7600;
    color: #ea7600;
}
.modal-register .steps:after{
    content: '';
    background-image: url(../img/shape-big-title.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
}
.steps ul{
    text-align: center;
    display: inline-flex;
    -webkit-padding-start:0;
    -moz-padding-start:0;
    list-style-type: none;
    font-family: 'Raleway';
    margin-bottom: 0px;
    position: relative;
    margin-top: 40px;
}
.steps ul:before{
    content: '';
    height: 1px;
    background-color: #ccc;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
}
.steps ul li a {
    font-weight: 500;
    font-size: 12px;
    color: #ccc;
    display: block;
    width: 150px;
    padding: 0 22%;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
}
.steps .number{
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    border: 3px solid #f3f3f3;
    background-color: #ccc;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    transition-delay: .3s;
    will-change: transform;
    text-align: center;
    margin: 0 auto;
}
.steps .current a{
    color: #ea7600;
}
.steps .current .number{
    background-color: #ea7600;
}
.steps .current-info.audible{
    display: none;
}
.modal-register article{
    min-height: auto;
}
.modal-register .programas article .price{
    position: relative;
    padding: 15px;
}
.modal-register .programas article .radio-check{
    padding: 15px;
}
.modal-register .programas article .radio-check .form-check-input{
    position: relative;
}
.modal-register .programas article header{
    height: 55px;
}
.modal-register .programas article header h3{
    font-size: 21px;
}
.modal-register .programas article .price p{
    font-size: 12px;
}
.modal-register .programas article .price h3{
    font-size: 20px;
}
.modal-register .title-modal h3{
    font-size: 1.4em;
    margin-bottom: 20px;
}
.modal-register .border-success {
    border: none!important;
}
.modal-register .actions{
    text-align: center;
}
.modal-register .actions ul{
    text-align: center;
    margin: 40px 0;
    display: inline-flex;
    list-style-type: none;
    -webkit-padding-start:0;
    -moz-padding-start:0;
}
.modal-register .actions ul li a{
    color:#fff;
    background-color: #ea7600;
    border: 1px solid #ea7600;
    padding:10px 25px;
    font-size:16px;
    text-transform:uppercase;
    border-radius:2px;
    transition: all ease .3s;
    margin: 7.5px;
    font-family: 'Raleway';
    font-weight: 500;
}
.modal-register .actions ul li a:hover,
.modal-register .actions ul li a:active,
.modal-register .actions ul li a:focus,
.modal-register .actions ul li a:active:focus {
    text-decoration: none;
    background-color:#fff;
    border-color: #ea7600;
    color: #ea7600;
}



.wsp-container {
    line-height: 1;
}
.wsp-container:first-child {
    padding-top: 30px;
}
.wsp-container h2 {
    font-family: 'Domine'!important;
    font-weight: 500;
    color: #5C626C;
    padding: 0;
    margin: 0;
    font-size: 28px;
    line-height: 1;
}
.wsp-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.wsp-container ul li {
    margin: 0;
    padding: 0;
}
.wsp-container ul li:last-child {
    margin-bottom: 0;
}
.wsp-container ul li a {
    display: inline-block;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 1.3;
    color: #123F7F;
}
.wsp-container ul li a:hover {
    color: #ea7600;
}



.pago-exito-titulo {
    color: #123F7F !important;
    text-align: center !important;
    font-size: 1.3em !important;
    margin-bottom: 40px !important;
}

.pago-exito-lista {
    color: #123F7F !important;
    text-align: center !important;
    font-size: 1.3em !important;
    padding: 15px 0 !important;
    margin: 0 0 40px 0 !important;
    background: #e6e9ef !important;
}

.pago-exito-lista li {
    text-align: center !important;
    padding: 0 15px !important;
    margin: 0 !important;
    text-align: center !important;
    color: #123F7F !important;
    width: 100% !important;
    font-size: .5em !important;
    border: none !important;
}

.pago-exito-lista li strong {
    color: #ea7600 !important;
    font-size: 1.4em !important;
}

.pago-exito-lista li:first-child {
    padding-left: 30px !important;
}

.pago-exito-lista li:last-child {
    padding-right: 30px !important;
}

.woocommerce-order-details {
    margin-bottom: 0 !important;
}

.woocommerce-order-details__title {
    font-family: 'Domine'!important;
    line-height: 1 !important;
    padding: 0 0 10px 0 !important;
    position: relative !important;
    font-size: 1.3em !important;
    text-align: left !important;
    margin: 0 0 15px !important;
}

.woocommerce-order-details__title:after {
    content: '' !important;
    height: 3px !important;
    width: 40px !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 auto !important;
    background-color: #80A9E3 !important;
}

.woocommerce table.shop_table {
    border-radius: 1px !important;
    border-left: none !important;
    border-right: none !important;
}

.woocommerce-table__line-item td:last-child {
    text-align: right; !important;
}



/******* FOOTER ********/
footer{
    color: #fff;
    position: relative;
    padding-top: 30px;
    margin-top: 45px;
    /*background: url(../img/footer-dots-02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    background-color: #696158;
    z-index: 10;
}
/*
footer:before{
    pointer-events:none;
    content: '';
    background-image: url(../img/dots-footer.svg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    display: block;
}
*/
/*footer:before{
    pointer-events:none;
    content: '';
    background-image: url(../img/animated-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    display: block;
    right: auto;
    width: 70px;
    height: 70px;
    z-index: 51;
    -webkit-animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
    -moz-animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
    -ms-animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
    animation: pulse 2.75s infinite cubic-bezier(0.88, 0, 0, 1);
}
footer:after{
    pointer-events: none;
    content: '';
    background: url(../img/footer-dots-02.svg), url(../img/shape-footer-02.svg);
    background-repeat: no-repeat , no-repeat;
    background-size: cover , contain;
    background-position: center bottom, center bottom;
    position: absolute;
    display: block;
    top: -250px;
    left: 0;
    right: 0;
    width: 100%;
    height: 250px;
    z-index: 0;
    overflow: hidden;
}*/
footer h4{
    font-size: 18px;
}
footer ul{
    -webkit-padding-start:0;
    -moz-padding-start:0;
    list-style: none;
}
footer ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
footer ul li a:hover{
    color: #ea7600;
}
footer .social{
    display: inline-flex;
    margin: 15px 0;
    width: 100%;
}
footer .social li a{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: #ea7600;
    transition: all ease .3s;
}
footer .social li a:hover{
    color: #ea7600;
    background-color: #fff;
}
footer .social li:first-child{
    margin-left: auto;
}
footer .social li:not(:last-child) {
    margin-right: .3rem;
}
footer .instagram-redes-sociales{
    margin-bottom: 30px;
}
footer .instagram .row{
    display: none;
}
footer .instagram ul{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
footer .instagram li{
    width: 32.33333333%;
    float: left;
}
footer .instagram li:not(:last-child) {
    margin-right: 1.5%;
}
footer .instagram .tf{
    width: 100%;
}
footer .instagram .tf h4{
    text-transform: uppercase;
    margin-bottom: 5px;
}
footer .instagram .tf a{
    display: block;
}
footer .logo-footer{
    align-self: flex-end;
    margin-bottom: 1.5rem;
}
footer .submenu{
    text-align: center;
    width: 100%;
}
footer .submenu ul{
    font-family: 'Raleway';
    margin: 0;
    padding: 15px 0;
    border-top:1px solid #fff;
}
footer .submenu ul li{
    display: inline-flex;
}
footer .submenu ul li:not(:last-child) {
    margin-right: .5rem;
}
footer ul li img{
    border:4px solid #fff;
    width: 100%;
}
.box-faq .form-control,
.search-glossary .form-control{
    border-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.content-pagination{
    text-align: center;
}
ul.page-numbers{
    -webkit-padding-start:0;
    -moz-padding-start:0;
    list-style-type: none;
    display: inline-flex;
    text-align: center;
    margin: 30px 0;
}
.page-numbers li{
    font-family: 'Domine';
    border:1px solid #fff;
    font-size: 18px;
}
li .page-numbers{
    padding:6px 12px;
    line-height: 1;
    background-color: #e4eaf0;
    transition: all ease .2s;
}
li .page-numbers:hover{
    background-color: #e4eaf0;
    color: #ea7600;
}
li a.page-numbers{
    text-decoration: none;
}
li .page-numbers.current{
    background-color: #ea7600;
    color: #fff;
}
/**************/
@media only screen and (min-width: 1170px) {
    .container{width:1200px;}
}

@media only screen and (max-width: 1366px) {
    footer:after{
        height: 200px;
        top: -200px;
    }
}
@media only screen and (max-width: 1200px) {
    .programas article{
        min-height: 500px;
    }
    .video-preview{
        height: 200px;
    }
    .your-program .video-preview{
        height: 160px;
    }
}
@media only screen and (max-width: 1170px) {
    .slide-text > h3{
        font-size: 16px;
    }
    .slide-text > h1{
        font-size: 30px;
    }
    .slide-text > h4{
        font-size: 18px;
    }
    .slide-text > p{
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .container{
        max-width: 100%;
    }
    .top-banner, .top-banner .overlay{
        min-height: 500px;
        transition: all ease .4s;
    }
    .banner-text {
        padding-top: 160px;
    }
    .banner-text:last-child{
        padding-top: 15px!important;
        padding-bottom: 60px;
    }
    .banner-text h1{
        font-size: 36px;
    }
    .banner-text p{
        font-size: 20px;
    }
    .title.two h2{
        font-size: 32px;
    }
    .intro{
        font-size: 18px;
    }
    .title h1{
        font-size: 30px;
    }
    .programas article{
        margin-bottom: 20px;
    }
    /*
    .video-preview img{
        margin:0px auto; 
    }
    */
    .video-preview{
        margin-top: 30px;
        text-align: center;
        top: 0 !important;
    }
    .program-information .share {
        top: 0 !important;
    }
    .title.two.decorative{
        display: block;
    }
    .title.two.decorative:before{
        height: 100px;
        width: 100px;
        left: 10px;
        top: -50px;
    }
    .title.two.decorative:after{
        height: 100px;
        width: 100px;
        right: 10px;
        top: -50px;
    }
    .section-decorative:before,.section-decorative:after{
        height: 100px;
        width: 100px;
    }
    .top-banner .overlay:before{
        height: 120px;
        width: 120px;
        bottom: -40px;
    }
    .bs-slider{
        margin-top: 70px;
        transition: all ease .4s;
    }
    .slide-text{
        top: 7%;
    }
    .slide-text > p {
        line-height: 1.2;
    }
    .bs-slider .carousel-inner:before{
        bottom: 25%;
        right: 27%;
        height: 50px;
        width: 50px;
        transition: all ease .3s;
    }
    .your-program .info.page-program{
        margin-top: 0px;
    }
    .contacto{
        padding-bottom: 20px;
        padding-top: 30px;
    }
    .link-faq.bottom {
        margin-bottom: 130px;
    }
    .js-programa-preview {
        top: 0 !important;
    }
    .js-programa-detalles {
        padding-top: 0 !important;
    }
    footer:before{
        width: 50px;
        height: 50px;
        transition: all ease .3s;
    }
    footer:after {
        height: 150px;
        top: -150px;
    }
    footer .container{
        width: 100%;
    }
    footer .instagram {
        padding-top: 15px;
        text-align: center;
    }
    footer .instagram .tf {
        display: block;
        text-align: center;
    }
    footer .instagram .tf h4 {
        display: inline-block;
    }
    footer .instagram .tf a {
        display: inline-block;
    }
    .link-faq .btn{
        font-size: 14px;
    }
    footer .logo-footer:last-child{
        margin-top: 1.5rem;
    }
    footer .social li:last-child{
        margin-right: auto;
    }
    .videoblog .box-info .box-shadow{
        padding-left: 80px;
        background-position: -25px -7px;
    }
    .videoblog .box-info .box-shadow h4 a{
        font-size: 16px;
    }
}

@media only screen and (max-width: 850px) {
    .menu-toggle{
        width: 30px;
    }
    .menu-toggle:before{
        display: none;
    }
    .navbar-default .buttons{
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-default img{
        width:200px;
    }
    .navbar-default.on img{
        width:185px;
    }
    .navbar-default .buttons{
        padding-right: 7px;
    }
    .navbar-default .buttons a{
        padding: 7px 15px;
    }
    .navbar-default .buttons li:not(:last-child) {
        margin-right: .3rem;
    }
    .navbar-default .buttons .idiomas a{
        padding: 7px 2px;
    }
    .banner-text h1{
        font-size: 33px;
    }
    .banner-text p{
        font-size: 18px;
    }
    .banner-text a{
        font-size: 18px;
        padding: 5px 20px;
    }
    .title.two h2{
        font-size: 28px;
    }
    .contenido-academia {
        padding-bottom: 30px;
    }
    .intro{
        width: 80%;
        font-size: 16px;
    }
    .programas article header{
        height: 60px;
    }
    .programas article header h3{
        font-size: 22px;
    }
    .programas article .resume{
        font-size: 16px;
        min-height: auto;
    }
    .programas article .price{
        position: relative;
    }
    .videoblog .col-md-6{
        margin-bottom: 20px;
    }
    .menu ul.links-menu li{
        padding: 0 20px;
    }
    .menu ul.links-menu li a{
        font-size: 15px;
    }
    .menu ul.links-menu li.principal a{
        font-size: 19px;
    }
    .menu ul.links-menu li.cuenta a{
        font-size: 22px;
    }
    .filter-faq .box-faq{
        padding-bottom: 10px;
    }
    .filter-faq .box-faq .form-group{
        margin-bottom: 5px;
    }
    .slide-text{
        padding: 15px 50px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 25%;
    }
    .programas article {
        min-height: auto;
    }
    .progress-class{
        text-align: center;
    }
    .testimonies{
        padding: 60px 0;
        background:linear-gradient(to bottom, #F8F8FD   50%, #F2F2F8 50%);
    }
    .testimonies .col-testimonies{
        background-color: #F8F8FD;
    }
    .testimonies .col-partners{
        background-color: #F2F2F8;
        padding-top: 15px;
    }
    .testimonies .col-partners .title.two h2 {
        padding-top: 35px;
    }
    .information.right{
        text-align: left;
    }
    .information.right .title.right h1:after {
        right: auto;
        left: 0;
    }
    .tabs-profile .nav.flex-column.nav-pills{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 30px;
        list-style: none;
        flex-direction: unset!important;
    }
    .tabs-profile .nav.flex-column.nav-pills .nav-link {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
    .profile .tabs-profile .nav.flex-column.nav-pills .nav-link:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        right: 0px;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: -5px;
    }
    .profile .tabs-profile .nav.flex-column.nav-pills .nav-link.active:before {
        border-top: 5px solid #0059ad;
    }
    .profile .tabs-profile .nav.flex-column.nav-pills .nav-link:after {
        display: none;
    }
    .title.two.decorative:before{
        height: 80px;
        width: 80px;
        top: -35px;
    }
    .title.two.decorative:after{
        height: 100px;
        width: 80px;
        top: -35px;
    }
    .bs-slider .carousel-inner:before{
        bottom: 9%;
    }
    .menu-toggle .hamburger-bar:nth-child(2) {
        width: 25px;
    }
    .backto{
        text-align: center;
    }
    .reset-btn a{
        margin-bottom: 0px;
    }
    h5 {
        font-size: 1rem;
    }
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
        border-bottom: solid 3px #80A9E3;
    }
    .stacktable.small-only:last-child {
        border-bottom: none;
    }
    .stacktable.small-only td.st-key {
        font-weight: 500;
    }
    .stacktable.small-only td.st-val {
        text-align: right !important;
    }
    .your-program .video-preview {
        height: 220px;
    }
    .buscador-glosario {
        display: block !important;
    }
    .buscador-glosario input {
        margin-bottom: 3px;
        font-size: 14px;
    }
    .buscador-glosario button {
        right: 0;
    }
    .buscador-glosario select {
        margin-bottom: 4px;
        font-size: 14px;
    }
    .buscador-glosario .btn-refresh {
        text-align: right;
        display: flex;
    }
    .buscador-glosario .btn-buscar {
        background-color: #ea7600;
        text-transform: uppercase;
        transition: all ease .3s;
        font-family: 'Raleway';
        font-weight: 500;
        display: inline-block !important;
        margin: 0;
        width: 100%;
        padding: 5px 25px;
        font-size: 14px;
        border-radius: 0;
        color: #fff;
        position: relative;
        top: 0;
    }
    .buscador-glosario .btn-buscar:hover {
        background-color: #fff;
        border: solid 1px #ea7600;
        color: #ea7600;
    }
    footer:after {
        height: 100px;
        top: -100px;
    }
    footer{
        text-align: center;
    }
    footer .logo-footer img{
        width: 200px;
        display: block;
        margin: 0 auto;
    }
    footer .instagram .tf{
        display: inherit;
        margin-bottom: 15px;
    }
    footer .instagram .tf a{
        margin-left: 0px;
    }
    .steps ul li a{
        width: 100%;
        padding: 0 10%;
    }
    footer .instagram ul{
        max-width: 320px;
    }
}
@media only screen and (max-width: 576px) {
    .navbar-default.on {
        height: 60px;
    }
    .navbar-default .brand{
        padding-right: 5px;
    }
    .navbar-default img{
        width:175px;
    }
    .navbar-default.on img{
        width: 165px;
    }
    .bs-slider {
        margin-top: 68px;
    }
    .navbar-default .buttons{
        display: none;
    }
    .navbar-default .buttons.mobile-header{
        display: inline-flex!important;
        margin-top: 5px;
        padding-right: 10px;
    }
    .navbar-default .buttons .notificaciones .btn-icon-menu {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }
    .navbar-default .buttons .notificaciones .contenedor {
        right: -30px;
    }
    .navbar-default .buttons .notificaciones .contenedor ul:before {
        right: 34px;
    }
    .navbar-default .buttons.mobile-header a{
        height: 27px;
        width: 27px;
        border-radius: 50%;
        text-align: center;
        padding:2px 4px;
        font-size: 14px;
    }
    .navbar-default .buttons .desplegable .contenedor {
        top: 27px;
        left: -87px;
    }
    .menu ul.links-menu li {
        font-size: 15px;
    }
    .menu ul.links-menu li.opcion-mobile {
        display: list-item;
    }
    .navbar-default .buttons .desplegable .contenedor ul li a {
        height: auto;
        width: auto;
        text-align: left;
    }
    .intro{
        width: 100%;
        font-size: 15px;
    }
    .benefits .text{
        text-align: center;
    }
    .benefits .icon{
        margin: 0 auto;
    }
    .menu ul.links-menu li.principal{
        font-size: 18px;
    }
    .menu ul.links-menu li.secundary{
        font-size: 16px;
    }
    .top-banner, .top-banner .overlay {
        min-height: 400px;
    }
    .banner-text{
        padding-top:100px;
    }
    .banner-text h1{
        font-size: 27px;
    }
    .banner-text p{
        font-size: 17px;
    }
    .banner-text a {
        font-size: 16px;
        padding: 5px 20px;
    }
    .slide-text{
        padding: 15px;
    }
    .slide-text > h3{
        font-size: 14px;
    }
    .slide-text > h1{
        font-size: 22px;
    }
    .slide-text > h4{
        font-size: 14px;
    }
    .slide-text > p{
        font-size: 12px;
    }
    .title.two h2 {
        font-size: 23px;
    }
    .programas article header {
        height: 50px;
    }
    .programas article header h3 {
        font-size: 20px;
    }
    .programas article .resume {
        font-size: 14px;
    }
    .programas article .price h3 {
        font-size: 20px;
    }
    .programas article .price a{
        font-size: 14px;
    }
    .benefits .text h3 {
        font-size: 17px;
    }
    .benefits .text p{
        font-size: 14px;
    }
    .videoblog .box-info .box-shadow p{
        font-size: 16px;
    }
    .videoblog .box-info .box-shadow h4{
        font-size: 18px;
    }
    .videoblog .box-info .box-shadow a{
        font-size: 16px;
    }
    .testimonies .text p{
        font-size: 15px;
    }
    .testimonies blockquote{
        font-size: 14px;
    }
    .profile .tabs-profile .nav.flex-column.nav-pills .nav-link{
        font-size: 14px;
    }
    .bs-slider .carousel-inner:before{
        bottom: 7%;
        right: 26%;
        height: 40px;
        width: 40px;
    }
    .pago-exito-lista {
        display: block !important;
    }
    .woocommerce ul.order_details li {
        padding: 15px !important;
        display: block !important;
        float: none !important;
    }
    .cabecera-del-examen {
        padding-top: 30px;
    }
    .contenedor-tabs-perfil {
        padding-left: 0;
        padding-right: 0;
    }
    .contenedor-tabs-perfil .nav-pills a {
        padding: 5px 3px;
        font-size: 12px !important;
    }
    footer:before{
        width: 40px;
        height: 40px;
    }
    .slide-text {
        top: 20%;
    }
    .navbar-content-programa {
        display: table;
        width: 100%;
    }
    .navbar-content-programa .nav-item {
        display: table-cell;
    }
    footer{
        padding-top:35px;
    }
    .videoblog .box-info .box-shadow{
        padding-left: 60px;
        background-position: -45px -7px;
    }
    .videoblog .box-info .box-shadow h4 a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .navbar-default{
        padding: 10px 0px;
        transition: all ease .4s;
    }
    .navbar-default.on{
        height: 50px;
    }
    .navbar-default img {
        width: 140px;
    }
    .navbar-default.on img {
        width: 135px;
    }
    .navbar-default .brand {
        padding-right: 0;
        padding-left: 10px;
    }
    .navbar-default .nav-right {
        padding-left: 0px;
        padding-right: 10px;
    }
    .navbar-default .buttons.mobile-header{
        display: inline-flex!important;
        margin-top: 5px;
        padding-right: 5px;
    }
    .navbar-default .buttons.mobile-header a{
        padding: 2px 0px;
    }
    .navbar-default .buttons .idiomas a{
        padding: 4px 0px;
    }
    .navbar-default .buttons li:not(:last-child) {
        margin-right: 0.2rem;
    }
    .menu-toggle {
        width: 25px;
        margin-top: 8px;
    }
    .menu-toggle .hamburger-bar{
        margin-bottom: 7px;
    }
    .menu-toggle .hamburger-bar:nth-child(2) {
        width: 20px;
    }
    #login-modal .modal-footer{
        display: block;
    }
    #login-modal .modal-footer button{
        margin: 0px;
        width: 100%;
    }
    #login-modal .form-group a{
        font-size: 12px;
    }
    .modal-footer>:not(:first-child) {
        margin-left: 0px;
    }
    .modal-footer>:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px!important;
    }
    .modal-footer button .btn-secondary{
        border:none;
    }
    .progress-class h4{
        font-size: 18px;
    }
    .video-preview img{
        width: 140%;
    }
}
@media only screen and (max-width: 400px) {
    .banner-text h1 {
        font-size: 24px;
    }
    .banner-text p {
        font-size: 16px;
        line-height: 1.2;
    }
    .banner-text a {
        font-size: 14px;
    }
    .title.two h2 {
        font-size: 20px;
    }
    .programas article header h3 {
        font-size: 16px;
    }
    .programas article .info .instructor .name p{
        font-size: 13px     
    }
    .programas article .info small{
        font-size: 70%;
    }
    .menu ul.links-menu li a{
        font-size: 16px;
    }
    .menu ul.links-menu li.principal a{
        font-size: 19px;
    }
}

.pdfobject {
    min-height: 550px;
}

@media only screen and (min-width: 1366px){
    .programas.student-page{
        padding-bottom: 250px;
    }
}
@media only screen and (min-width: 1440px){
    .top-banner, .top-banner .overlay{
        min-height: 600px;
    }
    .banner-text {
        padding-top: 200px;
    }
    ul.page-numbers{
        margin-bottom: 100px;
    }
    .testimonies{
        padding-bottom: 150px;
    }
    .contacto{
        padding-bottom: 230px;
    }
    .link-faq.bottom{
        margin-bottom: 230px;
    }
    .next-class{
        padding-bottom: 50px;
    }
}

/**************************************************************************************************** */
@media only screen and (min-width: 320px) {
    footer:before {left: 25%; top: -6.8%;}
}
@media only screen and (min-width: 400px) {
    footer:before {left: 26%; top: -7.5%;}
}
@media only screen and (min-width: 500px) {
    footer:before {left: 26.5%; top: -9%;}
}
@media only screen and (min-width: 600px) {
    footer:before {left: 26.5%; top: -12%;}
}
@media only screen and (min-width: 700px) {
    footer:before {left: 26.5%; top: -12.5%;}
}
@media only screen and (min-width: 768px) {
    footer:before {left: 26.5%; top: -22%;}
}
@media only screen and (min-width: 800px) {
    footer:before {left: 27%; top: -23%;}
}
@media only screen and (min-width: 900px) {
    footer:before {left: 27%; top: -24%;}
}
@media only screen and (min-width: 1000px) {
    footer:before {left: 26.5%; top: -47%;}
}
@media only screen and (min-width: 1100px) {
    footer:before {left: 27%; top: -50%;}
}
@media only screen and (min-width: 1200px) {
    footer:before {left: 27%; top: -58%;}
}
@media only screen and (min-width: 1300px) {
    footer:before {left: 27.5%; top: -62%;}
}
@media only screen and (min-width: 1400px) {
    footer:before {left: 27.7%; top: -65%;}
}
@media only screen and (min-width: 1500px) {
    footer:before {left: 28%; top: -68%;}
}
@media only screen and (min-width: 1600px) {
    footer:before {left: 28%; top: -68%;}
}
@media only screen and (min-width: 1700px) {
    footer:before {left: 28%; top: -71%;}
}
@media only screen and (min-width: 1800px) {
    footer:before {left: 28%; top: -75%;}
}
@media only screen and (min-width: 1800px) {
    footer:before {left: 28.2%; top: -78%;}
}
.chzn-drop .woocommerce-input-wrapper{
    width: 100%;
}
#billing_country {
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
    width: 100%;
    background: none;
    /* padding-left: 140px !important; */
    margin-left: 4px;
}
select#billing_country {
    background-image: url(../img/icon-select.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: rgb(208, 118, 28, 0.5) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.submit {
    color: #fff !important;
    background-color: #ea7600 !important;
    border: 1px solid #ea7600 !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 2px !important;
    transition: all ease .3s !important;
    margin: 7.5px !important;
    font-family: 'Raleway' !important;
    font-weight: 500 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.submit:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #ea7600;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all ease .3s;
    margin: 7.5px;
    color: #ea7600;
    font-family: 'Raleway';
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}

.submit.disabled, 
.submit:disabled {
    opacity: 0.65 !important;
}

.disabled a {
    background: #eee !important;
    color: #aaa !important;
}