@font-face { font-family: 'light'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/lato-400.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: 'regular'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/lato-700-medium.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: 'semibold'; font-style: normal; font-weight: 900; font-display: swap; src: url(../fonts/lato-900.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: 200 700; font-display: swap; src: url(../fonts/oswald.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 {
    --color1: #10427C;
    --color2: #72ABDD;
    --color-light-blue: #72ABDD80;
    --colorred: #961F0A;
    --colorgreen: #6DBEBC;
    --color3: rgba(33, 54, 107, 0.5);
    --colorhover: rgb(60, 111, 192);
}

/*HEADER*/
header{ background: rgba(255,255,255,0.8); backdrop-filter: blur(5px); box-shadow:2px 0 5px rgba(0,0,0,0.1);}
header .logo{ max-width: 130px; position:relative; }
header .navbar-brand { padding-right:0; margin-right: 0;}
header .right-flex{ display:flex; flex-basis: auto; flex-grow: 1; align-items: start; flex-direction: column; }
header .right-flex .content{ display:flex; width: 100%; align-items: center; }
header .right-flex .content-100{ width: 100%; }
header .navbar{ background: transparent; max-width: 1320px; margin:0 auto; padding-top: 5px; padding-bottom: 5px; }
header #navbarCollapse{ position:relative; }
header .navbar .navbar-collapse ul{ width: 100%; justify-content:space-between; align-items: center; }
header .top-right{ position:relative; /*width: 130px;*/ padding-left: 10px;}
header .search-box{ position: relative; /*width: calc( 100% - 100px);*/ flex:1; }
header .search-box .form-control{ background: var(--color2); border-radius: 28px; border:none; padding-left: 35px; color:var(--color1) }
header .search-box i.bi{ position:absolute; left:10px; top:7px; color: var(--color1) }
header a{ color:var(--color1); font-family: 'light'; }
header .navbar-nav .nav-link.active{ color:var(--color1); font-family: 'light'; font-size:16px; border-bottom:3px solid transparent; transition:ease all .3s; }
header .navbar-nav .nav-link.active:hover{ border-bottom:3px solid var(--colorgreen); }
header .navbar-nav .nav-item.active .nav-link{ border-bottom:3px solid var(--colorgreen); }
header a:hover{ color:var(--color2); }
header .lang-link{ color: var(--color1); text-decoration: none; }
header .lang-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; align-self: end; }
header button.btn-mobile i {padding:0; margin:0; font-size:21px; }
header .btn-mobile .icon-bar {background-color: var(--color1); transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6); }
header .btn-mobile .icon-bar { display: block; height: 2px; width: 22px; margin: 5px 0; }
header .btn-mobile .icon-bar:nth-child(1) { width: 32px; }
header .btn-mobile .icon-bar:nth-child(2) { width: 27px; }
header .btn-mobile .icon-bar:nth-child(3) { width: 22px; }
header .btn-mobile.open .icon-bar:nth-child(1){ transform:rotate(45deg) translateY(5px) translateX(5px); width:22px;}
header .btn-mobile.open .icon-bar:nth-child(2){ transform:rotate(-45deg); width:22px; }
header .btn-mobile.open .icon-bar:nth-child(3){ transform:rotate(45deg) translateY(-7px) translateX(-7px); opacity:0; width:22px;}
header .navbar-mobile{ display: none; }
header .dropdown:hover .dropdown-menu{ display: block; }
header .dropdown-menu{ margin-top: 0; }
header .dropdown-menu .dropdown-item{ color:var(--color1); }
header .badge-lang{ border-radius:15px; padding:5px 10px; float:left; transition:ease all .3s }
header .badge-lang a{ color:var(--color1); text-decoration: none; font-family: 'light'; font-size:12px; }
header .basket{ border-radius:15px; float:left; transition:ease all .3s; position:relative; }
header .basket a{ color:white;  padding:5px 10px; display: block; }
header .basket a .badge{ position:absolute; right:-5px; bottom:-5px; border-radius:50%; border:1px solid white; color:white; background:#900; font-size:10px; }

header .nav-extra ul{ display: flex;}
header .nav-extra a{ border:none !important; }
header .nav-button{ border:none !important; background:var(--colorgreen); border-radius:8px; color:white !important; padding:2px 15px; margin-left: 10px; }
header .nav-button:hover{ background:var(--color2); }

header .user{ margin-left: 5px; background-color: var(--color1); border-radius:15px; float:left; transition:ease all .3s; }
header .user a{ color:white; padding:5px 10px; display: block; }
header .user .dropdown-menu{ margin-left: -42px; min-width: 0; margin-top: 10px; }
header .user .dropdown-menu::before{ content:"\F235"; font-family: 'bootstrap-icons'; height: 12px; width: 100%; background-color: transparent; position:absolute; top:-12px; display: block; text-align: center; color:white; text-shadow:0 -2px 1px rgba(0, 0, 0, 0.2) }
header .user:hover{ background-color: var(--colorhover);}

@media (max-width:770px){
    header .cont-brand{ flex:1; text-align: center; margin: 0 0 20px 0; padding:0 180px; }
    header .navbar .navbar-collapse ul{ width: 100%; padding-right: 0; }
    header .navbar .navbar-collapse ul li{ text-align:left; text-transform: uppercase; font-size: 18px; margin-bottom: 10px; }
    header .navbar .navbar-collapse ul li ul.dropdown-menu{ background-color: transparent; border:none; margin-top: 0; }
    header .navbar .navbar-collapse ul li a:focus{ background-color: transparent;}
    header .navbar .navbar-collapse.show, header .navbar .navbar-collapse.collapsing{ position:absolute !important; top:0; left:0; width: 100%; height: 100dvh !important; background-color: #f0f4fd; padding:100px 15px; z-index: 2; }
    header .btn-mobile { position: absolute; top: 7px; z-index: 2; }
    header .badge-lang{ float:none; margin-top: 0; display:inline-block }
    header .search-box{ width: calc( 100% - 60px); }
    header .nav-extra{ width: 100%; max-width: 300px; }
    header .nav-extra ul{ display:flex; flex-direction: row;;  }
    header .nav-extra ul .with-button{ display: block; width: 100%; }
    header .nav-extra ul .with-button .nav-button{ text-align: center; }
    header .navbar-mobile{ display: inline-block; margin-top: 0; }
}
@media (max-width:478px){
    header .cont-brand{ padding:0 0px; }
    header .user .dropdown-menu{ margin-left: -80px; min-width: 0; margin-top: 10px; }
    header .user .dropdown-menu::before{ content:"\F235"; font-family: 'bootstrap-icons'; height: 12px; width: 100%; background-color: transparent; position:absolute; top:-12px; display: block; text-align: right; padding-right: 10px; color:white; text-shadow:0 -2px 1px rgba(0, 0, 0, 0.2) }
}
@media (min-width:770px){
    header .dropdown:hover .dropdown-menu{ display: block; }
}
/*END HEADER*/


/*END HEADER*/
*{line-height: 150%; } 
html{ width:100%;  scroll-behavior: smooth;}
body{background: #fff; overflow-x:hidden; scroll-behavior: smooth; }
p{ font-size: 17px; font-family: 'light'; line-height: 140%; max-height: 999999px;}
li{ font-size: 17px; font-family: 'light'; 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; padding-top: 60px; }
.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 strong{ font-family: 'semibold'; }
.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-content{ height:auto; max-height: calc( 100vh - 150px); overflow: auto; }
.swal2-popup #swal2-content{ overflow: hidden; color:var(--color1)}
.swal2-html-container{ color:var(--color1) }
.swal2-content li,.swal2-content p{ font-size:17px; }
.swal2-popup.large{ width: 800px; }
.swal2-popup.legal .swal2-html-container{ text-align: left;}
.swal2-popup .swal2-confirm{ background:var(--color1) !important; box-shadow:none !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: 'light', 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(--color1); 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: 'light', sans-serif; font-size: 14px; }

.anchor-text{ position: relative; top: -90px; }

.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;}
.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); }
.lh120{ line-height: 120%; }
.lh120 strong{ line-height: 120%; }

.box-rounded-outline{ border-radius: 10px; border:2px solid var(--color1); padding: 20px; background-color: white; transition:ease all .3s; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; box-shadow: 0 4px 4px rgba(0,0,0,0.2); height: 100%; }
.box-rounded-outline p{ line-height: 180%; font-size:13px; font-family: 'regular'; }
.box-rounded-outline .subtitle3{ margin-bottom: 10px; font-weight: 500 !important; line-height: 130%; }
.box-rounded-outline .btn{ min-width: 180px;}

.row-list-water{ margin-bottom: 60px; background:url('/images/water-som-zero.webp') no-repeat center center / contain;}
.row-list-water .item-list{ display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; margin-bottom: 10px; border-bottom:2px solid var(--color1); gap:10px; }
.row-list-water .item-list div{ flex:1; }
.row-list-water .item-list p{ margin-bottom: 0; }
.row-list-water .item-list:last-child{ border:none;}
@media (max-width:576px ){
    .row-list-water{ background: url('/images/water-som-zero.webp') no-repeat 60% 20% / 300% auto, url('/images/water-som-zero.webp') no-repeat 0% 83% / 300% auto; }
}

.box-banner{ position: relative; cursor:pointer; }
.box-banner .content { position:relative; display: block; }
.box-banner .overlay{ background-color: #21366b; position:absolute; left:0; top:0; width: 100%; height: 100%; opacity: 0; transition:ease all .3s; }
.box-banner .overlay .title{ position:absolute; top:50%; transform:translateY(-50%); width: 100%; text-align: center; color:white;}
.box-banner:hover .overlay{ opacity: 1;}
@media (max-width:767px){
    .box-banner .overlay .title{ font-size:22px; }
}

.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: 8px; white-space: normal; padding:2px 15px; border:none; }
.btn-primary{ background-color: var(--colorgreen); font-family: 'light'; font-size: 16px; color: white; transition:ease all .3s; box-shadow:0 4px 4px rgba(0,0,0,0.2);}
.btn-primary:hover{ background-color: var(--color2) }
.btn-primary.btn-lg{ padding: 6px 75px 6px 63px; font-family: 'light'; font-size: 22px; color: white; }
.btn-primary.btn-lg:hover{ background-color: var(--color2); }

.btn-secondary{ background-color: var(--color1); font-family: 'light'; font-size: 16px; color: white; transition:ease all .3s; box-shadow:0 4px 4px rgba(0,0,0,0.2);}
.btn-secondary:hover{ background-color: var(--colorgreen) }

.btn-outline{ border:2px solid var(--color1); color:var(--color1); }
.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: 'light'; font-size: 26px; color: #000; }

.contentSection h3{ font-weight: bold; }
.seccion{ font-family: 'light',sans-serif; color:var(--color1) }
.seccion .slide-big{ position: relative; width: 100%; overflow: hidden;} 
.seccion .relative { position: relative; }
.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: 'light'; font-size: 60px; }
.seccion h2 {font-family: 'light'; font-size: 25px; margin-bottom: 30px; }
.seccion .text-white {color: white;}
.seccion .title{font-size: 50px; font-family: 'bold'; font-weight: 700; margin-bottom: 10px; line-height: 120%; }
.seccion .title strong{ color:var(--color2); font-family: 'bold'; font-weight: 700; line-height: 55px; }
.seccion .subtitle {font-family: 'bold'; font-weight: 700; font-size: 36px; color:var(--color1) }
.seccion .subtitle strong{ color:var(--color2); font-family: 'bold'; font-weight: 700; }
.seccion .subtitle2 {font-family: 'bold'; font-weight: 400; font-size: 36px; }
.seccion .subtitle3 { font-family: 'bold'; font-weight: 400; font-size: 20px; }
.seccion .big {font-size: 17px; font-family: 'light'; }
.seccion .big-bold {font-size: 24px; font-family: 'bold'; font-weight: 700; }
.seccion .small {font-size: 12px; font-family: 'light'; }
.seccion .text-regular {font-family: 'regular' !important; font-weight: 400; }
.seccion .text-semibold {font-family: 'semibold' !important; font-weight: 900; }
.seccion .text-semibold {font-family: 'semibold' !important; font-weight: 900; }
.seccion .text-bold {font-family: 'bold' !important; font-weight: 700; }
.seccion .text-white{ color:white !important; }
.seccion .text-red{ color:var(--colorred) !important; }
.seccion .separator {height: 2px; width: 80px;background: var(--color1); display: block; margin:0 auto 10px auto; }
.seccion .separator-small {width: 267px; height: 4px; margin: 30px auto; background-color: #00a0c6; }
.seccion .form-control {display: block; width: 100%; height: auto; padding: 12px 30px; font-size: 21px; color: #000000; background-color: #fff; background-image: none; border: none; border-radius: 8px; font-family: 'light'; resize: none; }
.seccion .checkbox label {font-size: 15px; font-family: 'light';margin: 0 auto 10px auto; padding-left: 5px; display:block;}
.seccion label {font-size: 18px; margin: 15px 0px 10px 0px;}
.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: 'light'; 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; }
.w800{ max-width: 800px; display:table; margin:0 auto; }
.w1000{ max-width: 1000px; display:table; margin:0 auto; }
.center-content{ 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.9); }
.visible-sm{ display:none !important;} .visible-xs{ display:none !important;}
.no-pad{ padding:0 !important; }
.hidden{ display:none !important;}
@media (max-width:992px){
    .hidden-sm{ display:none !important}
    .visible-sm{ display:block !important}
    .hidden-sm{ display:none}
    .seccion .title{ font-size:39px; }
}
@media (max-width:770px){
    .hidden-xs{ display:none}
    .hidden-xs{ display:none !important}
    .visible-xs{ display:block !important}
    .no-pad-xs{ padding-left:0 !important; padding-right: 0 !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;}
}

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

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

.seccion .box-button{ position:relative; display:flex; align-items: center; justify-content: center; font-size: 40px; font-family: 'bold'; background-color: var(--color1); color:white; flex-direction: column; }
.seccion .row-latest-products .box-blue{ background:var(--color1); height: 100%; }
.seccion .row-latest-products .box-blue img{ height: 200px; object-fit: cover;}
.seccion .row-latest-products .box-blue .old-price{ color:white; text-decoration: line-through;}
.seccion .row-latest-products .box-blue > a{ display:block; text-decoration: none; color:white; }
.seccion .row-latest-products .box-blue > a span{ display:block; }
.seccion .row-latest-products .box-blue .title-product{ height: 27px; text-overflow: ellipsis; overflow: hidden; }
.seccion .row-latest-products .box-blue > a .link{ font-family: 'bold';}
.seccion .row-latest-products .box-blue > a .link .bi{ font-size:14px; }
.seccion .row-latest-products .box-blue .content{ display:flex; align-items: flex-start; justify-content: space-between; padding: 20px 10px; }

.seccion .row-products .box-white{ box-shadow:0 0 10px rgba(0,0,0,.2); padding:15px; position: relative; }
.seccion .row-products .box-white .old-price{ color:var(--colorred); text-decoration: line-through;}
.seccion .row-products .box-white img{ height: 200px; object-fit: cover;}
.seccion .row-products .box-white > a{ display:block; text-decoration: none; color:var(--color1); }
.seccion .row-products .box-white > a span{ display:block; }
.seccion .row-products .box-white > a .subtitle{ color:var(--color1); margin-top: 10px;}
.seccion .row-products .box-white .title-product{ height: 27px; text-overflow: ellipsis; overflow: hidden; }
.seccion .row-products .box-white > a span.description{ height: 40px ;}
.seccion .row-products .box-white .content{ display:flex; align-items: flex-start; justify-content: space-between; padding-bottom: 10px; }
.seccion .row-products .box-white .more-info-label{ position:absolute; bottom:25px; left:25px; z-index: 1; font-family: 'bold'; font-size:22px; padding:0 10px; text-shadow: 0 0 5px white ; }

.seccion .row-how-works img{ height: 300px; }
.seccion .text-lined{ display: flex; align-items: baseline; position: relative;}
.seccion .text-lined::after{ content:""; border-bottom:2px solid var(--color1); flex:1; }

.seccion .breadcrumb{ --bs-breadcrumb-divider: '>'; }
.seccion .breadcrumb .breadcrumb-item{ text-decoration:none; color:var(--color1)}
.seccion .breadcrumb a.breadcrumb-item:hover{ text-decoration:underline; }

.seccion .row-white{ background: white; padding-top: 40px; padding-bottom: 40px;}
.seccion .row-dark-blue{ background: var(--color1); padding-top: 40px; padding-bottom: 40px;}
.seccion .row-blue{ background: var(--color-light-blue); padding-top: 40px; padding-bottom: 40px;}
.seccion .row-blue-dark{ background: var(--color1); padding-top: 40px; padding-bottom: 40px;}
@media screen and (max-width: 992px){ 
    .seccion .row-benefits p{ 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;}

#faqs-accordion .accordion-item{ border:none; border-bottom:1px solid white; }
#faqs-accordion .accordion-item:last-child{ border:none; }
#faqs-accordion .accordion-button{ background-color:var(--color1); color:white; outline:none; box-shadow:none; padding:15px 0; }
#faqs-accordion .accordion-button::after{ content:"\F2EA" !important; }
#faqs-accordion .accordion-button.collapsed::after{ content:"\F4FE" !important; }
#faqs-accordion .accordion-body{ font-family: 'light'; font-weight: 300; padding:0; height:auto; }
#faqs-accordion .accordion-collapse{ background-color:var(--color1); color:white; }
#faqs-accordion .accordion-button::after { color:white; content:"\F4FE"; background:none; font-family:'bootstrap-icons'; transform:translate(0); font-size:30px; }

#services-accordion .accordion-item{ border:none; border-radius:8px; overflow: hidden; margin-bottom: 10px; box-shadow: 0 4px 4px rgba(0,0,0,.2); }
#services-accordion .accordion-item:last-child{ border:none; }
#services-accordion .accordion-button{ background-color:var(--color2); color:white; outline:none; box-shadow:none; padding:25px 15px; font-size:30px; text-align: center; font-family: 'bold'; display: block; line-height: 100%; }
#services-accordion .accordion-button::after{ content:"\F286" !important; float:right; margin-right: 10px; }
#services-accordion .accordion-button.collapsed::after{ content:"\F282" !important; }
#services-accordion .accordion-body{ font-family: 'light'; font-weight: 300; padding:20px 15px 20px 15px; border-top:1px solid white; }
#services-accordion .accordion-collapse{ background-color:var(--color2); color:white; }
#services-accordion .accordion-button::after { color:white; content:"\F282"; background:none; font-family:'bootstrap-icons'; transform:translate(0); font-size:25px; }

.slider-home .content{ position:absolute; width:100%; max-width: calc( 1320px - 15px); transform:translateX(-50%) translateY(-50%); display: block; margin:0 auto; overflow: visible; left:50%; top:50%; height: 100%; }
.slider-home .carousel-caption {top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%; right: unset; bottom: unset; padding: 25px 0px; margin-top: 0; color:var(--color1); line-height: 120%;}
.slider-home .carousel-caption p{font-size: 16px; text-align: center; margin-top: 0; margin-bottom: 10px; }
.slider-home .carousel-caption .title{font-size: 100px; line-height: 110%; margin-bottom: 10px !important;}
.slider-home .carousel-caption .subtitle{font-size: 60px; line-height: 100%; margin-bottom: 10px !important; font-family: 'bold';}
.slider-home .carousel-caption .subtitle strong{ font-size: inherit; line-height: inherit; color:var(--color2); font-family: 'bold'; font-weight: 700;}
.slider-home .carousel-caption .subtitle2{font-size: 40px; line-height: 100%; margin-bottom: 10px !important; font-family: 'bold';}
.slider-home .carousel-caption .subtitle2 strong{ font-size: inherit; line-height: inherit; color:var(--color2); font-family: 'bold'; font-weight: 400;}
.slider-home .carousel-caption small{ font-size:14px; line-height: 150%; display: block; }
.slider-home .carousel-caption span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.slider-home .carousel-caption.left {top: 50%; transform: translateY(-50%); left: 0; right: unset; bottom: unset; text-align:left;}
.slider-home .carousel-caption.left p{ text-align: left; }
.slider-home .carousel-caption.left span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.slider-home .carousel-caption.right {top: 50%; transform: translateY(-50%); left: unset; right: 0; text-align: right; }
.slider-home .carousel-caption.right p{ text-align: right; }
.slider-home .carousel-caption.right span.background {font-family: 'bold' !important; padding: 3px 15px 3px 15px; display: inline-block; line-height: 88%; }
.slider-home .carousel-caption.center p.title-carousel{top: 65% !important; font-size: 5vw; text-shadow: 0 1px 2px rgb(0 0 0 / 60%); text-align: center;}
.slider-home .swiper-slide img{display: block; width: 100vw !important; height: 500px !important; object-fit: cover; }
.slider-home .swiper-slide video{display: block; width: 100vw !important; height: 500px !important; object-fit: cover; }
.slider-middle .carousel-caption {bottom: 20px; left:0; right:0; }
.slider-middle .carousel-caption p{ margin-top: -10px; text-align: center; margin-bottom: 0; text-shadow:0 0 4px rgba(0, 0, 0, 1); }
@media (max-width:1320px){
    .slider-home .carousel-caption{ padding-left:10px; padding-right: 10px; }
}
@media (max-width:576px){
    .slider-home .carousel-caption .title{ font-size:80px; word-break: break-word;}
    .slider-home .carousel-caption .title strong{ font-size:inherit;}
    .slider-home .carousel-caption .subtitle{ font-size:38px;}
    .slider-home .carousel-caption .subtitle strong{ font-size:inherit;}
    .slider-home .carousel-caption .subtitle2{ font-size:38px;}
    .slider-home .carousel-caption .subtitle2 strong{ font-size:inherit;}
    .slider-home .carousel-caption{ width: 100%; }
}

.slider-continuous{ overflow:visible; }
.slider-continuous .swiper-wrapper{ transition-timing-function : linear; }
.slider-continuous .swiper-wrapper .swiper-slide{ width:auto; height: 100px; ;}
.slider-continuous .swiper-wrapper img{ height: 100px; width: 120px; object-fit: contain; }

.slider-featured .swiper-slide{ height: auto; }

.slider-products .swiper-wrapper{ justify-content: center !important;}
.slider-products .swiper-wrapper .swiper-slide a{ display: block; text-decoration: none; color:var(--color1); }

/*HOME*/
.seccion-home .row-gallery .col{ margin-bottom: 16px; padding:0 8px; }
.seccion-home .row-gallery .col img{ height: 400px; object-fit: cover; box-shadow: 0 4px 8px rgba(0,0,0,0.2);}
.seccion-home .row-gallery .col .box-button{ background-color: var(--color1); color:white; }
.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:var(--color1); margin: auto 0; line-height: 1.3;}
.seccion-home .swiper-slide:hover .text-carousel{ display:block; }
@media screen and (max-width: 992px){
    .seccion-home .row-gallery .col img{ height: 200px; }
}


.manage-admin-content.cke_editable .clearfix{ height: 8px; background:white; border:dashed 2px #ccc; margin-bottom: 10px; }
/*END HOME*/

.slider-categs .swiper-slide a{ text-decoration: none; color:var(--color1); font-family: 'regular'; }
.slider-categs img{ height: 100px; object-fit: contain; }

/*PARTICULAR*/
.seccion-particular .row-blue .cont-left{ max-width:500px; padding-left: 30px; padding-right: 30px; align-self:flex-end; }
.seccion-particular .row-blue .cont-right{ max-width: 750px; padding-left: 30px; align-self:flex-start; }
.seccion-particular .row-blue .row-blue-dark{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.seccion-particular .row-blue .subtitle2{ font-weight: 700; }
@media screen and (max-width: 992px){
    .seccion-particular .row-blue .row-blue-dark{ display: block;}
    .seccion-particular .row-blue .cont-left{ align-self:flex-start; padding-left: 15px; padding-right: 15px; }
    .seccion-particular .row-blue .cont-right{ align-self:flex-start; padding-left: 15px; padding-right: 15px; }
}
/*END PARTICULAR*/

/*EMPRESA*/
.seccion-empresa .row-blue .cont-left{ max-width:500px; padding-left: 30px; padding-right: 30px; align-self:flex-end; }
.seccion-empresa .row-blue .cont-right{ max-width: 750px; padding-left: 30px; align-self:flex-start; }
.seccion-empresa .row-blue .row-blue-dark{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.seccion-empresa .row-blue .subtitle2{ font-weight: 700; }
.seccion-empresa .row-water{ background: url('/images/bg-water-1.webp') no-repeat center top / cover; }
.seccion-empresa .row-water2{ background: url('/images/bg-water-2.webp') no-repeat center 40% / cover; }
@media screen and (max-width: 992px){
    .seccion-empresa .row-blue .row-blue-dark{ display: block;}
    .seccion-empresa .row-blue .cont-left{ align-self:flex-start; padding-left: 15px; padding-right: 15px; }
    .seccion-empresa .row-blue .cont-right{ align-self:flex-start; padding-left: 15px; padding-right: 15px; }
}
/*END EMPRESA*/

/*EMPRESA*/
.seccion-hosteleria .slider-home p{ color:white; }
.seccion-hosteleria .row-blue .cont-left{ max-width:500px; padding-left: 30px; padding-right: 30px; align-self:flex-end; }
.seccion-hosteleria .row-blue .cont-right{ max-width: 750px; padding-left: 30px; align-self:flex-start; }
.seccion-hosteleria .row-blue .row-blue-dark{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.seccion-hosteleria .row-blue .subtitle2{ font-weight: 700; }
@media screen and (max-width: 992px){
    .seccion-hosteleria .row-blue .row-blue-dark{ display: block;}
    .seccion-hosteleria .row-blue .cont-left{ align-self:flex-start; padding-left: 15px; padding-right: 15px; }
    .seccion-hosteleria .row-blue .cont-right{ align-self:flex-start; padding-left: 15px; padding-right: 15px; }
}
/*END EMPRESA*/

/*SAT*/

.seccion-sat .row-why img{ margin-bottom: 20px; height: 130px; object-fit: contain; }
.seccion-sat .row-why .box-rounded-outline{ height: 100%; }
.seccion-sat .row-why .box-rounded-outline p.subtitle3{ font-size:24px; font-family: 'bold'; line-height:120%; min-height:60px; white-space: normal; }
.seccion-sat .row-why .box-rounded-outline p{ font-size:16px; font-family: 'light'; line-height:140%; }
.seccion-sat .row-list-water{ background:url('/images/sat/list-water.webp') no-repeat center bottom / cover; padding-bottom: 30px; margin-bottom: 0; }
.seccion-sat .item-list{ display: flex; flex-direction: row; vertical-align: middle; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.seccion-sat .item-list div { flex: 1; display: flex; flex-direction: row; align-self: center; justify-content: flex-start; flex-wrap: nowrap; align-items: center; gap:10px; }
.seccion-sat .item-list div p{ flex: 1; }
@media (max-width:992px){
    .seccion-sat .item-list{ flex-direction: column; }
    .seccion-sat .item-list div{ align-self:flex-start }
}
/*END SAT*/


/*SINGLE PRODUCT*/
.seccion-product-single .title {font-family: 'bold'; font-size: 38px; }
.seccion-product-single .subtitle {font-family: 'bold'; font-size: 18px; }
.seccion-product-single .text {font-family: 'bold'; font-size: 24px; }
.seccion-product-single .column {margin-left: -15px; }
.seccion-product-single .box-price {width: 100%; height: auto; margin: 40px 0 0; }
.seccion-product-single .fixed{ position:relative; }
.seccion-product-single .box-price .price {font-size: 36px; font-family: 'bold'; }
.seccion-product-single .box-price .old-price {font-size: 22px; font-family: 'light'; text-decoration:line-through; color:var(--colorred); margin-right: 5px; }
.seccion-product-single .box-price .btn-primary{margin-top: 10px; padding:10px 15px; white-space: normal; }
.seccion-product-single .form-control { min-height: 48px; font-size: 20px; border-color: var(--color1); border-radius:0; }
.seccion-product-single .form-select { min-height: 48px; font-size: 20px; border-color: var(--color1); border-radius:0; width: 100%;  }
.seccion-product-single .text-description {font-family: 'light'; font-size: 18px; line-height: 28px; color:var(--color1) }
.seccion-product-single .collapse-text{font-family: 'light'; font-size: 18px; line-height: 28px; }
.seccion-product-single .text-description h3{font-family: 'bold'; margin-top: 20px; margin-bottom: 20px; }
.seccion-product-single .text-description p.big{font-family: 'light'; font-size: 18px; line-height: 28px; }
.seccion-product-single .text-description strong{ font-family: 'bold';}
.seccion-product-single .mas-info{font-family: 'bold'; font-size: 18px; line-height: 28px; }
.seccion-product-single p.text-brown{font-family: 'bold'; font-size: 18px; line-height: 28px; }
.seccion-product-single .big-slider{ width: 100%; overflow: hidden; margin-top: 10px; }
.seccion-product-single .thumbs{ width: 100%; overflow: hidden; margin-top: 10px; }
.seccion-product-single .thumbs .swiper-slide{ width:calc(25% - 5px); }
.seccion-product-single .btn-outline.selected{ background-color: var(--color1); color:white; }
.seccion-product-single .btn-outline.disabled{ opacity: 0.5; border:dashed 1px var(--color1) }
.seccion-product-single .btn-color{ border-radius:50%; width: 50px; height: 50px;border:none; }
.seccion-product-single .btn-color.selected{ border:2px solid var(--color1); box-shadow:0 0 10px rgba(0, 0, 0, 0.5) }
.seccion-product-single .btn-color.btn-text{ border-radius:0%; width: auto; height: auto; border:1px solid var(--color1); }
.seccion-product-single .btn-color.btn-text.disabled{ border:dashed 1px var(--color1)  }
.seccion-product-single .btn-color.btn-text.selected{ box-shadow:none; }
.seccion-product-single .btn-color.haya{ background-color: #f1c5aa; }
.seccion-product-single .btn-color.wenge{ background-color: #7b2f00; }
.seccion-product-single .btn-color.gris{ background-color: #bbbbbb; }
.seccion-product-single .btn-color.white{ background-color: #ffffff; }

.seccion-product-single .form-select{ width: auto;}
.seccion-product-single .accordion{ --bs-accordion-border-color:none; --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'> <path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>"); --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'> <path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>"); }
.seccion-product-single .accordion-button{border:none; border-bottom:1px solid rgba(0,0,0,.075); padding:15px 0; color:var(--color1) }
.seccion-product-single .accordion-button:focus{ background:white; box-shadow:none  }
.seccion-product-single .accordion-button:not(.collapsed){ background:white; box-shadow:none  }
.seccion-product-single .accordion-body{padding:15px 0; }

.seccion-product-single .row-related .swiper-slide{ width: calc(25% - 10px);}
.seccion-product-single .row-related .swiper-slide .box-white img{ height: 330px;}

.seccion-product-single .box-blue img{padding-bottom: 30px;}
.seccion-product-single .box-blue img.map{width: 90px;}
.seccion-product-single .box-blue{padding: 25px;min-height: 300px;}
.seccion-product-single .box-blue p.title-box{font-family: 'light'; font-size: 24px; color: #ffffff;}
.seccion-product-single .box-blue p.text-mini-box-blue {font-family: 'light'; font-size: 14px; color: #ffffff;}

.seccion-product-single .variant{ width: 50px; height: 50px; border-radius: 50%; overflow: hidden; display: inline-block; border:1px solid rgba(0, 0, 0, 0.2); box-shadow:0 0 5px rgba(0,0,0,0.3); }
.seccion-product-single .variant img{ width: 100%; height: 100%; object-fit: cover; }

@media screen and (max-width: 770px){
    .seccion-product-single .row-related .swiper-slide{ width: 100%;}
}
@media screen and (max-width: 992px){
    .seccion-product-single .title{ margin-top: 40px; }
}
@media screen and (max-width: 1200px){
    .seccion-product-single .box-rounded-gray .price {font-size: 32px; font-family: 'light'; font-weight: 700; margin-left: 0px;}
}
/*SINGLE PRODUCT*/

.drop-order .dropdown-toggle.show{ background-color:var(--color1)}
.drop-order .dropdown-toggle::after{ transform:rotate(0deg); transition:ease all .3s}
.drop-order .dropdown-toggle.show::after{ transform:rotate(180deg);}
.drop-order .dropdown-item{ text-transform: none !important; color:var(--color1)}
.drop-order .dropdown-menu a{ padding-left: 24px; }
.drop-order .dropdown-menu a .fa{ font-size:10px; margin-left: -14px;   }


/*SHOPPING CART*/
.seccion-cesta{ min-height: calc(100vh - 380px);}
.seccion-cesta .stepsBar{ padding-left: 0; list-style: outside none; margin-top: 40px; margin-bottom: 60px; position:relative; z-index:1; }
.seccion-cesta .stepsBar li { display: block; margin-bottom: 10px; }
.seccion-cesta .stepsBar li div{ display: block;background: var(--color2); overflow: hidden; padding:7px; }
.seccion-cesta .stepsBar li div span{ float:left; padding:4px 10px; border-radius: 100%; font-family: 'bold';  }
.seccion-cesta .stepsBar li div p{ margin:0; font-size:17px; font-family: 'bold'; padding-top: 1px;  text-align:center; }
.seccion-cesta .stepsBar li.selected div{ background-color: var(--color1); }
.seccion-cesta .stepsBar li.selected div p,.seccion-cesta .stepsBar li.selected div span{ font-weight: bold; color:white; }
.seccion-cesta .rounded-table{ border-radius: 0; overflow: hidden; box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.05); background:transparent; border:1px solid rgba(0, 0, 0, 0.05);  }
.seccion-cesta .rounded-table.padded{ padding:15px; background:var(--color2)}
.seccion-cesta .table{ margin-bottom: 0; }

.seccion-cesta .tableCart{ background-color: transparent;}
.seccion-cesta .tableCart .btnDelete {height: 60px; width: 60px; min-width: 25px; text-align: center; padding:5px 5px; background:transparent; border:none; color:var(--color1); font-size: 20px; margin-top:0; float:right; margin-right: 15px; }
.seccion-cesta .tableCart .btnDelete:hover { background-color: #eaeaea; }
.seccion-cesta .tableCart th{ text-align: center; font-size: 15px; border:none; }
.seccion-cesta .tableCart tr td{ vertical-align: middle; }
.seccion-cesta .tableCart img{ width: 100%; }
.seccion-cesta .tableCart .img{ width: 14%; }
.seccion-cesta .tableCart p{ color:var(--color1); }
.seccion-cesta .tableCart.table-review .img{ width: 10%; }
.seccion-cesta .tableCart td{ background:white;}
.seccion-cesta .tableCart td.img{ padding:0; background-color: white; }
.seccion-cesta .tableCart td.units{ width: 50px; }
.seccion-cesta .tableCart td.del{ width: 50px; }
.seccion-cesta .tableCart .btn-prod-add { display:inline-block; width:40px; padding:16px 9px; border:none; background:none; color:var(--color1); font-size: 17px; margin-top: 0;}
.seccion-cesta .tableCart .btn-prod-add:hover { background-color: #eaeaea; }
.seccion-cesta .tableCart .btn-prod-sub { display:inline-block; width:40px; padding:16px 9px; border:none; background:none; color:var(--color1); font-size: 17px; margin-top: 0;}
.seccion-cesta .tableCart .btn-prod-sub:hover { background-color: #eaeaea; }
.seccion-cesta .tableCart .toolQ {margin:0 auto; display: block; text-align: center; width: 136px; color:var(--color1)}
.seccion-cesta .tableCart .viewQ {background-color: transparent; border: none; display: inline-block; margin: 0 -2px; padding: 16px 10px; width: 50px; text-align: center; border-radius: 0; font-family: bold; font-size:20px; color:var(--color1) }
.seccion-cesta .tableCart .prod_total {text-align: center; font-weight: bold; color:var(--color1); font-family: 'bold'; font-size:24px;  }
.seccion-cesta .tableCart .tit {font-family: 'bold'; font-size:24px; font-weight: normal; text-align: center; color:var(--color1)  }
.seccion-cesta .tableCart .tit a{ text-decoration: none; color:var(--color1)}
.seccion-cesta .tableCart .tit a:hover{ text-decoration: underline; }
.seccion-cesta .tableCart .tit span.text-muted { display:block; font-size: 16px; font-family: 'light'; color:var(--color1) !important; }

.seccion-cesta .table-extras th{ background:var(--color2); color:var(--color1); text-align:center; }
.seccion-cesta .table-extras p{ font-size:16px; font-family: 'light'; color:var(--color1); font-weight:bold;}
.seccion-cesta .table-extras.table-brown td{ background:var(--color1); color:white;}
.seccion-cesta .table-extras.table-brown .text-white{ color:white;}
.seccion-cesta .table-extras.table-brown .text-center{ text-align:center !important; display:block; float:none; font-weight:normal; margin-bottom: 20px; }

.seccion-cesta .shipMethod table td{ background-color: var(--color2);}
.seccion-cesta .shipMethod img{ float:left; height: 50px; margin-right: 10px;}
.seccion-cesta .shipMethod p{ float:left;}
.seccion-cesta .shipMethod .last{ float:right; margin-top: 15px; font-family:'bold'; font-size:21px; color:var(--color1) }
.seccion-cesta .shipMethod input{ margin-top: 17px; margin-right: 10px; }
.seccion-cesta .shipMethod p{ margin-top: 13px; margin-right: 10px; }
.seccion-cesta .shipMethod p small{ font-family: 'light'; }
.seccion-cesta .codeDiscount { margin: 10px; }
.seccion-cesta .codeDiscount .input-group-addon{ background-color: #46590a; color: white; border-radius:0; border:none; }
.seccion-cesta .codeDiscount input{ margin:0; box-shadow: none; background-color:#fff; border:none; border-radius:10px; color:var(--color1); }
.seccion-cesta .codeDiscount input::placeholder{ color:var(--color1); }
.seccion-cesta .codeDiscount .btn{ background-color: var(--color1); font-size: 18px; white-space: nowrap; color:white !important; padding:5px 15px; display:table; margin:0 auto; margin-top: 10px; }
@media screen and (max-width:992px){
}
@media screen and (min-width:770px){
    .seccion-cesta .codeDiscount .btn{ float:right; margin-top: 0;}
}
.seccion-cesta .row-total-tax{ background: var(--color2); margin:0 -15px -10px -15px; padding:15px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.seccion-cesta .row-total-tax *{ font-family: 'bold'; color:var(--color1) }
tr.discount .prod_total {font-size: 20px; }
tr.discount .prod_total small{font-size: 12px; font-weight: normal; display: block; margin-bottom: -5px; color:var(--color1); }

.seccion-cesta .box-white {background: transparent; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); display: table; padding: 15px; width: 100%; border-radius: 8px; overflow: hidden;  }
.seccion-cesta .title-box{ margin: -15px -15px 0 -15px; padding:15px; color:var(--color1); background: transparent; text-align:left; font-family: 'bold'; font-size:18px; text-transform:uppercase; border-bottom:solid 1px var(--color1) }
.seccion-cesta label {margin-top: 15px; font-family: 'light'; color:var(--color1) }
.seccion-cesta .form-control{ background: #fff; font-size:15px; padding:10px 12px; border-radius: 0; border: 1px solid var(--color3); box-shadow: none; color:var(--color1); height: auto; font-family: 'light'; }
.seccion-cesta .form-control::placeholder{ color:#192208; font-size:15px; }
.seccion-cesta .tableCart.table-review .toolQ span{ font-family: 'bold'; font-size:20px; }
.seccion-cesta .step2 .btn-default{ background:var(--color2); border-radius:0; padding:7px 60px 9px 60px; font-family:'bold'; font-size:22px; color:var(--color1); }
.seccion-cesta .step2 .btn-default:hover{ background:var(--color1); color:white; }

.seccion-cesta thead th { color: var(--color1); font-weight: normal; border:none; font-family: 'bold';}
.seccion-cesta .table-bordered{ border: none; }
.seccion-cesta .table-bordered thead tr{ border:none; }
.seccion-cesta .table-bordered thead tr th{ border: 1px solid rgba(0,0,0,0.1); font-size: 15px; text-align: left; }
.seccion-cesta .table-bordered tr td{ border: 1px solid rgba(0,0,0,0.1); }
.seccion-cesta .shopping_cart-total {background-color: white; border: 1px solid #e0e0e0; padding: 10px 15px; font-size: 18px; }
.seccion-cesta .shopping_cart-total .amount-label span{ font-size: 18px; padding-top: 10px; font-family: 'bold'; color:var(--color1); display:table; float:left; }
.seccion-cesta .shopping_cart-total .amount-label .text-muted{ font-size: 14px; font-family: 'light' }
.seccion-cesta .shopping_cart-total b.amount-label{ font-size: 20px; }
.seccion-cesta .shopping_cart-total b.amount-label span{ font-size: 20px; }
.seccion-cesta .shopping_cart-total b.last{ margin-left: 10px; margin-top: 0; float: right; font-size: 25px; color:var(--color1); font-family: 'light'; }
.seccion-cesta .shopping_cart-total strong.last{ margin-left: 10px; margin-top: 0; float: right; }
.seccion-cesta .shopping_cart-total hr{ margin:10px 0; }
.seccion-cesta #form-shipping-data{ margin-bottom: 20px; }
.seccion-cesta #form-shipping-data label{ margin-top: 15px; margin-bottom: 10px; }
.seccion-cesta #form-shipping-data textarea{ height: 130px; resize:none; }
.seccion-cesta .row-total-tax b.amount-label{ color:var(--color1); }
.seccion-cesta .row-total-tax b.amount-label span{ color:var(--color1); margin-top: 0; padding-top:0 }
.seccion-cesta .row-total-tax strong.last{ color:var(--color1); margin-top: 0; font-family:'light'; font-size:25px;}
.seccion-cesta .row-total-tax small{ font-size:12px; margin-left: 5px;}
.seccion-cesta .step3 .title{ font-family: 'bold'; text-align:left !important; text-transform: uppercase; color:var(--color1); }
.seccion-cesta .step3 .subtitle{ color:var(--color1); font-size:24px; font-family: 'light'; }
.seccion-cesta .step3 .subtitle2{ color:var(--color1); font-size:20px; font-family: 'light'; font-weight: bold; }
.seccion-cesta .step3 p{ font-size:15px; font-family: 'light';}
.seccion-cesta .step3 strong{ color: white;}
.seccion-cesta .step3 a{ color: var(--color1); font-family: 'bold';}
.seccion-cesta .step3 a.btn{ color: white;}
.seccion-cesta .step3 .box-white .fa{ font-size: 40px; margin-right: 15px; float: left; color:white;}
.seccion-cesta .step3 .box-white b{ font-family: 'bold' }
.seccion-cesta .step3 .box-white .big{ font-size:22px; color:#46590a; }
.seccion-cesta .step3 .box-white .medium{ font-size:16px; font-family: 'bold'; color:#46590a; }
.seccion-cesta .step3 p.title-box{ font-family: 'bold'; font-size:18px; color:white; padding:7px; line-height: 140%; }
.seccion-cesta .step3 p.title-box b{ font-family: 'bold'; font-size:18px; color:white; }
.seccion-cesta .step3 p.title-box strong{ font-family: 'bold'; font-size:18px; color:white; }
.seccion-cesta .step3 .box-white{ margin-bottom: 50px; }
.seccion-cesta .step3 .col-decoration{ margin-top: 73px; border-top: 3px solid #46590a; }
.seccion-cesta .box-normativa{ color:var(--color1); font-family:'light'}

@media only screen and (max-width: 1500px){
  .seccion-cesta .step3 .box-white{ height: 253px; }
}
@media only screen and (max-width: 1200px){
 .seccion-cesta .step3 .box-white{ height: 262px; padding-bottom: 6px; } 
}
@media only screen and (max-width: 992px){
	.seccion-cesta h1{ font-size:33px; text-align: center; }
	.seccion-cesta h2{ font-size:28px; text-align: center; }
	.seccion-cesta .step2 label{ font-size:17px; }
	.seccion-cesta .step2 .form-control{ font-size:18px; height: auto; }
	.seccion-cesta .row-bottom.step2 .btn-lg{ font-size:16px; }
	.seccion-cesta .shipMethod img{ height: 50px; }
	.seccion-cesta .step3 .shadowed{ margin-top: 20px !important; }
	.seccion-cesta .btn-step1{ display: block; width: 100%; float: none; }
	.seccion-cesta .pr0{ padding-right: 15px;  }
	.seccion-cesta .pl0{ padding-left: 15px;  }
	.seccion-cesta .tableCart .toolQ{ width: 46px; }
	.seccion-cesta .tableCart .tit{ font-size:15px; }
	.seccion-cesta .tableCart .prod_total{ font-size:15px; }
	.seccion-cesta .shopping_cart-total b.amount-label{ font-size: 18px; }
}
/*END SHOPPING CART*/


/*QUIENES SOMOS*/
.seccion-quienes-somos .linea {position: relative; }
.seccion-quienes-somos .linea p {display: table; margin-left: auto; margin-right: auto; background: white; z-index: 1; position: relative; padding-right: 16px; padding-left: 16px; }
.seccion-quienes-somos .linea::after {content: ''; height: 2px; width: 100%; background: #00a0c6; display: block; position: absolute; top: 50%; }
.seccion-quienes-somos .title-first {font-size: 40px; margin-top: 30px; font-weight: normal; }
.seccion-quienes-somos .fa{font-size: 25px;}
.seccion-quienes-somos .box-blue {padding: 30px 100px; border-radius: 37px; background-color: rgb(233 233 233 / 90%); }
.seccion-quienes-somos .box-blue.pequeña {padding: 20px 30px; border-radius: 37px; background-color: rgb(233 233 233 / 90%); }
.seccion-quienes-somos .col-text-special {padding-left: 100px; padding-right: 60px; }
.seccion-quienes-somos .background-gray.pasos-a-seguir span.number{background-color: #099ECE; color: white; border-radius: 50%; padding: 10px 18px; font-family: 'bold'; margin-right: 10px; margin-left: -55px; float: left;}
.seccion-quienes-somos .background-gray.pasos-a-seguir ul.list {padding-left: 55px;}
.seccion-quienes-somos .background-gray.pasos-a-seguir ul.list li{margin-bottom: 25px;}

@media screen and (max-width: 992px){
	.seccion-quienes-somos .col-text-special {padding-left: 20px; padding-right: 20px; }
	.seccion-quienes-somos .box-blue {padding: 20px 30px; }

}
/*END QUIENES SOMOS*/

.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: white; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); position:absolute; padding:15px 20px; width: 100%; max-width: 470px; font-family: 'light'; 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; }
.login-layer .layer p{ font-family: 'light'; font-size:15px; z-index: 1; }
.login-layer .btn-primary{ padding:6px 15px !important; }
.login-layer .btn-primary i{ font-size: 25px; }
.login-layer .form-control {box-shadow: none; border-bottom: 1px solid rgba(0,0,0,.075); font-family: 'light'; margin-bottom: 10px; }
.login-layer .close {margin-top: 5px; font-family: serif; font-size: 35px; position: absolute; z-index: 10; top: 0; right: 12px; opacity:1; color:var(--color1); text-shadow:none; cursor:pointer; }
.login-layer p.subtitle{ font-family: 'light'; font-size:28px; margin-top: 20px; color:var(--color1); }
.login-layer p.subtitle b{ color:var(--color1); 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: 30px; font-size:14px; color:#212121;}
.login-layer .checkbox label{ font-family: 'light'; color:var(--color1); font-size: 14px; }
.login-layer .checkbox a{ font-family: 'bold'; color:var(--color1); font-size: 14px; text-decoration: underline; }
.login-layer .header{ position:relative; margin:-15px -20px 0 -20px; }
.login-layer .header .btn {position: absolute; bottom: 10px; left: 50%; z-index: 1; transform: translateX(-50%); background:rgba(255,255,255,0.9); color: var(--color1); border-radius: 0; font-size: 20px;}
.login-layer .header .btn:hover{ background:rgba(255,255,255,0.7); }

.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 var(--color1); 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; }
}

#layerSC .modal-dialog{ max-width: 790px;}
#layerSC .modal-title {font-family: 'light'; font-size: 24px; text-align: center; color: var(--color1);}
#layerSC .modal-header {border-bottom: none;}
#layerSC .modal-footer {border-top: none;}
#layerSC span{ color: var(--color1);}
#layerSC span.title { font-family: 'bold'; font-size: 28px; color: var(--color1);}
#layerSC span.formato { font-family: 'bold'; font-size: 16px; color: var(--color1);}
#layerSC span.price { font-family: 'bold'; font-size: 16px; color: var(--color1);}
#layerSC span.text-fin { font-family: 'light'; font-size: 14px; color: var(--color1); margin-top: 10px; display:block;}
#layerSC button.btn.btn-default.btn-accept.btn-lg.btn-continue{color:var(--color1)}

@media only screen and (max-width: 992px) {
	#layerSC button.btn.btn-default.btn-accept.btn-lg.btn-continue{padding: 10px auto; }
	#layerSC .btn.btn-primary{padding: 10px auto ;}
}

.row-contact{ background:url('/images/background-contacto.webp') no-repeat center center; background-size:cover; text-align: center; padding:50px 0; }
.row-contact .form-control{ border:none; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05); border-radius:8px; font-size:15px; }
.row-contact .form-control::placeholder{ font-family: 'light'; color:rgba(33, 54, 107, 0.5)}
.row-contact .form-check-label{ font-family: 'light'; font-size:15px;}

.row-subscribe .title{ font-size:35px; }
.row-subscribe .form-control{ border:2px solid #21366b;}
.row-subscribe .form-control::placeholder{ font-family: 'light'; color:rgba(33, 54, 107, 0.5)}
.row-subscribe .form-check-label{ font-family: 'light';}


/*footer*/
#pie{position: relative; height:auto; padding-top: 40px; padding-bottom: 0; color:var(--color1); background: white url('/images/waves-footer.svg') no-repeat center bottom / 100% 300px; }
#pie h4,#pie h3,#pie h5{ font-family:'bold'; color:var(--color1) }
#pie .logo{ width: 100%; max-width: 90px; }
#pie ul.text-white li a{ color:var(--color1); font-family:'light'; font-size:15px; }
#pie ul.text-white li{ width: 100%; max-width: 300px; margin-bottom:12px }
#pie .copyright {background-color: #252525; padding: 20px 0; }
#pie span.glyphicon{ color:#000; }
#pie a{ color:var(--color1); text-decoration: none; font-size:14px;}
#pie a:hover{ color:var(--color1); text-decoration: underline; }
#pie a.link{ color:#000; }
#pie .btn{font-size: 16px; }
#pie .column-social a{ font-size:20px; margin-right: 10px; }
#pie .payment-methods{ margin-bottom: 40px; }
#pie .ico-metodo.disabled{ opacity: 0.5; }
#pie .row-bottom-footer{ padding-top: 200px; padding-bottom: 15px; color:white; }
#pie .row-bottom-footer ul{ display: flex; justify-content: space-between; }
#pie .row-bottom-footer a{ color:white; font-family: 'light'; font-weight: 300; }
#pie .row-white{ background: white; padding-top: 20px; padding-bottom: 40px;}
#pie .logo-next-gen{ width:200px; max-width: 50%; }
#pie .logo-next-gen-euro{ width:140px; max-width: 50%; }
#pie .social{ border-bottom:2px solid white; margin-bottom: 10px; }
#pie .social a{ font-size: 30px; display: inline-block; color:white; margin:0 10px 10px 10px; transition:ease all .3s; }
#pie .social a:hover{ color:var(--color1); }
#pie.footer-sat{ background-color:var(--color1); color:white; }
#pie.footer-sat a{ color:white; }
#pie.footer-sat h4{ color:white; }
#pie.footer-empresa{ background-color:var(--color1); color:white; }
#pie.footer-empresa a{ color:white; }
#pie.footer-empresa h4{ color:white; }
#pie.footer-hosteleria{ background-color:var(--color1); color:white; }
#pie.footer-hosteleria a{ color:white; }
#pie.footer-hosteleria h4{ color:white; }
@media (max-width:992px){
    #pie .row-bottom-footer ul{ display: block;}
    #pie .row-bottom-footer .list-inline-item{ margin-left: 5px !important; margin-right: 5px !important; }
    #pie{ background: white url('/images/waves-footer.svg') no-repeat center bottom / 200% 320px; }
}

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