@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@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;
    filter: grayscale(1);
}

/*
Source - https://stackoverflow.com/a
Posted by Harshita Ramchandani
Retrieved 2025-11-07, License - CC BY-SA 4.0
*/

.form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

/* Hide the browser's default checkbox */
.form-check input.form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 8px;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.form-check:hover input.form-check-input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input.form-check-input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check input.form-check-input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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: 15px 0;
    transition: all .4s;
    max-width: 1920px;
    box-shadow: 4px 4px 15.8px 0px rgba(0, 0, 0, 0.08);
}
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;
    gap: 30px;
    align-items: center;
}
.menu-padrao li {
    padding: 10px 30px;
    border: 1px solid transparent;
}
.menu-padrao li:hover {
    border: 1px solid #5c626c;
    border-radius: 30px;
    cursor: pointer;
}
.menu-padrao li a {
    color: #5C626C;
}
.menu-padrao li a:hover {
    text-decoration: none;
}
.menu-padrao {
    display: flex;
    background: #fff;
    border-radius: 30px;
    font-weight: bold;
    font-size: 17px;
    border: 1px solid #5c626c;
}
.navbar-default .btn.white:not([href]):not([tabindex]){
    color: #696158;
}
.navbar-default {
    background: #fff;
}
.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.png?v3);
    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: 'Lato';
    padding: 10px 0;
    margin-top: 30px;
    color: #696058;
    font-size:21px;
}
.big-title h1{
    font-family: 'Lato';
    font-weight: 700;
    color: #696058;
    font-size: 54px;
}
.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: 150px;
    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 .title{
    margin-bottom: 30px;
}
.benefits .container{
    text-align: center;
}
.benefits .icon{
    height: 100px;
    width: 100px;
    position: relative;
    margin-bottom: 15px;
}
.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 .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.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: #fff;
    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 *******/
.contact-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 0 96px;
    padding-top: 100px;
    background-color: #f3f3f3;
}
.contact-header-info {
    width: 70%;
}
.contact-header-info h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -2px;
    color: #696058;
}
.contact-header-info p {
    font-family: 'Lato';
    font-size: 21px;
    color: #3D3D3D;
}
.contact-header-img {
    width: 30%;
}
.contact-header-img img {
    width: 100%;
}
.box-faq{
    font-family: 'Raleway';
    margin: 30px 0;
}
.link-faq .box-faq p{
    margin-bottom: 0px;
}
.link-faq.bottom{
    margin-top: 50px;
    margin-bottom: 170px;
}
.link-faq .btn{
    width: 100%;
    padding: 5px;
}
.faq-banner-card {
    position: relative;
    overflow: hidden;
    background: #696058;
    border-radius: 24px;
    padding: 60px;
    isolation: isolate;
}
.faq-banner-shape {
    position: absolute;
    background: #ea7600;
    border-radius: 999px;
    z-index: 0;
}
.faq-banner-shape-left {
    width: 130px;
    height: 420px;
    top: -130px;
    left: -55px;
    transform: rotate(18deg);
}
.faq-banner-shape-right {
    width: 130px;
    height: 420px;
    bottom: -150px;
    right: -45px;
    transform: rotate(18deg);
}
.faq-banner-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
}
.faq-banner-content h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
}
.faq-banner-content p {
    color: #fff;
    font-size: 18px;
    opacity: .9;
    margin-bottom: 30px;
}
.faq-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #FFA100 0%, #EA7601 100%);
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
}
@media (max-width: 767px) {
    .faq-banner-card { padding: 40px 24px; }
    .faq-banner-content h2 { font-size: 28px; }
}
.contacto{
    position: relative;
    padding-bottom: 50px;
}
.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: 30px;
    border: 1px solid #ced4da;
}
.formulario textarea.form-control {
    resize: none;
    height: auto!important;
    padding-top:15px;
    transition: all ease .2s;
}

.formulario .form-control:focus {
    color: #495057!important;
    outline:0;
}
.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-radius:44px;
    border:#3D3D3D 1px solid;
    font-family:'Lato';
}
.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: 25px;
    font-size: 20px;
    text-transform: inherit;
    white-space: inherit;
    background-color: #fff;
    color: #3d3d3d;
    border-bottom: 1px solid #eaeaea;
}
.card-header button.btn.collapsed{
    background-color: #fff;
    color: #3d3d3d;
}
.arrow {
    height: 30px;
    width: 30px;
    transition: -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #000;
    float: right;
    opacity: 1;
}
.arrow svg {
    width: 30px;
    height: 30px;
}
.card-header button.collapsed > .arrow {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.25;
}
.card{
    border: none;
}
.card-body{
    font-size: 16px;
    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.grey {
    background-color: #696058;
    border: 1px solid #696058 !important;
    color: #fff !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold !important;
    text-transform: capitalize;
    font-size: 13px;
    float: right;
}
.btn.white{
    background-color: #fff !important;
    border: 1px solid #ea7600 !important;
    color: #ea7600 !important;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold !important;
    text-transform: none;
}
.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{
    border: 2px solid transparent;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.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: 15px;
    padding: 15px;
}
.modal-header-login {
    border-radius: 15px;
    border: none !important;
    padding: 0;
}
.modal-header-login h5 {
    color: #ea7600;
    font-weight: bold;
    font-size: 50px;
}
.modal-header-login p {
    font-size: 13px;
}
.label-modal {
    font-weight: bold;
    color: #000;
}
.modal-footer.d-block.text-center {
    padding: 20px 0;
    border-top: 2px solid #c7c7c7;
    font-size: 14px;
}

@-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: #000;
    font-weight: bold;
    text-decoration: underline;
}
.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: 50px 0;
    margin-top: 45px;
    background-color: #696158;
    z-index: 10;
}
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: 16px;
    font-weight: bold;
    text-decoration: none;
}
ul#menu-footer-2 {
    display: flex;
    row-gap: 30px;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    
    @media only screen and (max-width: 767px) {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
ul#menu-footer-2 li {
    width: 180px;
}
ul#menu-footer-2 li a:hover{
    color: #fff;
    text-decoration: none;
}
footer .social{
    display: inline-flex;
    margin: 15px 0;
    width: 100%;
    margin-top: 30px;
}
footer .social li a svg{
    height: 20px;
    width: 20px;
}
footer .social li a{
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
}
footer .social li a:hover{
    color: #fff;
}
footer .social li:first-child{
    margin-left: auto;
}
footer .social li:not(:last-child) {
    margin-right: 10px;
}
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{
    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;
    }
    .contact-header {
        flex-direction: column-reverse;
        padding: 15px;
        padding-top: 160px;
        gap: 20px;
    }
    .contact-header-info {
        width: 100%;
    }
    .contact-header-info h2 {
        font-size: 35px;
        text-align: center;
    }
    .contact-header-info p {
        font-size: 16px;
        text-align: center;
    }
    .contact-header-img {
        width: 100%;
    }
    .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:35px 0;
    }
    .videoblog .box-info .box-shadow{
        padding-left: 60px;
        background-position: -45px -7px;
    }
    .videoblog .box-info .box-shadow h4 a{
        font-size: 14px;
    }
}

.menu-mobile {
    display:none;
}

@media only screen and (max-width: 480px) {
    .navbar-default{
        padding: 10px 0px;
        transition: all ease .4s;
        flex-direction: column;
        padding-bottom: 50px;
    }
    .navbar-default.on{
        height: 50px;
    }
    .navbar-default img {
        width: 140px;
    }
    .navbar-default.on img {
        width: 135px;
    }
    .navbar-default .brand {
        padding-right: 0;
        text-align: center;
    }
    .navbar-default .nav-right {
        padding-left: 0px;
        padding-right: 10px;
        text-align: center !important;
    }
    .navbar-default .buttons.mobile-header{
        display: inline-flex!important;
        margin-top: 5px;
        padding-right: 0;
    }
    .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%;
    }
    .menu-mobile {
        width: 90vw;
        display: flex !important;
        position: absolute;
        top: 55px;
        left: -58px;
        justify-content: space-between;
        border-radius: 30px;
    }
    .menu-mobile li.menu-item {
        border: 1px solid #000;
        padding: 5px 20px;
        border-radius: 20px;
        background: #fff;
    }
    .menu-mobile li.menu-item a {
        color: #000;
    }
}
@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;
    }
    .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;
}

.curso {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    
    & .capa img {
        border-radius: 10px 10px 0 0;
        height: 205px;
    }
    
    & .descricao {
        padding: 15px;
        
        & h1 {
            text-transform: math-auto !important;
            font-size: 20px !important;
            margin-bottom: 10px !important;
            height: 24px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        & p {
            font-size: 13px;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: unset;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }
    }
    
    & .infos {
        border-top: 2px solid #e5e5e5;
        padding-top: 10px;
        width: 330px;
        margin: 0 auto;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        
        & p svg {
            height: 15px;
            fill: #f2a960;
        }
    }

    & .acesso {
        padding: 0 15px;
        
        @media only screen and (max-width: 767px) {
            display: flex;
            justify-content: center;
        }
    }
}

h1.cursos-title {
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    color: #696058;
    font-size: 50px !important;
    text-transform: math-auto !important;
    
    @media only screen and (max-width: 767px) {
        font-size: 40px !important;
        text-align: center;
    }
}

#benefits-orange {
    background: linear-gradient(90deg,rgba(255, 161, 1, 1) 0%, rgba(234, 118, 1, 1) 100%);
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    
    > * {
      flex: 0 0 100%;
    }
}

#benefits-orange .benefits-wrapper {
    display: flex;
    width: max-content;
}

#benefits-orange .benefit {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    white-space: nowrap;
}

#benefits-orange .benefit::after {
    content: '•';
    margin-left: 25px;
    color: #fff;
    font-size: 18px;
}

#benefits-orange .benefits-wrapper {
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 50s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.accordion-faq {
    margin-top: 50px;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow:focus {
    outline: none;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    font-size: 0;
    border: 0;
    background: no-repeat;
    position: absolute;
    top: -70px;
    right: 30px;
    z-index: 1;
    
    @media screen and (max-width: 766px) {
        top: 210px;
        right: 0px;
    }
}
button.slick-prev.slick-arrow {
    right: 100px;
    
    @media screen and (max-width: 766px) {
        left: 0;
    }
}
button.slick-next.slick-arrow::before {
    content: ' ';
    background: url(../img/icon-select.png) 20% no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: block;
    filter: grayscale(1);
    rotate: 270deg;
}
button.slick-prev.slick-arrow::before {
    content: ' ';
    background: url(../img/icon-select.png) 20% no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    display: block;
    filter: grayscale(1);
    rotate: 90deg;
}
.slick-cursos {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    border: #869791 1px solid;
    background-color: #fff;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #869791;
}

.wpcf7-form label {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    color: #3D3D3D;
}

.wpcf7-form input, .wpcf7-form textarea {
    font-family: 'Lato';
    font-size: 13px;
}

span.wpcf7-list-item-label {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    display: inline-flex;
    margin-left: 10px;
    margin-top: 20px;

    @media only screen and (max-width: 767px) {
        display: inline;
    }
}

.wpcf7-list-item label input[type="checkbox"] {
    height: 24px;
    width: 24px;
    border-radius: 8px;
    border: 1px solid #000;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;

    @media only screen and (max-width: 767px) {
        margin-top: 20px;
    }
}

.wpcf7-list-item label input[type="checkbox"]:checked {
    background-color:#696058;
}

.wpcf7 .wpcf7-submit {
    font-size: 18px;
    background: #696058;
    font-family: 'Lato';
    color: #fff;
    border-radius: 44px;
    padding: 20px 30px;
    margin-top: -20px;
}

/* Container Geral da Prova */
.page-examen {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #fff; /* Fundo branco conforme print */
}

/* Títulos da Prova */
.page-examen h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #3D3D3D;
    margin-bottom: 20px;
}

.page-examen .intro-text {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #696058;
    line-height: 1.6;
    max-width: 800px;
    margin-bottom: 50px;
}

/* Questões e Títulos Internos */
.page-examen h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #3D3D3D;
    text-transform: uppercase;
    margin-top: 40px;
}

/* Estilo das Perguntas (Substituindo o estilo antigo de cards) */
.page-examen .question-title {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 15px;
}

/* Botões Arredondados (Padrão do novo Layout) */
.page-examen .actions ul li a, 
.page-examen .btn {
    border-radius: 30px !important; /* Totalmente arredondado */
    padding: 12px 35px !important;
    text-transform: none !important; /* Remove o uppercase se necessário */
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.cursos-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #696058;
}

.pill-input, .pill-select {
    border-radius: 30px !important;
    border: 1px solid #D1D1D1 !important;
    height: 45px;
    padding: 0 20px;
    font-family: 'Lato', sans-serif;
}

.search-wrapper {
    position: relative;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #999;
}

.filter-group .pill-select {
    width: 31%; /* Espaçamento entre os 3 filtros */
    appearance: none;
    background: url('img/arrow-down.png') no-repeat right 15px center; /* Adicione seu ícone de seta */
}

.curso-card-grid {
    border-radius: 15px !important;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.curso-card-grid:hover {
    transform: translateY(-5px);
}

.badge-status-grid {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

/* Cores das badges conforme o print */
.status-concluido { background-color: #4CAF50; }
.status-em-andamento { background-color: #F2A960; }
.status-nao-iniciado { background-color: #999; }

.btn-brown-outline {
    background: #696058;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}

/* Efeitos na Lista de Módulos */
.module-item:hover {
    border-color: #F2A960 !important;
    background-color: #fdfaf7;
    transform: translateX(5px);
}

.btn-acessar-modulo:hover {
    background-color: #3D3D3D;
    color: #fff !important;
}

/* Ajustes de Responsividade para Mobile */
@media (max-width: 991px) {
    .page-course-detail h1 {
        font-size: 32px !important;
    }
    
    .progress-widget {
        margin-top: 40px;
    }
    
    .btn-footer-course, .btn-footer-course-outline {
        width: 100%;
        text-align: center;
    }
    
    .mt-5.d-flex {
        flex-direction: column;
    }
}

/* Estilo do Widget Lateral */
.progress-widget {
    position: sticky;
    top: 100px; /* Mantém o widget fixo ao rolar a página */
}

/* Container Principal do Modal */
#video-modal .modal-content {
    border-radius: 30px !important;
    padding: 30px;
    background: #fff;
}

/* Header do Modal (Navegação Superior) */
.modal-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.modal-nav-header .btn-nav {
    border: 1px solid #3D3D3D;
    border-radius: 30px;
    padding: 8px 25px;
    color: #3D3D3D;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
}

/* Informações da Aula */
.aula-info-header h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #3D3D3D;
    margin-top: 10px;
}

.aula-meta-data {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Widget de Progresso Lateral (Dentro do Modal) */
.modal-progress-widget {
    background: #fff;
    border: 1px solid #F5F5F5;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.modal-progress-widget h5 {
    font-weight: 700;
    color: #3D3D3D;
    margin-bottom: 15px;
}

.modal-lessons-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.modal-lessons-list li {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #999;
    display: flex;
    align-items: center;
}

.modal-lessons-list li.completed {
    color: #F2A960;
}

.modal-lessons-list li i {
    margin-right: 10px;
}

/* Títulos e Tipografia */
.profile-main-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #3D3D3D;
}

.user-display-name {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #3D3D3D;
}

.section-title-brown {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #696058;
}

/* Grid de Dados */
.profile-data-grid label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    margin-bottom: 2px;
}

.profile-data-grid p {
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #F0F0F0;
}

.profile-data-grid p.text-underline {
    text-decoration: underline;
}

/* Avatar */
.profile-avatar-wrapper img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 5px solid #fff;
}

/* Botões e Badges */
.pill-btn {
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    padding: 10px 30px;
}

.btn-brown {
    background-color: #696058 !important;
    color: #fff !important;
    border: none;
}

.badge-status.status-andamento {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #F2A960;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
}

/* Cards de Curso */
.course-card-profile {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    transition: transform 0.3s ease;
}

.course-card-profile:hover {
    transform: translateY(-5px);
}

.course-name-mini {
    font-size: 18px;
    font-weight: 700;
    color: #3D3D3D;
    margin: 10px 0;
}

/* Navegação do Slider */
.custom-slider-nav button {
    background: transparent;
    border: 1px solid #E5E5E5;
    color: #999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s;
}

.custom-slider-nav button:hover {
    border-color: #696058;
    color: #696058;
}

/* Container de largura máxima solicitada */
.home-logada .container {
    max-width: 1230px !important;
}

/* Títulos das Seções */
.section-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #696058;
}

/* Botões de Navegação (Setas) */
.btn-nav-arrow {
    background: transparent;
    border: 1px solid #E5E5E5;
    color: #999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s;
}

.btn-nav-arrow:hover {
    border-color: #696058;
    color: #696058;
}

/* Inputs e Selects Pill-Shaped */
.pill-input {
    border-radius: 30px !important;
    height: 50px !important;
    padding: 10px 25px !important;
    border: 1px solid #E5E5E5 !important;
}

.search-container { position: relative; }
.icon-search {
    position: absolute;
    right: 20px;
    top: 17px;
    color: #999;
}

.pill-select {
    border-radius: 30px !important;
    height: 50px !important;
    border: 1px solid #E5E5E5 !important;
    padding: 0 15px !important;
    color: #696058;
    font-weight: 600;
}

/* Estilo do Banner de Boas-vindas */
.welcome-banner {
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* Cards de Curso (Baseado nos prints) */
.course-card-home {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.course-card-home:hover {
    transform: translateY(-5px);
}

.badge-course {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}
.badge-learning { background: #F2A960; } /* Laranja 'Em andamento' */
.badge-completed { background: #4CAF50; } /* Verde 'Concluído' */

/* Botões do layout */
.btn-brown-pill {
    background-color: #696058 !important;
    color: #fff !important;
    border-radius: 30px;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: none;
    border: none;
}

.course-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #3D3D3D;
    height: 48px;
    overflow: hidden;
    margin-bottom: 8px;
}

.course-excerpt {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #696058;
    height: 60px;
    overflow: hidden;
    line-height: 1.4;
}

.meta-item {
    font-size: 13px;
    color: #F2A960;
    font-weight: 600;
}

.progresso-txt {
    font-size: 11px;
    color: #999;
    font-weight: 600;
}

.badge-completed { background: #4CAF50 !important; }

/* Sombra e arredondamento extra para os cards */
.course-card-home {
    border-radius: 20px !important;
    border: 1px solid #E5E5E5 !important;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

/* Garante que os cards tenham respiro lateral no slider */
.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

/* Evita que botões nativos do slick apareçam (usaremos os seus customizados) */
.slick-prev, .slick-next {
    display: none !important;
}

/* Estilo visual para desativar a seta quando não houver mais itens */
.btn-nav-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
}

/* Botões Pill (Arredondados) */
.pill-btn {
    border-radius: 30px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    transition: all 0.3s ease;
}

/* Estilo do Card de Módulo na página do curso */
.module-item-row {
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    transition: transform 0.2s;
}

.module-item-row:hover {
    border-color: #F2A960;
    transform: translateX(5px);
}

/* Cores e Ícones de Progresso */
.modal-lessons-list li.completed i {
    color: #F2A960;
}

.modal-lessons-list li:not(.completed) i {
    color: #E5E5E5;
}

/* Sidebar de Progresso Sticky */
.course-sidebar-progress {
    position: sticky;
    top: 100px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #F5F5F5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

/* Estilo unificado para botões pill */
.pill-btn {
    border-radius: 30px !important;
    padding: 10px 25px !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

/* Efeito de hover na lista de aulas */
.lesson-row:hover {
    border-color: #F2A960 !important;
    background-color: #fdfaf7;
    transition: 0.3s;
}

/* Sidebar Sticky */
.sticky-top {
    z-index: 10;
}

/* Container de 1230px */
.page-course-detail .container, 
.page-module .container {
    max-width: 1230px !important;
}

/* Botões Arredondados (Pill) */
.pill-btn {
    border-radius: 30px !important;
    text-transform: none !important;
    font-size: 14px !important;
    padding: 8px 25px !important;
}

/* Efeito Hover nas linhas de aulas */
.lesson-row {
    transition: all 0.3s ease;
}
.lesson-row:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: translateX(5px);
    border-color: #F2A960 !important;
}

/* Widget Lateral Fixo */
.progress-widget {
    position: sticky;
    top: 110px;
}

/* Títulos */
.section-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #3D3D3D;
}

/* Inputs e Selects Pill */
.pill-input {
    border-radius: 30px !important;
    height: 50px !important;
    padding-left: 25px !important;
    border: 1px solid #E5E5E5;
}
.pill-select {
    border-radius: 30px !important;
    height: 50px !important;
    border: 1px solid #E5E5E5;
    color: #3D3D3D;
    font-weight: 600;
}
.icon-search {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #999;
}

/* Course Card */
.course-card-cert {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    transition: transform 0.3s ease;
    height: 495px;
}
.course-card-cert:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08) !important;
}
.course-card-cert img {
    height: 200px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

/* Badges */
.badge-status {
    position: absolute;
    top: 15px;
    right: -15px;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}
.status-concluido { background-color: #ea7600; } /* Laranja escuro do print */
.status-andamento { background-color: #F2A960; }

/* Tipografia Card */
.course-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #3D3D3D;
    margin-bottom: 10px;
    min-height: 50px;
}
.course-excerpt {
    font-size: 14px;
    color: #696058;
    line-height: 1.5;
    height: 63px;
    overflow: hidden;
}
.course-meta span {
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
}

/* Botões */
.btn-dark-pill {
    background: #696058;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}
.btn-dark-pill:hover {
    background: #504943;
    color: #fff;
}

/* Barra de Progresso */
.progress-bar.bg-warning { background-color: #F2A960 !important; }
.progress-bar.bg-success { background-color: #ea7600 !important; }

/* Dots de Navegação (Estético) */
.dots-navigation .dot {
    height: 12px;
    width: 12px;
    background-color: #E5E5E5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}
.dots-navigation .dot.active {
    background-color: #999;
}

/* Card alinhado ao layout image_49a58c.jpg */
.course-card-layout {
    background: #fff;
    border-radius: 25px; /* Bordas arredondadas conforme o print */
    overflow: hidden;
    border: 1px solid #F0F0F0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 10px;
}

.card-img-top {
    height: 230px;
    object-fit: cover;
    width: 100%;
}

.badge-status-layout {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
}

.progresso-txt-layout {
    font-size: 10px;
    color: #999;
    font-weight: 700;
}

.card-info-content {
    padding: 20px 25px 25px 25px;
    flex-grow: 1;
}

.card-course-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #3D3D3D;
    margin: 15px 0 10px 0;
}

.card-course-excerpt {
    font-size: 14px;
    color: #696058;
    line-height: 1.5;
    margin-bottom: 20px;
    height: 65px;
    overflow: hidden;
}

.card-course-meta {
    display: flex;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid #F0F0F0;
    margin-bottom: 20px;
}

.card-course-meta span {
    font-size: 13px;
    color: #3D3D3D;
    font-weight: 600;
}

.card-course-meta i {
    color: #ea7600; /* Laranja dos ícones do layout */
    margin-right: 5px;
}

.btn-card-access {
    background-color: #696058; /* Marrom do layout */
    color: #fff !important;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s;
}

.btn-card-access:hover {
    background-color: #3D3D3D;
}

/* Container do card para garantir arredondamento e sombra */
.course-card-layout {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin: 10px; /* Importante para o espaçamento no carrossel */
}

/* Ajuste dos ícones laranjas e botão marrom */
.card-course-meta i {
    color: #ea7600 !important;
    margin-right: 5px;
}

.btn-card-access {
    background-color: #696058 !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    border: none;
}

.badge-status-layout {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.filtros {
    gap: 10px;

    @media (max-width: 768px) {
        flex-direction: column;
    }
}