@font-face { font-family: 'light'; src: url('../fonts/light.woff2') format('woff2'), url('../fonts/light.woff') format('woff'); font-weight: 100; font-style: normal; }
@font-face { font-family: 'regular'; src: url('../fonts/regular.woff2') format('woff2'), url('../fonts/regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'bold'; src: url('../fonts/bold.woff2') format('woff2'), url('../fonts/bold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; } 
@font-face { font-family: 'special'; src: url('../fonts/special.woff2') format('woff2'), url('../fonts/special.woff') format('woff'); font-weight: normal; font-style: normal; }



:root{
    --color-primary:#b9413c;
    --color-secondary:#232323;
    --btn-primary:#097A7A;
    --btn-primary-blue-hover:#045656;
    --btn-primary-hover:#4B4645;
    --darky-gray:#4B4645;
    --light-gray:#F5F4F4;
    --lighter-gray:#D9D9D9;
    --gray:#A9A5A4;
    --maroon: #7D1713;
    --yellow: #F6D274;
    --orange: #fc9000;
    --success: #097A7A;
}

/*HEADER*/
header{ background: white; position: relative;}
header .logo{ max-width: 150px;}
header .navbar{ background: rgba(255,255,255,.95); margin:0 auto; box-shadow: 0 5px 5px rgba(0,0,0,0.2); }

header .navbar .navbar-collapse ul{ width: 100%; justify-content:end; gap:20px; }
header .top-right{ position:absolute; top:10px; right:15px;}
header .navbar .nav-item.active .nav-link.active::after{ content:""; width: 100%; height: 2px; background-color: var(--color-primary); display: block; }
header .navbar .nav-link.link-search{ margin-top: -5px; cursor: pointer;}
header a:hover{ color:#ddd; }
header .social-link{ color:#444; margin-left: 10px; }
header .social-link:hover{ color:black; }
header button.btn-mobile {color:#fff; background:transparent; padding:6px 10px; margin-top:8px; margin-bottom:8px; border-radius: 0; outline:none !important; border:none !important; box-shadow:none !important; }
header button.btn-mobile i {padding:0; margin:0; font-size:21px; }
header .btn-mobile .icon-bar {background-color: black; transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
header .btn-mobile .icon-bar { display: block; height: 3px; width: 22px; margin: 4px 0; }
header .btn-mobile.open .icon-bar:nth-child(1){ transform:rotate(45deg) translateY(5px) translateX(5px)}
header .btn-mobile.open .icon-bar:nth-child(2){ transform:rotate(-45deg); }
header .btn-mobile.open .icon-bar:nth-child(3){ transform:rotate(45deg) translateY(-7px) translateX(-7px); opacity:0}
header .top-mobile-buttons{ display: none; }
header .top-left-mobile-buttons{ display: flex; align-items: center; }
header .dropdown:hover .dropdown-menu{ display: block; }
header .dropdown-menu{ margin-top: 0; }
header .btn-primary.red{ padding:6px 10px; min-width: 0; font-family: 'regular'; font-weight: 300; font-size:17px; }

header .navbar.logged{ background: var(--color-secondary); margin:0 auto; box-shadow: 0 5px 5px rgba(0,0,0,0.2); }
header .navbar.logged .navbar-nav .nav-link.active{ color:white }
header .navbar .dropdown > a { color:transparent }
header .navbar .logged-menu{ position:absolute; padding:10px 20px; margin-left:-60px; margin-top:20px; min-width: 162px; }
header .navbar .logged-menu:before{ content:"\f0d8"; font-family: 'FontAwesome'; height: 10px; width: 20px; position:absolute; top:-30px; left:20%; color: white; background-color: transparent; font-size:30px; padding:15px 50px 15px 40px; }
header .navbar .logged-menu a{ text-decoration: none; font-family: 'regular'; color:var(--color-secondary); font-size:16px; }
header .navbar .logged-menu li{ margin-bottom: 5px; }
header .navbar.logged .btn-mobile .icon-bar{ background-color: white; }

header .dropdown-logged .avatar{ border:1px solid var(--color-primary); border-radius:50%; width: 40px; height:40px; object-fit: cover; }
header .top-offers{ padding:5px 15px; text-align: center; display: block; text-decoration: none; color:var(--color-secondary) }
header .top-offers:hover{ color:var(--color-secondary)}
header .top-offers div{ margin-bottom: 0; font-family: 'bold'; font-size:20px; }

@media (max-width:768px){
    header .navbar .logged-menu a{ font-size:18px; margin-bottom: 10px; margin-top: 10px; display: block; }
}

.blink-2{-webkit-animation:blink-2 .9s infinite both;animation:blink-2 .9s infinite both}

.searchbox-component{ background:rgba(0,0,0,0.6); left:0; top:0; height: 100vh; width: 100vw; position:fixed; z-index: 10; }
.searchbox-over{ border-radius: 4px; background-color: #D9D9D9; position:fixed; left:50%; top:20%; z-index: 10; padding:10px 15px; width: calc(100% - 10px); max-width: 600px; transform:translateX(-50%); flex-direction: row; flex-wrap: nowrap; justify-content: space-between; display: flex; animation: ease-out bounceInFast .5s; } 
.searchbox-over form{ flex: 1;}
.searchbox-over .form-control{ border:none; outline:none; background: transparent; box-shadow: none; font-family: 'bold'; font-size:25px; }
.searchbox-over .ico-close{ cursor:pointer; }
@keyframes bounceInFast {
    0% { opacity: 0; transform: scale(.3) translateX(-85%); }
    50% { opacity: 1; transform: scale(1.1) translateX(-45%); }
    70% { transform: scale(.97) translateX(-52%); }
    100% { transform: scale(1) translateX(-50%); }

}
@media (max-width:1140px){
    header .navbar .navbar-collapse ul{ gap:15px; }
}
@media (max-width:992px){
    header .navbar .navbar-collapse ul li{ text-align:left; padding-left: 15px; }
    header .social-link{ font-size:20px; margin-left: 20px; margin-top: 10px; display:inline-block; }
    header .nav-link{ display: inline-block; }
    header .dropdown-logged{ text-align: right;}
    header .dropdown-logged .dropdown-toggle::after{ content:""; display: none; }
    header .navbar .logged-menu{ margin-left: unset; right: 0px; width: auto !important; min-width: 178px; }
    header .navbar .logged-menu:before{ left:unset; right:-20px; }
    header .top-mobile-buttons{ display: flex; align-items: center; gap: 10px; }
    header .top-mobile-buttons .nav-link.link-search{ margin-top: 0; }
}
@media (min-width:992px){
    header .dropdown:hover .dropdown-menu{ display: block; }
}
/*END HEADER*/


/*END HEADER*/
*{line-height: 136%; } 
html{ width:100%; }
body{background: #fff; overflow-x:hidden; padding-top: 65px; }
p{ font-size: 17px; line-height: 140%; max-height: 999999px; font-family: 'regular';}
li{ font-size: 17px; line-height: 140%; max-height: 999999px; font-family: 'regular';}
.general{height: auto; margin: 0 auto; }
#menu{ margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; background:#fff; }
.seccion .text_descripciones{font-size: 17px; color:#7b7070; }
.seccion .text-center{ text-align: center !important }
.seccion .text-left{ text-align: left !important }
.seccion .h100{ height: 100%;}
.noselect {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
table.table-middle tr, table.table-middle td{ vertical-align: middle !important; }
@media screen and (min-width: 992px){
    .seccion .row-table{ display: table; }
    .seccion .row-table .col{ display: table-cell; float:none; vertical-align: middle; text-align: center;  }
}
@media (max-width:992px){
    body{ padding-top: 70px; }  
    .no-pad-xs{ padding-left:0; padding-right: 0px;} 
}

.swal2-html-container{ height:auto; max-height: calc( 100vh - 150px); overflow: auto; }
.swal2-popup #swal2-content{ overflow: hidden;}
.swal2-styled.swal2-confirm{ background-color: var(--yellow) !important; color:var(--color-secondary) !important; box-shadow:none !important; }
.swal2-html-container li,.swal2-html-container p{ font-size:17px; }
.swal2-html-container .text-bold{ font-family: 'bold' !important; }
.swal2-popup.large{ width: 800px; }
.swal2-popup.legal #swal2-content{ text-align: left;}
.swal2-popup.large.course{ background:var(--light-gray); text-align: left; width: 100%; max-width: 1000px;}
.swal2-popup.large.course .swal2-html-container{ margin:0; padding:15px 30px; }
.swal2-popup.large.course .swal2-close{ margin-right: 10px; }
.swal2-popup.large.course .subtitle{ font-family: 'bold'; font-size: 26px; text-align: left; }
.swal2-popup.large.course .subtitle2{ font-family: 'regular'; font-size: 20px; text-align: left; }
.swal2-popup.large.course .text-muted{ color:var(--gray) !important; }
.swal2-popup.large.course p{ font-size: 17px; text-align: left; color:var(--color-secondary); font-family:'regular'; }
.swal2-popup.large.course .col-description{ font-family:'regular'; font-size: 17px; text-align: left; color:var(--color-secondary); }
.swal2-popup.large.course .col-description.text-clamp-n{ -webkit-line-clamp:6; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.swal2-popup.large.course .load-more-link{ color:var(--color-primary); text-decoration: none; cursor:pointer; margin-top: 10px; display: block; font-family: 'regular';}
.swal2-popup.large.course .load-more-link:hover{ text-decoration: underline; }
.swal2-popup.large.course .col-description strong{ color:var(--color-secondary); font-family:'bold'; font-weight:800; }
.swal2-popup.large.course .col-features{ border-left:1px solid var(--gray); padding-left: 30px; text-align:left; }
.swal2-popup.large.course .col-features p{ margin-bottom: 5px; font-weight: bold; }
.swal2-popup.large.course .item-course p{ font-size:11px; }
.swal2-popup.large.course .item-course .content .tit { font-size: 13px; text-align: left; }
.swal2-popup.large.course .item-course .toolbar .categ{ font-size:11px; }
.swal2-popup.large.course .item-course .tags{ height: 24; overflow: hidden;}
.swal2-popup.large.course .item-course .tags .badge{ font-size:10px; margin-left: 5px; }
.swal2-popup.large.course .item-course .content-text{ min-height: 130px; }
.swal2-popup.large.course .item-course p.text{ height: 68px; }
.swal2-popup.large.course .item-course .price-old{ font-size:10px; top: -3px; }
.swal2-popup.large.course .item-course .price{ font-size:10px; }
.swal2-popup.large.course .item-course .row-reviews{ align-items: center; text-align: left; min-height:25px; display: flex; }
.swal2-popup.large.course .item-course .percentDto{ font-size:9px; }
.swal2-popup.large.course .item-course .star-reviews{ font-size:10px; text-align: right; }
.swal2-popup.large.course .item-course .star-reviews i{ top: 0; }
.swal2-popup.large.course .item-course .content .more{ font-size:11px; }
.swal2-popup.large.course .star-reviews{ text-align:left; font-size: 17px; top: -1px; position: relative; margin-right: 1px; color: var(--color-secondary); }
.swal2-popup.large.course .star-reviews i { font-size: 17px; top: -1px; position: relative; margin-right: 1px; color: var(--yellow); }
.swal2-popup.large.course .player-video{ margin-bottom: 20px; width: calc(100% + 60px); margin-left: -30px; margin-right: -30px; }
.swal2-popup.large.course .featured-img{ margin-bottom: 20px; width: calc(100% + 60px); margin-left: -30px; margin-right: -30px; max-width: unset; }
.swal2-popup.large.course .row-related-content{ padding:0 12px; }
@media (max-width:768px){
    .swal2-popup.large.course .col-features:not(.col-button){ margin-top: 20px; padding-left: 15px; border-left:none; }
    .swal2-popup.large.course .col-features.col-button{ padding-left:12px; border-left:none; }
    .swal2-popup.large.course .subtitle2.related{ padding-left:0; padding-right: 0;}
    .swal2-popup.large.course .row-related-content{ padding:0; }
}

.LSSI{height: auto; display: none; overflow: hidden; background: rgba(0,0,0,0.6); padding: 0 0 12px; position: fixed; bottom: 0; z-index:10; }
.LSSI .centered{min-height: 40px; margin: 0 auto; padding: 10px 0; width:auto; max-width: 1100px; }
.LSSI p{color:#fff; font-size:16px; margin: 10px; position: relative; font-family: 'regular', sans-serif; } 
.LSSI a{color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .text-link{color:#fff; text-decoration: underline; cursor:pointer; }
.LSSI .btn{background: var(--color-primary); cursor: pointer; margin: 0 3px 5px 3px; padding: 5px 12px; text-align: center; width: auto; position: relative; border-radius: 5px; text-decoration: none; }
.LSSI .btn span{color: #FFFFFF; font-family: 'regular', sans-serif; font-size: 14px; }

.breadcrumb-item+.breadcrumb-item::before{ color:var(--color-secondary); content:"\F285"; font-family: 'bootstrap-icons'; font-size:10px; font-weight: 600; }
.breadcrumb a{ color:var(--color-secondary); text-decoration: none; }
.breadcrumb a:hover{ color:var(--color-primary); text-decoration: underline; }

.easing{transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }
.easingMedium{transition: all 700ms cubic-bezier(0.000, 0.090, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.090, 0.000, 0.995); }
.easingMediumFast{transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995); }
.easingFast{transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); }

img.responsive{ width:100%; height:auto; }
img.max-responsive{ max-width:100%; height:auto; }
img.max-responsive-centered{ max-width:100%; height:auto; margin:0 auto; display: block; }

.mt0{ margin-top: 0px !important; } .mt-10{ margin-top: -10px !important; } .mt-20{ margin-top: -20px !important; } .mt10{ margin-top: 10px !important; } .mt20{ margin-top: 20px !important; } .mt30{ margin-top: 30px !important; } .mt40{ margin-top: 40px !important; } .mt50{ margin-top: 50px !important; } .mt100{ margin-top: 100px !important; } .mb0{ margin-bottom: 0 !important; } .mb5{ margin-bottom: 5px !important; } .mb10{ margin-bottom: 10px !important; } .mb20{ margin-bottom: 20px !important; } .mb30{ margin-bottom: 30px !important; } .mb40{ margin-bottom: 40px !important; } .mb50{ margin-bottom: 50px !important; } .ml10{ margin-left: 10px !important; } .ml20{ margin-left: 20px !important; } .ml30{ margin-left: 30px !important; } .mr10{ margin-right: 10px !important;} .mr15{ margin-right: 15px !important;} .mr20{ margin-right: 20px !important;} .mr30{ margin-right: 30px !important;} .pt0{ padding-top: 0 !important;} .pt10{ padding-top: 10px !important;} .pt20{ padding-top: 20px !important;} .pt30{ padding-top: 30px !important;} .pt40{ padding-top: 40px !important;} .pt50{ padding-top: 50px !important;} .pb0{ padding-bottom: 0 !important;} .pb10{ padding-bottom: 10px !important;} .pb20{ padding-bottom: 20px !important;} .pb30{ padding-bottom: 30px !important;} .pb40{ padding-bottom: 40px !important;} .pb50{ padding-bottom: 50px !important;}
.pl20{ padding-left: 20px !important;} .pl40{ padding-left: 40px !important;} .pr20{ padding-right: 20px !important;} .pr40{ padding-right: 40px !important;}
.delay01{ animation-delay: 0.1s; -webkit-animation-delay: 0.1s; } .delay02{ animation-delay: 0.2s; -webkit-animation-delay: 0.2s; } .delay03{ animation-delay: 0.3s; -webkit-animation-delay: 0.3s; } .delay04{ animation-delay: 0.4s; -webkit-animation-delay: 0.4s; } .delay05{ animation-delay: 0.5s; -webkit-animation-delay: 0.5s; } .delay06{ animation-delay: 0.6s; -webkit-animation-delay: 0.6s; } .delay07{ animation-delay: 0.7s; -webkit-animation-delay: 0.7s; } .delay08{ animation-delay: 0.8s; -webkit-animation-delay: 0.8s; } .delay09{ animation-delay: 0.9s; -webkit-animation-delay: 0.9s; } .delay10{ animation-delay: 1s; -webkit-animation-delay: 1s; } .delay11{ animation-delay: 1.1s; -webkit-animation-delay: 1.1s; } .delay12{ animation-delay: 1.2s; -webkit-animation-delay: 1.2s; } .delay13{ animation-delay: 1.3s; -webkit-animation-delay: 1.3s; } .delay14{ animation-delay: 1.4s; -webkit-animation-delay: 1.4s; } .delay15{ animation-delay: 1.5s; -webkit-animation-delay: 1.5s; } .delay16{ animation-delay: 1.6s; -webkit-animation-delay: 1.5s; } .delay17{ animation-delay: 1.7s; -webkit-animation-delay: 1.5s; } .delay18{ animation-delay: 1.8s; -webkit-animation-delay: 1.5s; } .delay19{ animation-delay: 1.9s; -webkit-animation-delay: 1.5s; } .delay2{ animation-delay: 2s; -webkit-animation-delay: 2s; } .delay21{ animation-delay: 2.1s; -webkit-animation-delay: 2s; } .delay22{ animation-delay: 2.2s; -webkit-animation-delay: 2s; } .delay23{ animation-delay: 2.3s; -webkit-animation-delay: 2s; } .delay24{ animation-delay: 2.4s; -webkit-animation-delay: 2s; } .delay25{ animation-delay: 2.5s; -webkit-animation-delay: 2.5s; } .delay3{ animation-delay: 3s; -webkit-animation-delay: 3s; } .delay4{ animation-delay: 4s; -webkit-animation-delay: 4s; } .delay5{ animation-delay: 5s; -webkit-animation-delay: 5s; } .delay6{ animation-delay: 6s; -webkit-animation-delay: 6s; }
.text-clamp2{ -webkit-line-clamp:2; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.text-clamp3{ -webkit-line-clamp:3; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
.text-clamp4{ -webkit-line-clamp:4; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden;}
ul{ padding-left: 0; list-style: outside none; }
.badge-success{ background: var(--btn-primary); white-space: normal; }
.badge-info{ background: #57b0c9; white-space: normal; }
.badge-danger{ background: #D03A3A; white-space: normal; }
.badge-orange{ background: #E7C03A; white-space: normal; }
.badge-purple{ background: #B25EFD; white-space: normal; }
.badge-blue {color: white; background:#4A7AF5 ; }
.badge-light{ background: #FFFFFF; white-space: normal; color:#5E5E5E; border:1px solid rgba(0,0,0,0.1); }

.manage-admin-content.cke_editable{ outline: 1px dashed white; box-shadow: 0 0 1px #000; }
.manage-admin-content.cke_focus{ outline: 2px solid white; box-shadow: 0 0 3px #000; }

.btn{ border-radius: 4px; border:none; white-space: normal; padding:4px 20px; }
.btn-primary{ background-color: var(--color-primary); font-family: 'regular'; font-size: 20px; color: white; padding:6px 20px; text-shadow: none; }
.btn-primary:hover{ background-color: var(--maroon); }
.btn-primary.red{ background-color:var(--color-primary); color:white; font-family: 'regular'; font-size:17px; box-shadow:0 4px 4px rgba(0,0,0,0.25); padding:6px 20px; min-width: 160px; }
.btn-primary.red i{ top:2px; position: relative; }
.btn-primary.red:hover{ background-color:var(--btn-primary-hover); }
.btn-primary.red .ico{ margin-top: -3px; }
.btn-sm{ font-size: 13px !important; padding:5px 15px !important; min-width: 0 !important; }
@media (max-width:700px){
    .btn-primary.red{ padding:6px 6px !important; }
}
.btn-primary.btn-lg{ padding: 6px 50 6px 50px; font-family: 'regular'; font-size: 26px; color: white; }
.btn-primary.btn-lg:hover{ background-color: rgba(0, 160, 168, 0.8); }

.text-yellow{ color: var(--yellow); }
.text-orange{ color: var(--orange); }

.btn-secondary{ padding:4px 20px; margin-bottom: 5px; background:var(--yellow); border-radius:4px; font-family: 'bold'; color:var(--color-secondary); text-decoration:none; text-shadow: none; }
.btn-secondary:hover{ background-color: var(--btn-primary-hover);}

.btn-block{ width: 100%;}
.contentSection a.btn{ color:#fff; font-size: 18px; }
.btn-center{ display: table; margin:0 auto; }
.seccion .btn-primary.transparent {margin: 28px 8px 0 0; padding: 6px 75px 6px 63px; border: solid 2px black; background-color: transparent; font-family: 'regular'; font-size: 26px; color: #000; }

.contentSection h3{ font-weight: bold; }
.seccion{ font-family: 'regular',sans-serif; }
.seccion .slide-big{ position: relative; width: 100%; overflow: hidden;} 
.seccion .relative { position: relative; }
.seccion .absolute { position: absolute; }
.seccion .slide-big p.text-slide {position: absolute; font-family: 'bold'; font-size: 50px; line-height: 42px; transform: translate(-50%); left: 50%; top: 50%; text-shadow:0 0 5px rgba(0,0,0,0.8) }
.seccion .slide-big img{ min-height:50vh; object-fit: cover; }
.seccion h1 {font-family: 'regular'; font-size: 60px; }
.seccion h2 {font-family: 'regular'; font-size: 25px; margin-bottom: 30px; }
.seccion strong,.seccion b{ color:var(--color-primary); font-weight: normal; font-family: 'bold'; }
.seccion .text-white {color: white;}
.seccion .title{font-size: 40px; font-family: 'bold'; }
.seccion .titlexl{font-size: 55px; font-family: 'bold'; }
.seccion .subtitle {font-family: 'bold'; font-size: 30px; }
.seccion .subtitle2 {font-family: 'bold'; font-size: 20px; }
.seccion .subtitle3 {font-size: 18px; }
.seccion .special { font-family: 'special'; line-height: 100%; }
.seccion .title.special { font-size:96px }
.text-red { color:var(--color-primary) !important; }
.seccion .text-muted { color:var(--gray) !important; }
.seccion .lined{ display: inline-block;}
.seccion .lined::after{ content:""; height: 2px; width: inherit; display: block; background:var(--color-primary); }
.seccion .text {font-size: 17px; font-family: 'regular'; }
.seccion .separator {height: 1px; width: 100%;background-color: var(--color-primary);}
.seccion .separator-small {width: 267px; height: 4px; margin: 30px auto; background-color: #00a0c6; }
.seccion .checkbox label {font-size: 15px; font-family: 'regular';margin: 0 auto 10px auto; padding-left: 5px; display:block;}
.seccion .google-maps {margin-top: 20px; }
.seccion #map {width: 100%; height: auto; }
.seccion .checkbox {position: relative; }
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {position: relative; float:left; width: 30px; height: 20px; margin-top: 0; }
.seccion .background-gray{background: rgb(233 233 233 / 90%); ; padding: 50px 0 20px 0;;}
.seccion ul.list.checked {padding-left: 15px; } 
.seccion ul.list li {font-size: 20px; font-family: 'regular'; line-height: 32px; }
.seccion ul.list.checked li::before {content: "\f00c"; font-family: 'FontAwesome'; color: #00a0c6; margin-right: 10px; margin-left: -30px; }
.seccion textarea{ resize:none; }
.seccion .w800{ max-width: 800px; display:table; margin:0 auto; }
.seccion .w1000{ max-width: 1000px; display:table; margin:0 auto; }
.row-parallax {position: relative; padding: 15px 15px; overflow: hidden; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;} 
.row-parallax:before {content: ""; position: absolute; z-index: 1; top: 0; width: 100%; height: 58px; }
.parallax  {transform: translateY(-57.9271px) translateX(-50%); }
.row-parallax .container{ position:relative; z-index: 1;}
.row-parallax img.parallax {position: absolute; left: 50%; top: -20%; bottom: 20px; height: 150%; min-width:100%; z-index: 0; filter: brightness(0.5); }
.visible-sm{ display:none !important;} .visible-xs{ display:none !important;}
@media (max-width:992px){
    .seccion .title.special { font-size:70px }
}
@media (max-width:992px){
    .hidden-sm{ display:none !important}
    .visible-sm{ display:block !important}
    .hidden-sm{ display:none}
}
@media (max-width:768px){
    .hidden-xs{ display:none}
    .hidden-xs{ display:none !important}
    .visible-xs{ display:block !important}
}
.seccion .btn-file {overflow: hidden; position: relative; width: 100%; }
.seccion .btn-file b{ font-weight: normal; display: block; }
.seccion .btn-file::before{border-radius: 0; content: " "; display: block; height: 114%; left: -3%; padding: 5px 40px; position: absolute; top: -5%; width: 106%; z-index: -1; }
.seccion .btn-file input[type=file] {position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; border-radius: 0;  }

.swiper-pagination-bullets .swiper-pagination-bullet-active-main{ background:white; }

.seccion ul.special-links li{ font-size:16px; font-family: 'bold'; margin-bottom: 10px; }
.seccion ul.special-links li a{ text-decoration: none; color:#00133A;}
.seccion ul.special-links li a:hover{ text-decoration: underline;}

.seccion .img-cover{ width: 100%; height:100%; object-fit: cover;}
@media (max-width:992px){
    .seccion .img-cover{ width: 100%; height:auto; object-fit: unset;}
}

.seccion #expertos{ top: -60px; position:relative;}
.seccion #quienes-somos{ top: -60px; position:relative;}

@media (max-width:992px){
    .seccion #expertos{ top: -69px; position:relative;}
    .seccion #quienes-somos{ top: -69px; position:relative;}
}

img.products {width: 80%;}
.box-white-ul {background: white; padding: 15px 30px; box-shadow: 0 3px 8px 0 rgb(0 0 0 / 5%); border-radius:4px; max-width:350px; min-height: 437px; width: 100%; display: flex; flex-direction: column; justify-content: center; position:relative;}
i.fa { font-size: 20px;}
.nav-logotipos {padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-logotipos .logo.active {opacity: 1; }
.nav-logotipos .logo {width: 20%; padding: 0 15px; float: left; opacity: 0.5; transition: ease all 0.3s; outline: none; }
.portfolio .categorias {display: block;}
.portfolio .fusion-filters {display: none; overflow: hidden; list-style: none; margin-bottom: 55px; padding: 0; line-height: 34px; border-top: 1px solid #e7e6e6; border-bottom: 1px solid #e7e6e6; }
.portfolio .fusion-filters li{float: left; margin-right: 30px; line-height: 34px; font-size: 20px; font-family: regular;}
.portfolio .trabajos {margin: -10px; position: relative; }


@media screen and (max-width: 1200px){
    .box-white-ul { min-height: 347px; }
}
@media screen and (max-width: 992px){
    .box-white-ul { min-height: 257px; }
	.seccion .slide-big p.text-slide {font-size: 35px; }
	.seccion h1{font-size: 50px;}
	.row-parallax::before{ left:0;}
    .row-parallax::after{ left:0;}
    .row-parallax img.parallax{position: absolute; left:50%; top:0; min-width: 100%; width:auto; height: 150%; }
    .seccion .row-galeria-1 .col .overlay .title{ font-size: 19px; }
    .seccion .galeria2 .featured-services a:hover .glyphicon { opacity: 1; font-size: 12px; padding: 0px;}
}
@media screen and (max-width: 768px){
    .box-white-ul { max-width: unset;}
}


/*MODAL center in middle*/
.modal {text-align: center; padding: 0!important; }
.modal:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog {display: inline-block; text-align: left; vertical-align: middle; }

.row-table-price { margin-top: 40px; }
.row-table-price .bakground-top {object-fit: contain; background: #063064; border-top-left-radius: 20px; border-top-right-radius: 20px; margin-bottom: 0px; padding: 20px; }
.row-table-price .box-content {box-shadow: 0 5px 15px 0 rgb(6 48 100 / 26%); min-height: 990px; }
.row-table-price p.price {font-size: 60px; font-family: 'bold'; color: #063064; text-align: center; font-weight: bold; margin-bottom: 0; }
.row-table-price p.ahorra {font-size: 18px; font-family: 'bold'; color: #063064; text-align: center; font-weight: bold; }
.row-table-price .btn-primary.blue {background-color: #00a0c6; padding: 15px 20px; border-radius: 9px; font-size: 20px; }
.row-table-price .box-content {border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.row-table-price .box-content {padding: 52px; }
.row-table-price .box-content {background: #ebf8fb; padding: 31px;}
.swiper-container {margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; }
.swiper-wrapper {position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
.swiper-slide {flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%; transform: translateX(-50%); white-space: nowrap; }
.swiper-container .swiper-notification {position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

@media screen and (max-width: 1200px){
	.row-table-price .box-content {padding: 12px;}

}
@media screen and (max-width: 992px){
	.row-table-price .box-content {padding: 40px;}
}

.row-white{ padding:40px 15px; background:var(--light-gray); }
.row-dark{ background-color:var(--color-secondary); padding:40px 15px; color:white }
.row-somos{ background: url('/images/bg-somos-masterly.webp') center top / cover; }
.row-blog{ background: url('/images/bg-blog.webp') center top / cover; }
.item-gray{ background:rgba(255,255,255,0.2); padding:30px; border-radius: 4px; text-align:center; margin:15px 15px 30px 15px; }
.item-gray .lined{ text-align:center; display: table; margin:20px auto 20px auto; }
.item-gray p{ line-height: 180%; }
.row-latest-posts .item-post{ background-color: white; border-radius: 8px; display: flex; color:var(--color-secondary); margin-bottom: 30px; overflow: hidden; }
.row-latest-posts .item-post img{ width: 255px;}
.row-latest-posts .item-post .content{ flex:1; padding:20px; display: flex; flex-direction: column; justify-content: space-between; }
.row-latest-posts .item-post .content .bottom-buttons{ display: flex; justify-content: space-between; flex-direction: row;}
.row-latest-posts .item-post .tags{ margin-bottom: 10px; }
.row-latest-posts .item-post .tags .badge{ color:var(--color-secondary); background-color: var(--light-gray); text-decoration: none; font-weight: 200; }
@media (max-width:992px){
    .row-latest-posts .item-post{ display: block; border-radius: 8px; overflow: hidden; }
    .row-latest-posts .item-post > img{ width: 100%; height: 200px; object-fit: cover;}
    .item-gray{ margin-left:0; margin-right:0; }
}

#newsletter-form .input-group{ background:rgba(169, 165, 164,0.4); align-items: center; border-radius: 4px; max-width: 400px; }
#newsletter-form .input-group .input-group-addon{ padding:0 10px; }
#newsletter-form .input-group .form-control{ background: transparent; border:none; color:white; }
#newsletter-form .input-group .form-control::placeholder{ color:white;  }
#newsletter-form .input-group .form-control:focus{ box-shadow:none; }

.item-course{ box-shadow: 2px 2px 8px rgba(0,0,0,0.2); border-radius:8px; margin-bottom: 30px; background: white; }
.item-course img{ transition:ease all .3s; filter:saturate(1) }
.item-course .wrap-image{ display:block; background:#302d2d; overflow: hidden; border-top-left-radius: 8px; border-top-right-radius: 8px; position:relative; }
.item-course .wrap-image .ico-play-over{ position:absolute; top:0; left:0; width: 100%; height: 100%; z-index: 1; display: flex; flex-direction: row; align-items: center; justify-content: center; }
.item-course .wrap-image .ico-play-over img{ max-width: 60px;}
.item-course:hover .wrap-image img{ opacity: 0.6;}
.item-course .content{ padding:15px 25px; color:var(--color-secondary)}
.item-course .content p{ font-size:15px; margin-bottom: 5px; }
.item-course .content p.text{ display: -webkit-box; -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; overflow: hidden; height: 93px; font-family: 'regular'; line-height:150%; margin-bottom: 15px; }
.item-course .content .toolbar{ display: flex; justify-content: space-between; margin-bottom: 5px;}
.item-course .content .toolbar .categ{ text-decoration: none; color:var(--gray); text-transform: uppercase;}
.item-course .content .toolbar .categ img{ filter:brightness(0.5); margin-top: -3px;}
.item-course .content .tit{ font-size:20px; font-family: 'bold'; margin-bottom: 10px; overflow: hidden; text-decoration: none; color:var(--color-secondary); display: block; max-height: 53px; }
.item-course .content .content-text{ min-height: 170px; }
.item-course .content .more{ float: right; text-decoration: underline; color:var(--color-primary) }
.item-course .content .row-custom{ margin-top: 5px; }
.item-course .content .price-old{ background: var(--light-gray); border-radius:8px; padding:3px 20px; font-size:13px; position:relative; }
.item-course .content .price-old::after{ content:""; width: 100%; display: block; position:absolute; left:0; top:50%; transform:rotate(10deg); background: var(--color-primary); height: 1px; }
.item-course .content .star-reviews{ text-align: right; display: block; }
.item-course .content .star-reviews i{ font-size: 13px; top: -1px; position:relative; margin-right: 1px; color:var(--yellow) }
.item-course .content .star-reviews i:last-child{ margin-right: 5px; }
.item-course .content .star-reviews{ font-weight: bold;}
.item-course .content .tags{ margin-bottom: 0; height: 24px; overflow: hidden; width: 60%; }
.item-course .content .tags .badge{ background: var(--light-gray); color:var(--color-secondary); font-family: 'regular'; font-weight:300; font-size:12px; border-radius:2px; box-shadow: 0 2px 2px rgba(0,0,0,0.1); float:right; margin-left: 10px; }
.item-course .price{ display: inline-block; padding:4px 20px; margin-bottom: 5px; background:var(--yellow); border-radius:4px; font-family: 'bold'; color:var(--color-secondary); text-decoration:none; transition:ease all .3s }
.item-course .price:hover{ background-color: var(--btn-primary-hover); color:white; }
.item-course .content .bottom-buttons { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items:center }
.item-course .row-reviews{ display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.item-course .percentDto{ font-size:11px; color:var(--color-primary); font-family: 'bold'; margin-left: 5px; vertical-align: middle; position:relative; top:-1px; }
@media (max-width:1200px){
    .item-course .content .content-text{ min-height: 200px; }
}
@media (max-width:767px){
    .item-course .content .content-text{ min-height: 200px; }
}

.slider-experts{ overflow:visible; }
.slider-experts .swiper-wrapper{ transition-timing-function : linear; }

.swiper-button-prev-experts{ padding:30px 10px; z-index: 10; left:-5px; position:absolute; top:50%; transform:translateY(-50%) scaleX(-1); filter:drop-shadow(0 0 3px black) }
.swiper-button-next-experts{ padding:30px 10px; z-index: 10; right:-5px;  position:absolute; top:50%; transform:translateY(-50%); filter:drop-shadow(0 0 3px black) }

.swiper-button-prev-courses{ padding:30px 10px; z-index: 10; left:-5px; position:absolute; top:50%; transform:translateY(-50%) scaleX(-1); filter:drop-shadow(0 0 3px black) }
.swiper-button-next-courses{ padding:30px 10px; z-index: 10; right:-5px;  position:absolute; top:50%; transform:translateY(-50%); filter:drop-shadow(0 0 3px black) }

.overflow-experts{ position:relative; overflow:hidden; padding:90px 0; margin-top: -90px; margin-bottom: -90px; }
.slider-experts .swiper-slide{ width: 200px; transition:ease all .3s; position:relative;  }

.slider-experts .swiper-slide .in{ display: none;}
.slider-experts .swiper-slide .wrap-image{ background:var(--btn-primary-hover); border-radius: 10px; overflow: hidden; }
.slider-experts .swiper-slide .wrap-image img{ transition:ease-out all .3s}
.slider-experts .swiper-slide .out{ position:absolute; z-index: 1; left:10px; top:0; height:100%; width: calc(100% - 10px );}
.slider-experts .swiper-slide .out .name { position: absolute; left: 10px; bottom: 10px; font-family: 'special'; color: white; font-size: 28px; line-height: 110%; text-shadow:0 0 10px rgba(0,0,0,0.5) }
.slider-experts .swiper-slide .out .cargo { position: absolute;  color: white; left:10px; bottom:-7px; font-size:12px; }
.slider-experts .swiper-slide .out .badge{ background:rgba(0,0,0,0.1); text-shadow:none; border-radius:20px; top:6px; left:5px; position:absolute }
.slider-experts .swiper-slide .in{ position: absolute; z-index: 1; left: 10px; top: 0; height: 100%; width: calc(100% - 20px); overflow: hidden; }
.slider-experts .swiper-slide .in .name { font-family: 'special'; color: white; font-size: 20px; line-height: 110%; text-shadow:0 0 10px rgba(0,0,0,0.5); margin-bottom: 0; margin-top: 10px; }
.slider-experts .swiper-slide .in .cargo { color: white; font-size:10px; margin-bottom: 0; top: -6px; border-bottom:1px solid var(--color-primary); padding-bottom: 5px; display:inline-block; position:relative; }
.slider-experts .swiper-slide .in .description{ width: calc(100% - 20px); font-size:10px; line-height:180%; color: white; overflow: hidden; -webkit-line-clamp:9; display:-webkit-box; -webkit-box-orient:vertical; overflow:hidden; }
.slider-experts .swiper-slide .in .btn-primary{ background:var(--color-primary); font-size:12px; position:absolute; bottom:20px; left:10px; }
.slider-experts .swiper-slide .in .btn-primary .fa{ font-size:11px; }

.slider-experts .swiper-pagination-bullets .swiper-pagination-bullet-active-main{ background: var(--color-primary);}
.swiper-pagination-bullet-active{ background: var(--color-primary); }
.slider-courses .swiper-slide{ width: 350px; }

@media (min-width:992px){
    .slider-experts .swiper-slide:hover .out{ display: none;}
    .slider-experts .swiper-slide:hover .in{ display: block;}
    .slider-experts .swiper-slide:hover{ transform:scale(1.5); z-index: 5; }
    .slider-experts .swiper-slide:hover .wrap-image img{ filter:saturate(0.5); opacity: 0.5;}
}
@media (max-width:1200px){
    .item-course .price{ font-size:15px; padding:4px 15px; }
    .item-course .more{ font-size:15px; }
}

@media (max-width:992px){
    .slider-courses .swiper-slide{ width: 300px; }   
    .slider-courses .item-course .content .tit{ height:auto; max-height: unset; overflow: hidden; font-size:18px; }
    .slider-experts .swiper-slide.selected .out{ display: none;}
    .slider-experts .swiper-slide.selected .in{ display: block;}
    .slider-experts .swiper-slide.selected{ transform:scale(1.5); z-index: 5; }
    .slider-experts .swiper-slide.selected .wrap-image img{ filter:saturate(0.5); opacity: 0.5;}
}

@media (min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }   
}

.row-categs{ border-top:1px solid var(--lighter-gray); border-bottom: 1px solid var(--lighter-gray); padding:8px 0; display: flex; justify-content: space-between; align-content: center; }
.row-categs > div:nth-child(2){ flex-grow:1; padding:0 0 0 25px }
.row-categs .item{ color:var(--color-secondary); text-decoration: none; padding:3px 15px 0 15px; display: inline-block; }
.row-categs .item.active{ color:var(--color-primary); }
.row-categs .item:hover{ color:var(--color-primary); }
@media (max-width:992px){
    .row-categs > div{ display: block; }
    .row-categs .item{ float:left; width: 33.33333%;}
}
@media (max-width:768px){
    .row-categs .item{ float:left; width: 50%;}
}
@media (max-width:586px){
    .row-categs{ display: block;}
    .row-categs > div:nth-child(2){ padding:0 0 10px 0; }
    .row-categs span{ margin-bottom: 10px; display: block; }
}

/*HOME*/
.seccion-home .slider-home .carousel-caption {top: unset; text-shadow: 0 1px 5px rgb(0 0 0 / 60%); left: auto; right: unset; bottom: 4%; padding: 25px; }
.seccion-home .slider-home .carousel-caption p{font-size: 22px; margin-top: -10px; text-align: center; margin-bottom: 0; }
.seccion-home .slider-home .carousel-caption h1{ font-family: 'bold'; font-size:32px; margin-bottom: 15px; }
.seccion-home .slider-home .carousel-caption p.title{ font-family: 'bold'; font-size:32px; margin-bottom: 15px !important; line-height: 120%; margin-top: 0 !important; }
.seccion-home .slider-home .carousel-caption .btn{ margin-top: 15px; font-size:17px; }
.seccion-home .slider-home .carousel-caption .btn i{ top: 2px; position:relative; }
.seccion-home .slider-home .carousel-caption span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion-home .slider-home .carousel-caption.center{ left:50%; transform:translateX( -50%); max-width: 100%; width: 100%; }
.seccion-home .slider-home .carousel-caption.left { bottom: 4%; transform: unset; text-shadow: 0 1px 5px rgb(0 0 0 / 60%); left: 11%; right: unset; top: unset; padding: 25px; text-align: left; font-size: 1.75vw; font-family: 'regular'; font-weight: 900; line-height: 104%; max-width: 40%; }
.seccion-home .slider-home .carousel-caption.left p{margin-top: -10px; text-align: left; margin-bottom: 0; }
.seccion-home .slider-home .carousel-caption.left span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion-home .slider-home .carousel-caption.right { bottom: 4%; transform: unset; text-shadow: 0 1px 5px rgb(0 0 0 / 60%); right: 13%; left: unset; top: unset; padding: 25px; text-align: right; font-size: 1.75vw; font-family: 'regular'; font-weight: 900; line-height: 104%; max-width: 40%; }
.seccion-home .slider-home .carousel-caption.right p{ margin-top: -10px; text-align: right; margin-bottom: 0; }
.seccion-home .slider-home .carousel-caption.right span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion-home .slider-home .carousel-caption.center p.title-carousel{top: 65% !important; font-size: 5vw; color: white; 
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%); text-align: center;}
.seccion-home .slider-home{ padding-bottom:40px; background-color: var(--light-gray); margin-bottom: -30px; }
.swiper-pagination-bullets .swiper-pagination-bullet-active-main{ background: var(--color-primary); }
.seccion-home .gallery-slider .swiper-slide{ width:28%; position:relative; }
.seccion-home .gallery-slider .swiper-slide img{ transition:ease filter .3s; }
.seccion-home .gallery-slider .swiper-button-next {color: white!important; text-shadow:0 0 5px rgba(0,0,0,0.3),0 0 10px black,0 0 15px black;}
.seccion-home .gallery-slider .swiper-button-prev{color: white!important;opacity: 1.35; text-shadow:0 0 5px rgba(0,0,0,0.3),0 0 10px black,0 0 15px black;}
.seccion-home .text-carousel{position: absolute; display:none; left:5%; top:0; width: 90%; height: 100%; padding:15px;}
.seccion-home .text-carousel p{position: absolute; top:50%; transform: translateY(-50%); color: white; margin: auto 0; line-height: 1.3;}
.seccion-home .swiper-slide:hover .text-carousel{ display:block; }
.seccion-home .row-somos .row{ margin-left: -24px; margin-right: -24px; }
.seccion-home .buttons-center{ display:flex; justify-content: center; gap:15px; }
@media screen and (max-width: 992px){
	.seccion-home .slider-home .swiper-container img{display: block; width: 100vw !important; height: 500px !important; object-fit: cover; }
    .seccion-home .slider-home .carousel-caption .btn{ font-size:15px; min-width: 0; padding:6px 20px !important; }
	.seccion-home .slider-home .carousel-caption.left { bottom:8%; left: 6.5%; padding:10px; font-size: 30px; line-height: 120%; max-width: unset; }
	.seccion-home .slider-home .carousel-caption.right { bottom:8%; right: 6.5%; padding:10px; left:unset; font-size: 30px; line-height: 120%; max-width: unset; }
	.swiper--home .carousel-caption.left .title-carousel { margin-left: 0vw; }
	.seccion-home .carousel-caption p.title-carousel{right: 20%; left: 20%;}
	.seccion-home .carousel-caption p.title-carousel{font-size: 10vw;}
	.seccion-home .slider-home .carousel-caption p{ font-size:18px; }
	.seccion-home .slider-home .carousel-caption h1{ font-size:29px; }
	.seccion-home .slider-home .carousel-caption p.tile{ font-size:29px; }
    .seccion-home .buttons-center{ display:block; }
    .seccion-home .buttons-center .btn{ margin:10px 5px 5px 5px; padding:6px 15px !important; }
}
/*END HOME*/

.seccion-experto .title.special{ font-size: 26px; }
.seccion-experto .background-image{ background: url('/images/bg-experto.webp') no-repeat center top / cover; padding:40px 0; color:white; }
.seccion-experto .background-image .breadcrumb a{ color:white; }
.seccion-experto .background-image .breadcrumb-item{ color:white; }
.seccion-experto .background-image .breadcrumb-item+.breadcrumb-item::before{ color:white; }


.seccion-curso .title.special{ font-size: 26px; }
.seccion-curso .background-image{ background: url('/images/bg-experto.webp') no-repeat center top / cover; padding:50px 0; color:white; }
.seccion-curso .col-features{ padding-left: 15px; }
.seccion-curso .col-features p{ margin-bottom: 5px; font-weight: bold; }
.seccion-curso .box-white-ul li::before{ content:''; font-family: 'Fontawesome'; float:left; position:relative; width: 20px; height:20px; background:url('/images/checkmark-outline.svg') no-repeat center center / contain; margin-right: 5px; }
.seccion-curso .player-video{ margin-bottom: 20px;}
.seccion-curso .star-reviews{ font-size:15px; text-align: left; display: block; margin-top: 10px; }
.seccion-curso .star-reviews i{ top: 0; }
.seccion-curso .star-reviews i { font-size: 19px; top: 1px; position: relative; margin-right: 2px; color: var(--color-secondary); }
.seccion-curso .row-price-old{ display: flex; gap:10px; align-items: center; margin-bottom: 10px; }
.seccion-curso .row-price-old .percentDto{ font-size:12px; color:var(--color-primary); font-family: 'bold'; }
.seccion-curso .row-price-old .price-old{ background: white; border-radius:8px; padding:3px 20px; font-size:13px; position:relative; }
.seccion-curso .row-price-old .price-old::after{ content:""; width: 100%; display: block; position:absolute; left:0; top:50%; transform:rotate(10deg); background: var(--color-primary); height: 1px; }
.seccion-curso .input-group-cupon .btn{ font-size: 16px; height: 100%; border-top-left-radius: 0; border-bottom-left-radius: 0; display: block; line-height: 180%; }
.seccion-curso .text h2{ margin-top: 20px; margin-bottom: 10px; }
.seccion-curso .text h3{ margin-top: 20px; margin-bottom: 10px; }
.seccion-curso .text .big{ font-family: 'bold'; font-size:20px; }
.seccion-curso .text ul{ padding-left: 20px; list-style: outside none; margin-top: 10px; margin-bottom: 20px; }
.seccion-curso .text ul li::before{ content:"\f054"; font-size:12px; font-family: 'FontAwesome'; float:left; margin-right: 10px; color:var(--color-primary); margin-left: -20px; }
.seccion-curso .text ol{ padding-left: 0; margin-top: 10px; margin-bottom: 10px; list-style:outside none; counter-reset: item; }
.seccion-curso .text ol li::before{ color:var(--color-secondary); content: counter(item) ". "; font-size:15px; counter-increment: item; font-weight: bold; }
.seccion-curso .text #group-collapse .card-header button{ text-decoration: none; display: block; width: 100%; display: flex; justify-content: space-between; align-content: center; flex-direction: row; flex-wrap: nowrap; align-items: center; padding:0; }
.seccion-curso .text #group-collapse .card-header button::after{ content:"\f055"; font-size:27px; font-family: 'FontAwesome'; float:right; color:var(--color-primary); }
.seccion-curso .text #group-collapse .card{ border-radius:4px; border:none; overflow: hidden; box-shadow: 0 3px 8px 0 rgb(0 0 0 / 5%); }
.seccion-curso .text #group-collapse .card-header{ border-radius:4px; background:white; border-bottom:none; padding:2px 15px; }
.seccion-curso .text #group-collapse .card-body::before{ content:""; margin:-15px 5px 10px 5px; border-top:1px solid var(--gray); width:calc(100% - 10px); display:block; }
.seccion-curso .text .nav-tabs{ border-bottom:2px solid var(--color-primary); margin-bottom: 10px; }
.seccion-curso .text .nav-tabs .nav-link{ cursor:pointer; color:var(--color-secondary); font-family: 'regular'; }
.seccion-curso .text .nav-tabs .nav-link.active{ cursor:pointer; color:var(--color-primary); font-family: 'bold'; border-bottom:1px solid var(--color-primary); }
@media (min-width:992px){
    .seccion-curso .text #group-collapse .card{ border:none; border-radius:4px; }
    .seccion-curso .text #group-collapse .card-header{ display:none; }
    .seccion-curso .text #group-collapse .card-body::before{ content:unset; display: none; }
}

.seccion-capsula .title.special{ font-size: 26px; }
.seccion-capsula .background-image{ background: url('/images/bg-experto.webp') no-repeat center top / cover; padding:50px 0; color:white; }
.seccion-capsula .col-features{ padding-left: 15px; }
.seccion-capsula .col-features p{ margin-bottom: 5px; font-weight: bold; }
.seccion-capsula .box-white-ul li::before{ content:''; font-family: 'Fontawesome'; float:left; position:relative; width: 20px; height:20px; background:url('/images/checkmark-outline.svg') no-repeat center center / contain; margin-right: 5px; }
.seccion-capsula .player-video{ margin-bottom: 20px;}
.seccion-capsula .star-reviews{ font-size:15px; text-align: left; display: block; margin-top: 10px; }
.seccion-capsula .star-reviews i{ top: 0; }
.seccion-capsula .star-reviews i { font-size: 19px; top: 1px; position: relative; margin-right: 2px; color: var(--color-secondary); }
.seccion-capsula .text .big{ font-family: 'bold'; font-size:20px; }
.seccion-capsula .text ul{ padding-left: 20px; list-style: outside none; margin-top: 10px; margin-bottom: 20px; }
.seccion-capsula .text ul li::before{ content:"\f054"; font-size:12px; font-family: 'FontAwesome'; float:left; margin-right: 10px; color:var(--color-primary); margin-left: -20px; }
.seccion-capsula .text ol{ padding-left: 0; margin-top: 10px; margin-bottom: 10px; list-style:outside none; counter-reset: item; }
.seccion-capsula .text ol li::before{ color:var(--color-secondary); content: counter(item) ". "; font-size:15px; counter-increment: item; font-weight: bold; }
.seccion-capsula .row-price-old{ display: flex; gap:10px; align-items: center; margin-bottom: 10px; }
.seccion-capsula .row-price-old .percentDto{ font-size:12px; color:var(--color-primary); font-family: 'bold'; }
.seccion-capsula .row-price-old .price-old{ background: white; border-radius:8px; padding:3px 20px; font-size:13px; position:relative; }
.seccion-capsula .row-price-old .price-old::after{ content:""; width: 100%; display: block; position:absolute; left:0; top:50%; transform:rotate(10deg); background: var(--color-primary); height: 1px; }
.seccion-capsula .text #group-collapse .card-header button{ text-decoration: none; display: block; width: 100%; display: flex; justify-content: space-between; align-content: center; flex-direction: row; flex-wrap: nowrap; align-items: center; padding:0; }
.seccion-capsula .text #group-collapse .card-header button::after{ content:"\f055"; font-size:27px; font-family: 'FontAwesome'; float:right; color:var(--color-primary); }
.seccion-capsula .text #group-collapse .card{ border-radius:4px; border:none; overflow: hidden; box-shadow: 0 3px 8px 0 rgb(0 0 0 / 5%); }
.seccion-capsula .text #group-collapse .card-header{ border-radius:4px; background:white; border-bottom:none; padding:2px 15px; }
.seccion-capsula .text #group-collapse .card-body::before{ content:""; margin:-15px 5px 10px 5px; border-top:1px solid var(--gray); width:calc(100% - 10px); display:block; }
.seccion-capsula .text .nav-tabs{ border-bottom:2px solid var(--color-primary); margin-bottom: 10px; }
.seccion-capsula .text .nav-tabs .nav-link{ cursor:pointer; color:var(--color-secondary); font-family: 'regular'; }
.seccion-capsula .text .nav-tabs .nav-link.active{ cursor:pointer; color:var(--color-primary); font-family: 'bold'; border-bottom:1px solid var(--color-primary); }
@media (min-width:992px){
    .seccion-capsula .text #group-collapse .card{ border:none; border-radius:4px; }
    .seccion-capsula .text #group-collapse .card-header{ display:none; }
    .seccion-capsula .text #group-collapse .card-body::before{ content:unset; display: none; }
}

/*BLOG*/
.sidebar-blog:first-child{ margin-top: 40px; }
.sidebar-blog { width: 100%; box-sizing: border-box; background-color: transparent; border:none; border-left:1px solid var(--gray); padding-left: 10px; position:sticky; top:100px; }
.sidebar-blog .containerSidebar { position: relative; padding:20px 0; }
.sidebar-blog .title { margin-bottom: 0; font-weight: normal; font-family: 'bold'; font-size: 25px; text-align:left; }

.sidebar-blog ul{  padding-left:0; list-style: outside none none; margin-bottom: 0; }
.sidebar-blog ul li{ display: block; margin-top: 10px;}
.sidebar-blog ul li:hover{ background-color:#fff; }
.sidebar-blog .latestPosts ul li:hover a{ color:var(--color-secondary); }
.sidebar-blog ul li a{ color:var(--color-secondary); text-decoration: none; display: block; width: 100%; font-size:15px; font-family: 'regular'; line-height: 150%}
.sidebar-blog .subtitle2{ margin-bottom: 0;}
.sidebar-blog ul li a:hover{ text-decoration: underline; }
.sidebar-blog .popularTags ul li{ display: inline-block; float:left; }
.sidebar-blog .popularTags ul li a{ padding:5px 15px; background-color:var(--color-primary); color:#fff; text-decoration: none; display: inline-block; width: auto; font-size: 14px;}
.sidebar-blog .btn{ color:white !important }
.sidebar-blog .row-icons img{ width: 50px; margin:0 3px 30px 3px; }

.seccion-blog .row-top{ background-color: var(--color-secondary); padding:30px 15px; }
.seccion-blog p,.seccion-blog a,.seccion-blog li{ color:var(--color-secondary); }
.seccion-blog .text-orange {color: #ff6501; }
.seccion-blog .banner{display: block; width: 950px; height: auto; }
.seccion-blog .small-title{ font-size:18px; font-family: 'bold'; color:white; }
.seccion-blog .text-slide{ line-height: 70%; }
.seccion-blog .postContainer { box-sizing: border-box; display: block; height: auto; position:relative; overflow: hidden;  padding-bottom: 15px; box-shadow: 2px 2px 8px rgba(0,0,0,0.2); border-radius: 8px; background: white; height: 100%; min-height: 0; }
.seccion-blog .postDate {background-color: transparent; box-sizing: border-box; display:block; padding: 9px; }
.seccion-blog .glyphicon-time{ color:var(--color-secondary); font-size:12px; }
.seccion-blog .postContent{ text-decoration: none; display: block; position: relative; }
.seccion-blog .postContent .subtitle{ min-height: 110px; }
.seccion-blog .postContent .lined{ display:table; height: 2px; width: 100%; background-color: var(--color-primary);}
.seccion-blog .postContent .content-post{ padding:15px 30px; display: block; }
.seccion-blog .postContent .time{font-size:12px;}
.seccion-blog .postContent .imgPost{width: 100%;}
.seccion-blog .postContent .textPost{ color: #363636; font-size:18px; display: block; margin-bottom: 10px; }
.seccion-blog .postContent .textPost b{ color: #1C1C1C; font-size:18px; }
.seccion-blog .postContent .textPost h3{ color: var(--color-primary);  }
.seccion-blog .postContent .textPost h4{ color: #000; }
.seccion-blog .postContent .textPost strong{ color: #1C1C1C; }
.seccion-blog .postContent .textPost .orange{ color: #ff6501; }
.seccion-blog .postContent .textPost .blue{ color: var(--color-primary); }
.seccion-blog .postContent .textPost pre{ font-weight: bold; border-radius: 0; border:0; border-bottom: 1px solid var(--color-primary); }
.seccion-blog .postContent .textPost pre:before{ content:"\E044"; display: inline; font-family: "Glyphicons Halflings"; float:left; margin-right: 10px; color:var(--color-primary);  }
.seccion-blog .postContent .readmore:after{ content: "\e161"; font-family: "Glyphicons Halflings"; display: inline; margin-left: 10px; font-size:13px ;}
.seccion-blog .postContent .readmore{ float: right; font-weight: bold; color:#ff5e00;  margin-top: 15px; text-decoration: none;}
.seccion-blog .postContent .readmore:hover{ color:black;}
.seccion-blog .postDate span {border-bottom: 1px solid #E1E1E1; display: inline-block; font-size: 60px; line-height: 50px; text-align: center; width: 100%; padding-bottom: 5px; }
.seccion-blog .postDate small { display:block; color: #7F7F7F; width: 100%; text-align: center; margin-top: 5px; }
.seccion-blog .titlePost{ margin-top:0; font-weight: bold; margin-bottom: 10px; font-family: 'regular'; font-size:28px; color:#c3c3c4; height: 26px; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; display: box; display: -ms-flexbox; }
.seccion-blog .titlePost a{ text-decoration: none; font-size: 18px; font-weight: normal; color:#c3c3c4; font-family: 'regular'; line-height: 100%; text-transform: uppercase; }
.seccion-blog .btnLoadMore{ color:white; }
.seccion-blog .postContainer .separator{ margin-top: 0}
.seccion-blog .tagConnected li{ display: inline; margin-right: 5px; }
.seccion-blog .tagConnected li a{ color:#777; font-size: 18px; font-weight: normal; text-transform: uppercase; font-family: 'regular'}
.seccion-blog .tagConnected li a:hover{ text-decoration: underline; }
.seccion-blog p.shareTitle{ width: 100%; display:block; font-size: 25px; }
.seccion-blog .socialButtons {box-sizing: border-box; height: auto; min-height: 40px; padding: 10px 0 0 10px; width: 100%; background-color: #F7F7F7;}
.seccion-blog h1 span .glyphicon{ font-size:24px;}
.seccion-blog .pagination li.active a{ background: var(--color-primary); border:1px solid var(--color-primary); }
.seccion-blog .extra{ transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995);}
.seccion-blog .postContainer .textPost{ padding:8px 0; }
.seccion-blog .postContainer .tags-connected{ padding:8px 0; display: block; }
.seccion-blog .postContainer .tags-connected .badge{ background:var(--light-gray); color:var(--color-secondary); font-family: 'regular'; font-weight: normal; }
.seccion-blog .postContainer .over-layer{ display:block; opacity:0; transition:ease all .3s; position:absolute; top:50%; left:50%; transform:translateX(-50%) translatey(-50%); }
.seccion-blog .postContainer .over-layer img{ position:absolute; top:80%; left:50%; transform:translateX(-50%) translateY(-50%); transition:ease-out all .3s; }
.seccion-blog .postContainer:hover .over-layer{ background:rgba(91, 120, 199, 0.4); color:white;  font-size:100px; font-family: 'bold'; width: 100%; height:100%; z-index: 10; opacity:1;}
.seccion-blog .postContainer:hover .over-layer img{ top:50%; }
.seccion-blog .fixed{ position: relative; margin-top: 100px; }
@media (max-width:1200px){
    .seccion-blog .postContent .subtitle{ min-height: 150px; }
}
@media (max-width:992px){
    .seccion-blog .postContent .subtitle{ min-height: 240px; }
}
@media (max-width:768px){
    .seccion-blog .postContent .subtitle{ min-height: 0; }
    .seccion-blog .postContainer{ margin-bottom: 30px; height: auto; }
}

.seccion-blog-detail .postContainer .title{ color:var(--color-secondary); }
.seccion-blog-detail .postContainer .subtitle{ color:var(--color-secondary); font-size:28px; margin-bottom: 10px; }
.seccion-blog-detail .postContainer .subtitle2{ color:var(--gray) !important;  }
.seccion-blog-detail p,.seccion-blog-detail a,.seccion-blog-detail li{ font-family:'regular'; }
.seccion-blog-detail h2,.seccion-blog-detail h3,.seccion-blog-detail h4{ font-family:'regular'; font-weight: normal; }
.seccion-blog-detail .postContainer { box-sizing: border-box; display: block; height: auto; overflow: hidden; }
.seccion-blog-detail .postDate {background-color: #F7F7F7; box-sizing: border-box; float: left; padding: 9px; }
.seccion-blog-detail .postContent .imgPost{width: 100%; margin-bottom: 0; }
.seccion-blog-detail .postContent .textPost{ color: var(--color-secondary); font-size: 17px; font-family: 'regular'; color: var(--color-secondary);}
.seccion-blog-detail .postContent .textPost a{ font-size: 17px; color:var(--color-secondary);  }
.seccion-blog-detail .postContent .textPost a:hover{ color:var(--color-secondary);  }
.seccion-blog-detail .postContent .textPost b{ font-family: 'bold'; font-weight: normal; color:var(--color-primary); }
.seccion-blog-detail .postContent .textPost strong{ font-family: 'bold'; font-weight: normal; color:var(--color-primary); }
.seccion-blog-detail .postContent .textPost p{ color: var(--color-secondary); }
.seccion-blog-detail .postContent .textPost h4{ color: #000; }
.seccion-blog-detail .postContent .textPost .big{ font-size: 20px !important; font-family: 'bold'; font-weight: normal; margin-top: 5px; color:var(--color-secondary); line-height: 120%; }

.seccion-blog-detail .postContent .time span{font-size:14px; }
.seccion-blog-detail .postContent .time{font-size:14px; text-align: right; color:rgba(0,0,0,0.5);}
.seccion-blog-detail .postContent .textPost .bold{ color:var(--color-primary); font-family: 'bold'; }
.seccion-blog-detail .postContent li{ font-size: 18px; }
.seccion-blog-detail .postContent ul{ padding-left: 0; list-style: outside none; margin-top: 10px; margin-bottom: 10px; }
.seccion-blog-detail .postContent ul li::before{ content:"\e046"; font-size:12px; font-family: 'Glyphicons Halflings'; float:left; margin-right: 10px; color:#999; }
.seccion-blog-detail .postContent ol{ padding-left: 0; margin-top: 10px; margin-bottom: 10px; list-style:outside none; counter-reset: item; }
.seccion-blog-detail .postContent ul{ padding-left: 0; list-style: outside none; margin-top: 10px; margin-bottom: 10px; }
.seccion-blog-detail .postContent ul li::before{ content:"\F054"; font-size:12px; font-family: 'FontAwesome'; float:left; margin-right: 10px; color:var(--color-primary); }
.seccion-blog-detail .postContent ol li::before{ color:#444; font-size:15px; content: counter(item) ". "; counter-increment: item; font-weight: bold; }
.seccion-blog-detail .postContent .textPost .orange{ color: #e35a17; }
.seccion-blog-detail .postContent .textPost .blue{ color: var(--color-primary); }
.seccion-blog-detail .postContent .textPost pre{ font-weight: bold; border-radius: 0; border:0; border-bottom: 1px solid #62a217; }
.seccion-blog-detail .postContent .textPost pre:before{ content:"\E044"; display: inline; font-family: "Glyphicons Halflings"; float:left; margin-right: 10px; color:#444;  }
.seccion-blog-detail .postContent .readmore:after{ content: "\e161"; font-family: "Glyphicons Halflings"; display: inline; margin-left: 10px; }
.seccion-blog-detail .postContent .readmore{ float: right; font-weight: bold; color:#ff5e00; margin-top: 15px; text-decoration: none;}
.seccion-blog-detail .postContent .readmore:hover{ color:black;}
.seccion-blog-detail .postContent table{ border-color: #ccc; width: 100%;  }
.seccion-blog-detail .postContent table th{ padding:4px 10px; border-color: #ccc; border-bottom: 3px #ccc solid; }
.seccion-blog-detail .postContent table td{ padding:4px 10px; border-color: #ccc; }
.seccion-blog-detail .postContent .btn{ margin-bottom: 10px; }
.seccion-blog-detail .postContent a{ color:var(--color-primary);}
.seccion-blog-detail .postContent a.btn{ text-decoration: none; color:white; }
.seccion-blog-detail .postContent a.btn.yellow{ color:white; }
.seccion-blog-detail .postContent a.btn.blue{ color:white; }
.seccion-blog-detail .postContent a.btn.orange{ color:white; }
.seccion-blog-detail .postDate span {border-bottom: 1px solid #E1E1E1; display: inline-block; font-size: 60px; line-height: 50px; text-align: center; width: 100%; padding-bottom: 5px;}
.seccion-blog-detail .postDate small { display:block; color: #7F7F7F; width: 100%; text-align: center; margin-top: 5px; }
.seccion-blog-detail .titlePost{ margin-top:0; text-align: left; font-weight: normal; }
.seccion-blog-detail .titlePost a{ text-decoration: none; color: var(--color-primary); font-size: 20px; }
.seccion-blog-detail .postContainer .separator{ margin-top: 0}
.seccion-blog-detail ul.tagConnected li::before{ content:''; }
.seccion-blog-detail .tagConnected { display: inline-block; list-style: outside none none; padding-top: 15px; padding-bottom: 20px; width: 100%; }
.seccion-blog-detail .bottom p.big{ color:white !important; padding-top: 10px; }
.seccion-blog-detail .tagConnected li{ display: inline; padding:0 7px 0 7px; }
.seccion-blog-detail .tagConnected li+li{ border-left:3px solid var(--color-primary); }
.seccion-blog-detail .tagConnected li a{ background: var(--color-primary); color:white; padding:10px 15px; border-radius: 5px; font-size: 16px; font-weight: normal; font-family: 'regular'; }
.seccion-blog-detail .tagConnected li a:hover{ text-decoration: underline; }
.seccion-blog-detail p.shareTitle{ width: 100%; display:block; font-size: 25px; }
.seccion-blog-detail .socialButtons {box-sizing: border-box; height: auto; min-height: 40px; padding: 10px 0 0 10px; width: 100%; background-color: #F7F7F7;}
.seccion-blog-detail h1 span .glyphicon{ font-size:24px;}
.seccion-blog-detail blockquote{ margin:0 0 20px 0; border:none; padding:20px 15px; color:white; font-size:17px; font-family:'regular'; font-style: normal; background: var(--gray); text-align: center; }
.seccion-blog-detail blockquote p{ color:white !important; font-size:17px; margin-bottom: 0; text-align:center; }
.seccion-blog-detail .textPost .bottom{ background-image: linear-gradient(#4d4d4f, #000); color:white; }
.seccion-blog-detail .textPost a{ text-decoration: underline; }
.seccion-blog-detail .extra{ transition: all 400ms cubic-bezier(0.000, 0.520, 0.000, 0.995); transition-timing-function: cubic-bezier(0.000, 0.520, 0.000, 0.995);}
.seccion-blog-detail .fixed{ position: relative; margin-top: 100px; }
.seccion-blog-detail .share-box .big{ display: inline-block; }
.seccion-blog-detail .share-box #st-1{ display: inline-block; }
.seccion-blog-detail .share-box p.text-info{ font-size:18px; color:#1978f2; margin-top: 15px; }
.seccion-blog-detail .share-box .likefb{ display: inline-block; margin-top: -20px; }
@media screen and (max-width: 1200px){
    .seccion-blog-detail .share-box{ margin-bottom: 100px; }
}
@media screen and (max-width: 992px){
    .seccion-blog-detail .share-box{ margin-bottom: 20px; text-align: center; }
  .seccion-blog-detail .container > div{ padding:0; }
  .seccion-blog-detail .postContent .textPost{ font-size: 20px; line-height: 150%; }
  .seccion-blog-detail .postContent .textPost a{ font-size: 20px; }
  .seccion-blog-detail .sidebar-blog{ margin-bottom: 100px; }
  .seccion-blog-detail .sidebar ul li a{ font-size: 18px;}
  .seccion-blog-detail .container-caption{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
  .seccion-blog-detail .carousel-caption{ top:0; transform:initial; }
  .seccion-blog-detail .carousel-caption h2{ overflow: hidden; font-size:38px; top:50%; transform:translateY(-50%); }
  .seccion-blog-detail .postContent img{ margin-bottom: 20px; }
}
/*END BLOG*/

.seccion-mi-perfil form{ max-width: 450px;}
.seccion-mi-perfil .avatar{ max-width: 80px; margin-right: 20px; margin-bottom: 20px; float:left; border-radius: 50%; border:2px solid var(--color-primary); object-fit: cover; width: 80px; height:80px; }
.seccion-mi-perfil p.form-control{ cursor:no-drop}
.seccion-mi-perfil .ico{ margin-top: -5px;}
.seccion-mi-perfil .card{ border-radius:8px; background: var(--lighter-gray); border:none; float:left; margin:10px 10px 20px 10px; width: 220px; min-height: 120px; }
.seccion-mi-perfil .card .ico{ position:absolute; top:10px; right:10px; width: 17px;}
.seccion-mi-perfil .btn-baja{ color:var(--color-secondary); }

.seccion .purchased-nav{ width: auto; display: flex; gap:20px; justify-content: left ; margin-bottom: 20px;}
.seccion .purchased-nav a{ color:var(--color-secondary)}
.seccion .purchased-nav .selected a{ color:var(--color-primary)}

.seccion-mis-cursos .row-my-courses .item-course{ position:relative; display: flex; flex-direction: row; }
.seccion-mis-cursos .row-my-courses .item-course .content{ flex:1; }
.seccion-mis-cursos .row-my-courses .item-course .wrap-image { width: 38%; flex: none; border-top-right-radius: 0; border-bottom-left-radius: 8px; }
.seccion-mis-cursos .row-my-courses .item-course .wrap-image img{ object-fit: cover; height: 100%;}
.seccion-mis-cursos .row-my-courses .item-course .content{ position:relative; }
.seccion-mis-cursos .row-my-courses .item-course .progress{ position: absolute; left: 0; bottom: 0; width: 100%; border-radius: 0; height: 6px; }
.seccion-mis-cursos .row-my-courses .item-course .progress .progress-bar{ background-color: var(--yellow); }
.seccion-mis-cursos .row-related { background: url('/images/bg-blog.webp') center top / cover; }

@media (max-width:1200px){
    .seccion-mis-cursos .row-my-courses .item-course .wrap-image { width: 46%; flex: none; border-top-right-radius: 0; }
}
@media (max-width:992px){
    .seccion-mis-cursos .row-my-courses .item-course{ position:relative; display: block; }
    .seccion-mis-cursos .row-my-courses .item-course .wrap-image { width: 100%; display: block; border-top-right-radius: 10px; border-bottom-left-radius: 0; }
}

.seccion-mis-capsulas .row-my-courses .item-course{ position:relative; display: flex; flex-direction: row; }
.seccion-mis-capsulas .row-my-courses .item-course .content{ flex:1; }
.seccion-mis-capsulas .row-my-courses .item-course .wrap-image { width: 38%; flex: none; border-top-right-radius: 0; border-bottom-left-radius: 8px; }
.seccion-mis-capsulas .row-my-courses .item-course .wrap-image img{ object-fit: cover; height: 100%;}
.seccion-mis-capsulas .row-my-courses .item-course .content{ position:relative; }
.seccion-mis-capsulas .row-my-courses .item-course .progress{ position: absolute; left: 0; bottom: 0; width: 100%; border-radius: 0; height: 6px; }
.seccion-mis-capsulas .row-my-courses .item-course .progress .progress-bar{ background-color: var(--yellow); }
.seccion-mis-capsulas .row-related { background: url('/images/bg-blog.webp') center top / cover; }

@media (max-width:1200px){
    .seccion-mis-capsulas .row-my-courses .item-course .wrap-image { width: 46%; flex: none; border-top-right-radius: 0; }
}
@media (max-width:992px){
    .seccion-mis-capsulas .row-my-courses .item-course{ position:relative; display: block; }
    .seccion-mis-capsulas .row-my-courses .item-course .wrap-image { width: 100%; display: block; border-top-right-radius: 10px; border-bottom-left-radius: 0; }
}

.seccion-mis-programas .row-my-courses .item-course{ position:relative; display: flex; flex-direction: row; }
.seccion-mis-programas .row-my-courses .item-course .content{ flex:1; }
.seccion-mis-programas .row-my-courses .item-course .wrap-image { width: 38%; flex: none; border-top-right-radius: 0; border-bottom-left-radius: 8px; }
.seccion-mis-programas .row-my-courses .item-course .wrap-image img{ object-fit: cover; height: 100%;}
.seccion-mis-programas .row-my-courses .item-course .content{ position:relative; }
.seccion-mis-programas .row-my-courses .item-course .progress{ position: absolute; left: 0; bottom: 0; width: 100%; border-radius: 0; height: 6px; }
.seccion-mis-programas .row-my-courses .item-course .progress .progress-bar{ background-color: var(--yellow); }
.seccion-mis-programas .row-my-courses .item-course.module > a{ display: none;} 
.seccion-mis-programas .row-my-courses .item-course.module .content-text{  min-height: 50px; } 
.seccion-mis-programas .row-my-courses .item-course.module .text{ display: none;} 
.seccion-mis-programas .row-my-courses .item-course.module .badge{ display: none;} 
.seccion-mis-programas .row-related { background: url('/images/bg-blog.webp') center top / cover; }

@media (max-width:1200px){
    .seccion-mis-programas .row-my-courses .item-course .wrap-image { width: 46%; flex: none; border-top-right-radius: 0; }
}
@media (max-width:992px){
    .seccion-mis-programas .row-my-courses .item-course{ position:relative; display: block; }
    .seccion-mis-programas .row-my-courses .item-course .wrap-image { width: 100%; display: block; border-top-right-radius: 10px; border-bottom-left-radius: 0; }
}

.seccion-mi-curso .row-chapters .item-chapter{ box-shadow: 2px 2px 8px rgba(0,0,0,0.2); border-radius: 8px; margin-bottom: 20px; background: white; overflow: hidden; display: block; text-decoration: none;  }
.seccion-mi-curso .row-chapters .item-chapter .text-content{ padding:10px 30px; display: block; }
.seccion-mi-curso .row-chapters .item-chapter .tit { font-size: 20px; font-family: 'bold'; margin-bottom: 5px; overflow: hidden; text-decoration: none; color: var(--color-secondary); display: block; max-height: 53px; padding-top: 5px; }
.seccion-mi-curso .row-chapters .item-chapter .btn-yellow { display: inline-block; padding: 4px 8px; margin-top: -3px; background: var(--yellow); border-radius: 50%; font-family: 'bold'; color: var(--color-secondary); text-decoration: none; transition: ease all .3s; float:right; }
.seccion-mi-curso .row-chapters .item-chapter .btn-yellow .bi{ padding-top:2px; display: block; }
.seccion-mi-curso .row-chapters .item-chapter .btn-yellow .bi-play-fill{ padding-top:3px; padding-left: 1px; display: block; }
.seccion-mi-curso .row-chapters .item-chapter:hover .btn-yellow { background-color: var(--btn-primary-hover); color: white; }
.seccion-mi-curso .row-chapters .item-chapter.active{ background:var(--yellow); }
.seccion-mi-curso .row-chapters .item-chapter.active .btn-yellow{ background:white; }
.seccion-mi-curso .row-chapters .item-chapter.success{ background:var(--success); }
.seccion-mi-curso .row-chapters .item-chapter.success .tit{ color:white; }
.seccion-mi-curso .row-chapters .item-chapter.active.success{ background:var(--yellow); }
.seccion-mi-curso .row-chapters .item-chapter.active.success .tit{ color:var( --color-secondary ); }
.seccion-mi-curso .row-chapters .item-chapter.success .btn-yellow{ background:white; }
.seccion-mi-curso .row-chapters .item-chapter.success:hover .btn-yellow{ background:var(--color-secondary); }
.seccion-mi-curso .row-chapters .item-chapter.active:hover .btn-yellow{ background:var(--color-secondary); color:white; }


.seccion-programas .lined::after{ background:var(--yellow); }
.seccion-programas .text-white b{ color:var(--yellow); }
.seccion-programas .subtitle i{ font-family: 'light';}
.seccion-programas .row-dark{ background: black; }
.seccion-programas .row-dark .col-dark{ background:var(--color-secondary); padding: 20px 15px; border-radius:12px; margin-bottom: 20px; background-image: linear-gradient(-90deg, #333, #000); }
.seccion-programas .row-dark .col-md-6:nth-child(2) .col-dark{ background-image: linear-gradient(90deg, #333, #000); }
.seccion-programas .row-dark .col-dark .text{ text-align: center;}
.seccion-programas .row-dark .col-dark .text .subtitle2{ font-family: 'regular'; font-weight: lighter;}
.seccion-programas .row-dark .col-dark .text .subtitle2 b{ color:white; }
.seccion-programas .row-dark .col-dark .btn-primary.yellow{ min-height: 80px; align-items: center; display: flex; justify-content: center; align-items:center; width: calc(50% - 20px); margin:0 10px; float:left; background:var(--yellow); border:3px solid var(--yellow); color:black; font-family: 'bold'; border-radius:16px; }
.seccion-programas .row-dark .col-dark .btn-default.yellow{ min-height: 80px; align-items: center; display: flex; justify-content: center; align-items:center; width: calc(50% - 20px); margin:0 10px; float:left; background:transparent; border:3px solid var(--yellow); color:var(--yellow); font-family: 'bold'; border-radius:16px; }
.seccion-programas .row-dark .col-dark .btn-default.white{ min-height: 80px; align-items: center; display: flex; justify-content: center; align-items:center; width: calc(50% - 20px); margin:0 10px; float:left; background:transparent; border:3px solid white; color:white; font-family: 'bold'; border-radius:16px; }
.seccion-programas .row-dark .col-dark .price{ font-family: 'bold'; font-size:50px; color:white; }
.seccion-programas .row-dark .col-dark .text-yellow b{ color: var(--yellow); }
.seccion-programas .row-price-old{ text-decoration: line-through; color:var(--color-primary); font-family: 'regular'; font-size: 20px; }
.seccion-programas .box-discount{ max-width: 300px; margin:0 auto 20px auto; }
.seccion-programas .box-discount input{ background:var(--color-secondary); color:white; }
.seccion-programas .box-discount .btn{ border-top-left-radius: 0; border-bottom-left-radius: 0;}
.seccion-programas .box-discount .btn.blue{ background:var(--btn-primary); transition:ease all .3s; }
.seccion-programas .box-discount .btn.blue:hover{ background:var(--btn-primary-blue-hover) }
.seccion-programas .table{ background: transparent; color:white; border:2px solid white; }
.seccion-programas .table td{ padding:25px 10px; text-align: center; border:2px solid white; color:white; }
.seccion-programas .table b{ color:white; }
.seccion-programas .accordion{ border-radius:8px; overflow: hidden;}
.seccion-programas .accordion-item{ border: none;background:transparent; }
.seccion-programas .accordion-button{ background: transparent; color:white; outline:0; box-shadow:none; border-bottom:1px solid var(--yellow); padding-left: 0; padding-right: 0; font-size:18px;  }
.seccion-programas .accordion-item:last-child .accordion-button{ border-bottom:none; }
.seccion-programas .accordion-button::after{ filter:brightness(6) grayscale(1); }
.seccion-programas .accordion-body{ background-color:rgba(255,255,255,0.1); color:white; border:none;}
.seccion-programas .box-expert p{ font-size:16px; color:white; margin-top: 15px; text-align: center; }
.seccion-programas .icon-experts{ float:right;margin-right:22px;font-size:30px;margin-top:-2px; transition:ease all .3s }
.seccion-programas .group{ background:#444; font-size:20px; }
.seccion-programas .group:after{ content:"\f107"; font-family: 'FontAwesome'; float:right; position:relative; margin-right: 10px; }
@media (max-width:992px){
    /*.seccion-programas .row-experts{ height:0; overflow: hidden; }*/
}

.content-black-slider{ background: black; background-image: radial-gradient(circle, #ccc 0%,#000 40%, #000 90%); padding: 50px 20px 60px 20px; }
.content-black-slider .slider-home{ background:transparent; border-radius:20px; padding-bottom: 0; margin-bottom: 0; max-width: 1200px; }
.content-black-slider .slider-home .swiper-slide{ border-radius:20px; overflow: hidden; }
.content-black-slider .title-top{ font-size:50px; margin-bottom: -10px; font-family:'bold'; color:#ffa500; background: -webkit-linear-gradient(0deg, #ffd17b, #d55200); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.content-black-slider .subtitle2{ font-size:30px; font-family: 'light'; font-style: italic; color:white; text-shadow: 0 0 8px black; }
.content-black-slider .swiper-button-prev{ color:white;}
.content-black-slider .swiper-button-next{ color:white;}
.content-black-slider .swiper-button-prev::after{ font-size:25px; }
.content-black-slider .swiper-button-next::after{ font-size:25px; }
.content-black-slider .swiper-pagination-bullet{ border:2px solid white; width: 12px; height: 12px; }
@media (min-width:992px){
    .seccion-home .content-black-slider .slider-home .carousel-caption.left{ max-width: 80%; left:15px; }
    .seccion-home .content-black-slider .carousel-caption.right{ max-width: 80%; right: 15px; }
}
@media (max-width:992px){
    .content-black-slider{ background-image: radial-gradient(circle, #ccc 0%,#000 60%, #000 90%); padding-bottom: 30px; }
    .content-black-slider .title-top{ font-size:30px; margin-bottom: 0; }
    .content-black-slider .subtitle2{ font-size:24px; }
    .seccion-home .content-black-slider .carousel-caption p{ font-size:16px; }
    .seccion-home .content-black-slider .carousel-caption p.title{ font-size:29px; }
    .seccion-home .content-black-slider .carousel-caption.right{ left: 8%; right:8%;}
    .seccion-home .content-black-slider .carousel-caption.left{ left: 8%; right:8%;}
}

.login-layer{ position:fixed; top:0; left:0; width:100%; height:100%; z-index: 10; overflow:auto; }
.login-layer .backdrop{ top:0; left:0; width: 100%; height: 100%; position:fixed; background-color: rgba(0,0,0,0.5) }
.login-layer .layer{ background-color: var(--light-gray); top:50%; left:50%; transform:translateX(-50%) translateY(-50%); position:absolute; padding:15px 20px; width: 100%; max-width: 600px; font-family: 'regular'; font-size:15px; -webkit-animation: custom-login 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; animation: custom-login 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; max-height:calc(100% - 15px); overflow: auto; border-radius:8px; }
.login-layer .layer p{ font-family: 'regular'; font-size:15px; z-index: 1; }
.login-layer .form-control {box-shadow: none; border:1px solid var(--gray); font-family: 'regular'; height:50px }
.login-layer label{ margin-bottom: 10px; font-size:13px }
.login-layer .close {margin-top: 5px; font-family: serif; font-size: 35px; position: absolute; z-index: 10; top: 0; right: 18px; opacity:1; color:black;  }
.login-layer .alert .close{ margin-top:0; line-height:113%; }
.login-layer .logo{ margin-top: 20px;}
.login-layer p.subtitle{ font-family: 'regular'; font-size:28px; margin-top: 20px; color:#5d4e42; }
.login-layer p.subtitle b{ color:#5d4e42; font-family: 'bold';  }
.login-layer p.subtitle2{ font-family: 'bold'; color:#212121; font-size:18px; margin-bottom: 20px; }
.login-layer .pass{ float:right; margin-top: 10px; font-size:12px; color:#212121;}
.login-layer hr{ border-top:2px solid var(--color-primary); opacity: 1; }
.login-layer .checkbox label{ font-family: 'regular'; color:#5d4e42; font-size: 14px; }
.login-layer .checkbox a{ font-family: 'bold'; color:#5d4e42; font-size: 14px; text-decoration: underline; }
.login-layer .header{ position:relative; margin:-15px -20px 0 -20px; }

.login-layer .header .logo-label{ position:absolute; top:0; left:0; z-index: 1; }
.login-layer .header .background{ position:relative; }
.login-layer .badge-light{ display: table; margin: 14px auto; background-color: white; border: 1px solid #5d4e42; color: black; padding: 8px 10px; font-family: 'bold'; font-weight: bold; font-size: 14px; }
@media screen and (max-width: 992px) {
    .login-layer .form-control{ font-size:18px; }
}

/*footer*/
#pie{position: relative; height:auto; padding-top: 30px; padding-bottom: 20px; color:var(--color-secondary); background: white; }
#pie h3{ font-family:'bold'; font-size:20px }
#pie h5{ font-family:'bold'; font-size:15px }
#pie .logo{ width: 100%; max-width: 90px; }
#pie a{ color:var(--color-secondary); font-family:'regular'; font-size:15px; text-decoration: none; }
#pie a:hover{ text-decoration: underline; }
#pie .copyright {background-color: #252525; padding: 20px 0; }
#pie span.glyphicon{ color:#000; }
#pie .row-legal { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; gap: 30px; }
#pie .lined{ display: inline-block; margin-bottom: 15px;}
#pie .lined::after{ content:""; height: 1px; width: inherit; display: block; background:var(--color-primary); }
#pie hr{ border-color:var(--color-primary); opacity: 1; }
#pie .social-icons { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; gap: 10px; margin-top: 20px; }
@media (max-width:992px){
    /* #pie .logo{ margin:0 auto; display:table; width: auto;} */
    #pie .menu{ padding-left: 15px; }
}
@media (max-width:600px){
    #pie .row-legal { display: block; }
    #pie .row-legal a{ width: calc(50% - 15px); display: inline-block; margin-bottom: 10px; }
}

.container-pils{ padding: 5px 25px; border-bottom: 1px solid #F5F5F5;  }
.container-pils .nav-pills{ border-radius: 0; }
.container-pils .nav-pills > li.active > a{ background-color: var(--color-primary); }
.container-pils .nav-pills > li a{ border-radius: 0; }


 @-webkit-keyframes blink-2{0%{opacity:1}50%{opacity:.2}100%{opacity:1}}@keyframes blink-2{0%{opacity:1}50%{opacity:.2}100%{opacity:1}}