@font-face {font-family: 'light'; font-style: normal; font-weight: 300; font-display: swap; src: url('../fonts/light.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'regular'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('../fonts/inter.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'bold'; font-style: normal; font-weight: 900; font-display: swap; src: url('../fonts/kanit.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root{
    --color-primary: #F7C956;
    --color-secondary: #153373;
    --color-hover: #0b2660;
    --color-pink: #D900FF;
}

/*HEADER*/
header{ background: white;}
header .logo{ max-width: 230px;}
header .navbar{ background: white; margin:0 auto; }
header .navbar .navbar-collapse ul{ width: 100%; justify-content:end; align-items:center; }
header .top-right{ position:absolute; top:10px; right:15px;}
header .navbar .nav-link.active{ color:black; font-family: 'regular'; font-size:13px; padding:5px 10px; }
header .navbar .nav-item.active .nav-link.active{  outline:2px solid var(--color-primary); }
header .navbar .nav-item-social .nav-link.active{ padding:5px 5px 5px 0; margin-left:5px; }
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 .dropdown:hover .dropdown-menu{ display: block; }
header .dropdown-menu{ margin-top: 0; }
@media (max-width:992px){
    header .logo{ max-width: 180px; }
}
@media (max-width:768px){
    header .navbar .navbar-collapse ul li{ text-align:right; }
    header .social-link{ font-size:20px; margin-left: 20px; margin-top: 10px; display:inline-block; }
}
@media (min-width:768px){
    header .dropdown:hover .dropdown-menu{ display: block; }
}
/*END HEADER*/


/*END HEADER*/
*{line-height: 136%; } 
html{ width:100%;  scroll-behavior: smooth;}
body{background: #fff; overflow-x:hidden; scroll-behavior: smooth; }
p{ font-size: 18px; line-height: 140%; max-height: 999999px;}
li{ font-size: 18px; line-height: 140%; max-height: 999999px;}
.general{height: auto; margin: 0 auto; }
#menu{ margin: 0 auto; height: 113px; overflow: visible; position: relative; }
.seccion { height:auto; background:#fff; min-height:calc(100dvh - 277px); }
.seccion .text_descripciones{font-size: 12px; color:#7b7070; }
.seccion .text-center{ text-align: center !important }
.seccion .text-left{ text-align: left !important }
.seccion .h100{ height: 100%;}
.seccion .w100{ width: 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;  }
}

.swal2-html-container{ height:auto; max-height: calc( 100vh - 150px); overflow: auto; }
.swal2-popup #swal2-content{ overflow: hidden;}
.swal2-html-container li,.swal2-html-container p{ font-size:17px; }
.swal2-popup.large{ width: 800px; }
.swal2-popup.legal #swal2-content{ text-align: left;}
.legal-text th{ font-size:13px !important; }
.legal-text td{ font-size:13px !important; }

.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: #b600d6; cursor: pointer; margin: 0 5px 5px 5px; padding: 5px 15px; 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; }

.bubble-whatsapp{ background:#19bb55; border-radius:50%; padding:20px; position:fixed; bottom:20px; right:20px; z-index: 1; box-shadow:2px 2px 5px rgba(0, 0, 0, 0.3); transition:ease all .3s }
.bubble-whatsapp:hover{ background: #129743 ;}
.bubble-whatsapp img{ width: 24px;}


.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;}
ul{ padding-left: 0; list-style: outside none; }
.badge-success{ background: #00A93E; 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: 0; border:none; white-space: normal; padding:5px 20px; text-shadow:none; }
.btn-primary{ background-color: var(--color-primary); font-family: 'regular'; font-size: 16px; color: black; box-shadow: 0 4px 4px rgba(0,0,0,0.25); }
.btn-primary:hover{ background-color: var(--color-primary); }
.btn-primary.btn-lg{ padding:5px 25px; font-size: 26px;  }
.btn-pink{ background-color: var(--color-pink); font-family: 'regular'; font-size: 16px; color: white; }
.btn-pink:hover{ background-color: var(--color-pink); }
.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; }

.row-dark{ background-color: black; margin:0; }
.row-mision{ background:url('/images/home/bg-mision.webp') center center / contain no-repeat; }
.spacer{ height: 2px; width: 100px; background-color: var(--color-primary); margin: 0 auto; }
.linear-white{ background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0) 100%); padding:10px; }

.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 .text-white {color: white;}
.seccion .text-yellow {color: var(--color-primary);}
.seccion .text-pink {color: var(--color-pink);}
.seccion .text-yellow-pink {color: var(--color-primary); text-shadow: 3px 3px 0px var(--color-pink);}
.seccion .title{font-size: 55px; font-family: 'bold';}
.seccion .subtitle { font-family: 'bold'; font-size: 40px; }
.seccion .subtitle2 { font-size: 24px; }
.seccion .subtitle3 {font-size: 18px; }
.seccion .text-link{ display:block; }
.seccion .lh100{ line-height: 100%; }
.seccion .title-image{ display: table; position:relative; margin:20px auto; width:auto; }
.seccion .title-image img{ width:100%; max-width: 500px; }
.seccion .title-image .title{ position: absolute; width:100%; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow:4px 4px 2px white; line-height: 100%; }
.seccion .title-image.large{ margin:unset;}
.seccion .title-image.large img{ max-width: 600px; }
.seccion .title-image .subtitle{ position: absolute; width:100%; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.seccion .text-xl {font-size: 30px; font-family: 'regular'; }
.seccion .text-lg {font-size: 25px; font-family: 'regular'; }
.seccion .text-md {font-size: 18px; font-family: 'regular'; }
.seccion .text {font-size: 18px; font-family: 'regular'; }
.seccion .separator {height: 4px; width: 100%;background-color: var(--color-primary);}
.seccion .separator-small {width: 267px; height: 4px; margin: 30px auto; background-color: var(--color-primary); }
.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{ padding-left: 35px; }
.seccion ul.list li { font-family: 'regular'; line-height: 32px; margin-bottom: 10px; }
.seccion ul.list li img{ width: 25px; margin-right: 10px; margin-left: -35px; }
.seccion ul.list.checked li::before {content: "\f00c"; font-family: 'FontAwesome'; color: var(--color-primary); margin-right: 10px; margin-left: -40px; }
.seccion textarea{ resize:none; }
.seccion .w600{ max-width: 600px; display:table; margin:0 auto; }
.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){
    .hidden-sm{ display:none !important}
    .visible-sm{ display:block !important}
    .hidden-sm{ display:none}
}
@media (max-width:768px){
    .hidden-xs{ display:none !important}
    .visible-xs{ display:block !important}
    .seccion .subtitle2-xs { font-size: 20px !important; }
}

.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;}
}

img.products {width: 80%;}
.box-white-ul {background: white; padding: 30px 15px; box-shadow: 0 3px 50px 0 rgb(0 0 0 / 16%); }
.box-white-ul ul.list {padding-left: 25px; margin-top: 30px; }
i.fa { font-size: 20px;}


@media screen and (max-width: 992px){
	.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;}
}

/*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; }

.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; }
.row-escuela{ padding:20px 15px; }
.row-escuela .col-pic{ text-align: right; }
.row-carousel{ padding:60px 15px; background-color: black; overflow: hidden; margin:0; }
.row-carousel .swiper-slide{ width: auto; margin:0 5vw; }
.row-carousel .swiper-wrapper{ transition-timing-function : linear; }
.row-studios{ background: url('/images/home/background-studios@2x.webp') center center/cover no-repeat; padding:60px 15px; }
@media (max-width:992px){
    .row-escuela .col-pic{ text-align: center; }
}
@media (max-width:576px){
    .row-carousel .swiper-slide{ width: auto; margin:0 10px }
}
.row-contacto a{ text-decoration: none; color:black }
.row-contacto a:hover{ text-decoration: underline; }
@media (max-width:576px){
    .row-contacto .title-image img{ min-height:160px; }
}
.row-contacto .item-contact-flex{ display:flex; align-items:center; justify-content:center; width:100%; }
.row-contacto .item-contact-flex img{ width:30px; }
.row-contacto .item-contact-flex p{ flex:1 }


.box-black-pink{ background: url('/images/box-black-pink.webp') center center/100% 100% no-repeat; color: white; text-align: center; height: 100%; }
.box-black-pink .content{ margin: 20px auto 50px auto; max-width:280px; padding: 30px 15px 0 0; }
.box-black-pink .separator{ margin: 0 auto 20px auto; height:2px; width: 82px; }

.box-yellow-black-pink{ background: url('/images/box-yellow-black-pink.svg') center center/ 100% 100% no-repeat; color: black; text-align: left; height: 100%; }
.box-yellow-black-pink .content{ margin: 20px 0 50px 0; padding: 30px 70px 0 70px; width: 100%; }
.box-yellow-black-pink .separator{ margin: 0 auto 20px 0; height:2px; width: 150px; background:black; }

.box-yellow-pink{ background: url('/images/box-yellow-pink.webp') center center/100% 100% no-repeat; color: black; text-align: center; height: 100%; }
.box-yellow-pink .content{ margin: 20px auto 50px auto; max-width:280px; padding: 30px 25px 0 10px; }
.box-yellow-pink .separator{ margin: 0 auto 20px auto; height:2px; width: 100%; background:black; }

.box-pink-yellow{ background: url('/images/box-pink-yellow.webp') center center/100% 100% no-repeat; color: black; text-align: center; height: 100%; }
.box-pink-yellow .content{ margin: 20px auto 20px auto; padding: 30px 25px 0 10px; }
.box-pink-yellow .separator{ margin: 0 auto 20px auto; height:2px; width: 80%; background:black; }

/*SLIDER HOME*/
.seccion .slider-home .carousel-caption {top: 50%; transform: translateY(-50%) translateX(-50%);text-shadow: 4px 4px 2px #18021C; left: 50%; right: unset; bottom: unset; padding: 25px; }
.seccion .slider-home .carousel-caption p{font-size: 32px; margin-top: -10px; text-align: center; margin-bottom: 0; }
.seccion .slider-home .carousel-caption span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.seccion .slider-home .carousel-caption .btn{ font-weight: 800; }
.seccion .slider-home .carousel-caption .title{font-size: 70px; margin-top: -10px; margin-bottom: 0; color:var(--color-primary); line-height: 1; }
.seccion .slider-home .carousel-caption .title strong{font-size: 70px; margin-top: -10px; margin-bottom: 0; color:var(--color-pink); line-height: 1; }
.seccion .slider-home .carousel-caption p{font-size: 32px; margin-top: -10px; text-align: left; margin-bottom: 0; }

.seccion .slider-home .carousel-caption.left {top: 50%; transform: translateY(-50%); left: 30px; right: unset; bottom: unset; padding: 25px; width: 720px; text-align:left;}
.seccion .slider-home .carousel-caption.left p{text-align: left; }
.seccion .slider-home .carousel-caption.left .title{text-align: left; }
.seccion .slider-home .carousel-caption.left .title strong{text-align: left; }

.seccion .slider-home .carousel-caption.right {top: 50%; transform: translateY(-50%); left: unset; right: 30px; width: 720px; text-align:right;}
.seccion .slider-home .carousel-caption.right p{ text-align: right; }
.seccion .slider-home .carousel-caption.right .title{ text-align: right; }
.seccion .slider-home .carousel-caption.right .title strong{ text-align: right; }

.seccion .slider-home .carousel-caption.center{ text-align:center;}
.seccion .slider-home .carousel-caption.center p{ text-align: center; }
.seccion .slider-home .carousel-caption.center p.title{text-align: center;}
.seccion .slider-home .carousel-caption.center p.title strong{text-align: center;}

@media screen and (max-width: 1200px){
    .seccion .slider-home .carousel-caption.left{width: 620px;}
    .seccion .slider-home .carousel-caption.right{width: 620px;}    
    .seccion .slider-home .carousel-caption .title{font-size: 60px;}
    .seccion .slider-home .carousel-caption .title strong{font-size: 60px;}
}
@media screen and (max-width: 992px){
	.seccion .slider-home .swiper-container img{display: block; width: 100vw !important; height: 500px !important; object-fit: cover; }
	.seccion .slider-home .swiper-slide .carousel-caption.left {left:15px; right:15px; } 
	.seccion .slider-home .swiper-slide .carousel-caption.right {left:15px; right:15px; } 
}
@media (max-width:768px){
    .seccion .slider-home .carousel-caption.right { width: 100%; left:15px; right:15px; }
    .seccion .slider-home .carousel-caption.left { width: 100%; left:15px; right:15px; }
    .seccion .slider-home .carousel-caption .title{ font-size:9vw; }
    .seccion .slider-home .carousel-caption .title strong{ font-size:9vw; }
}
/*END SLIDER HOME*/

/*HOME*/
.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 .col-text-right{ margin: 0 10vw 0 20px; padding:40px 0 50px 0; }
.seccion-home .col-text-left{ margin: 0 20px 0 10vw; padding:40px 0 50px 0; }
.seccion-home .no-pad{ padding:0; }
@media (max-width:992px){
    .seccion-home .col-text-right{ margin: 0 15px; padding:40px 15px 50px 15px; }
    .seccion-home .col-text-left{ margin: 0 15px; padding:40px 15px 50px 15px; }
}
/*END HOME*/

/*WOMAN*/
.seccion-woman .text-carousel{position: absolute; display:none; left:5%; top:0; width: 90%; height: 100%; padding:15px;}
.seccion-woman .text-carousel p{position: absolute; top:50%; transform: translateY(-50%); color: white; margin: auto 0; line-height: 1.3;}
.seccion-woman .swiper-slide:hover .text-carousel{ display:block; }
.seccion-woman .col-text-right{ margin: 0 10vw 0 20px; padding:40px 0 50px 0; }
.seccion-woman .col-text-left{ margin: 0 20px 0 10vw; padding:40px 0 50px 0; }
.seccion-woman .no-pad{ padding:0; }
.seccion-woman .box-black-pink{ background: url('/images/box-black-pink-2.svg') center center/100% 100% no-repeat; }
.seccion-woman .box-black-pink .subtitle{ font-size:34px; }
.seccion-woman .box-yellow-black-pink .subtitle{ font-size:30px; margin-top:20px; }
.seccion-woman .box-yellow-black-pink img{ margin-right: 10px; }
.seccion-woman .row-celebrity{ padding:60px 15px; background: url('/images/woman/bg-testimonio@2x.webp') center center/cover no-repeat; }
.seccion-woman .row-celebrity .subtitle{ text-shadow: 0 5px 5px rgba(0,0,0,0.25); font-family: 'regular'; font-size: 24px; font-weight: 600; }
.seccion-woman .row-celebrity .categ{ font-weight: 200;}
.seccion-woman .row-celebrity i{ text-shadow: 0 5px 5px rgba(0,0,0,0.25);}
@media (max-width:992px){
    .seccion-woman .col-text-right{ margin: 0 15px; padding:40px 15px 50px 15px; }
    .seccion-woman .col-text-left{ margin: 0 15px; padding:40px 15px 50px 15px; }
}
/*END WOMAN*/
/*TEAM*/
.seccion-team .team-pic{ width: auto; max-width: 100%; margin:0 auto; display:block; }
.seccion-team .row-dark{ padding:40px 15px; background: url('/images/row-dark-pink.svg') center center/100% 100% no-repeat; }
.seccion-team .row-dark .text-yellow{ font-family: 'regular'; font-size: 22px; font-weight: bold; line-height: 200%; }
@media (max-width:768px){
    .seccion-team .row-dark .text-yellow{ font-size:18px; }
}
/*END TEAM*/

.seccion-precios .box-yellow-pink{ height: auto; margin-bottom: 20px; overflow: hidden; }
.seccion-precios .box-yellow-pink .content{ max-width: unset; padding-bottom: 20px; margin-bottom: 0; padding-right: 40px; padding-top: 0; }
.seccion-precios .content table th{ border:none; }
.seccion-precios .content table td{ border:none; }
.seccion-precios .content small{ font-size:15px; font-family: 'regular'; }
.seccion-precios .col-right table td{ padding-bottom:28px; }
.seccion-precios .col-right .box-yellow-pink .content{ padding-bottom: 40px; }
.seccion-precios .box-pink-yellow .content{ padding-right: 9vw; padding-left: 3vw; }
.seccion-precios .box-pink-yellow .separator{ width: 88%;}
.seccion-precios .box-pink-yellow .content table{ width:90%; margin:0 auto; }
.seccion-precios .box-pink-yellow sup{ font-family: 'regular'; }
.seccion-precios .box-pink-yellow small{ font-style: italic; }
.seccion-precios .box-pink-yellow .content table th:first-child{ text-align: left; }
.seccion-precios .box-pink-yellow .content table th:last-child{ text-align: right; }
.seccion-precios .box-pink-yellow .content table td:first-child{ text-align: left; }
.seccion-precios .box-pink-yellow .content table td:last-child{ text-align: right; }
@media (max-width:1400px){
    .seccion-precios .col-right table td{ padding-bottom:30px; }
}
@media (max-width:1200px){
    .seccion-precios .col-right table td{ padding-bottom:28px; }
}
@media (max-width:992px){
    .seccion-precios .box-yellow-pink .content{ padding-right: 30px; }
    .seccion-precios .box-pink-yellow .content table{ width:90%; }
    .seccion-precios .box-pink-yellow p.text-end{ width: 90%; }
    .seccion-precios .col-right table td{ padding-bottom:33px; }
}
@media (max-width:768px){
    .seccion-precios .col-right table td{ padding-bottom:8px; }
}
/*footer*/
#pie{position: relative; height:auto; padding-top: 40px; color:black; min-height:200px; background:var(--color-primary)  }
#pie h4,#pie h3,#pie h5{ font-family:'bold' }
#pie .logo{ width: 100%; max-width: 90px; }
#pie a{ color:black; text-decoration: none; }
#pie a:hover{ text-decoration: underline; }
#pie .legal-link{ text-decoration: underline; }
#pie .row-footer{ max-width: 500px; margin:0 auto; }
#pie .row-footer a{ font-weight:bolder; }
#pie a.instagram-link{ display:table; margin:20px auto; transition: all 0.3s ease-out; }
#pie a.instagram-link:hover{ opacity: 0.8; transform:scale(1.05); }
#pie .title{ font-family: 'bold'; font-size:24px; text-align:center; margin-bottom: 0; }

.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: #008cd0; }
.container-pils .nav-pills > li a{ border-radius: 0; }