@charset "utf-8";:root {
    --primary: #1874B8;
    --secondary: #898B8B;
    --title-color: #1D1D1D;
    --text-color: #666;
    --input-placeholder-color: #A1A5B7;
    --input-text-color: #000;
    --checkbox-color: #E20613;
    --label-color: #000;
    --label-color-hover: #1874B8;
}

@font-face
{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/poppins-v23-latin-300.woff2") format("woff2"),
    url("../fonts/poppins-v23-latin-300.ttf") format("truetype")
}

@font-face
{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v23-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v23-latin-regular.ttf") format("truetype")
}

@font-face
{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins-v23-latin-500.woff2") format("woff2"), url("../fonts/poppins-v23-latin-500.ttf") format("truetype")
}

@font-face
{
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins-v23-latin-600.woff2") format("woff2"), url("../fonts/poppins-v23-latin-600.ttf") format("truetype")
}

@font-face
{
    font-family: 'RobotoRegular';
    src: url('../gestina/fonts/Roboto-Regular.eot');
    src: url('../gestina/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../gestina/fonts/Roboto-Regular.woff2') format('woff2'),
    url('../gestina/fonts/Roboto-Regular.woff') format('woff'),
    url('../gestina/fonts/Roboto-Regular.ttf') format('truetype'),
    url('../gestina/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding: 110px
}

html.no-scroll {
    overflow: hidden
}

::-moz-selection {
    color: #fff;
    background: var(--primary)
}

::selection {
    color: #fff;
    background: var(--primary)
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal
}

.cke_editable {
    font-family: RobotoRegular!important;
    font-weight: 300!important;
    overflow: auto;
    padding-bottom: 20px;
    display: block!important;
    font-size: 16px!important;
    margin: 20px
}

.cke_editable strong {
    font-weight: 700
}

.cke_editable li {
    margin: 20px
}

*,body {
    padding: 0
}

* {
    margin: 0;
    outline: 0
}

b,strong {
    font-weight: 600
}

body {
    font-family: Poppins ,serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    line-height: normal;
    padding-right: 0!important;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden
}

body.menuFixed {
    padding-top: 97px
}

font {
    font-size: 1rem
}

a,a:hover {
    text-decoration: none;
    color: inherit
}

.ws-nowrap {
    white-space: nowrap
}

.dotdotdot {
    overflow: hidden
}

#banner .owl-nav>div path,.dimbox-container path,.owl-custom-nav.white .owl-nav div path {
    fill: #fff
}

.dimbox-container :active,.dimbox-container :focus,.dimbox-container :focus-visible {
    outline: 0
}

.dimbox-container [class^=dimbox-btn] {
    opacity: 1
}

.owl-dots.disabled,.owl-nav.disabled {
    display: none!important
}

.owl-carousel {
    touch-action: manipulation
}

.owl-carousel.owl-center .owl-stage {
    margin-left: auto;
    margin-right: auto
}

.owl-custom-nav .owl-nav:not(.disabled) {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    position: relative;
    z-index: 11
}

.owl-custom-nav .owl-nav:not(.disabled)>div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: all .3s;
    pointer-events: all
}

.owl-custom-nav .owl-nav div path {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.owl-custom-nav .owl-nav div:hover path {
    fill: var(--secondary)
}

.owl-custom-nav.owl-loaded .owl-dots {
    align-self: center;
    margin-bottom: 5px
}

.owl-shadow .owl-stage-outer {
    overflow: visible
}

.owl-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: none;
    pointer-events: none
}

.owl-shadow .owl-item.active {
    transition: all 350ms linear;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.owl-carousel:not(.owl-grab) .owl-item:not(.active)>*,.owl-carousel:not(.owl-grab) .owl-item:not(.active)>*>* {
    box-shadow: none
}

.owl-dots:not(.disabled) {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 8px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
    margin: 30px auto 0;
    width: max-content;
    pointer-events: all
}

#banner .owl-dots:not(.disabled) {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    margin-top: 0;
    flex-direction: column
}

#banner .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 20px
}

#banner .owl-nav>div {
    pointer-events: all
}

#banner .owl-nav>div:hover path, #menuNavbarCollapse li a:hover path,#menuNavbarCollapse li.menu-seleccionado>a path,#menuNavbarCollapse li.open>a path,#menuNavbarCollapse li.show>a path,.btnStandard.btn-white path {
    stroke: white;
}

#faqs .card-header[aria-expanded=true] .itemFaqBtn path{
    stroke: white;
}

.owl-dot {
    display: block!important;
    cursor: pointer
}

.owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ced4da
}

#banner .owl-nav>div path,.owl-dot span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.owl-dot.active span,.owl-dot:hover span {
    background: var(--primary)
}

#carousel-banner img.item-banner-img {
    object-fit: cover;
    height: 100%;
    user-select: none;
    pointer-events: none;
    object-position: center;
    -webkit-transition: opacity 800ms linear;
    -moz-transition: opacity 800ms linear;
    -ms-transition: opacity 800ms linear;
    -o-transition: opacity 800ms linear;
    transition: opacity 800ms linear;
    opacity: 0
}

.owl-dot,.owl-dot span,.slide-banner {
    position: relative
}

.datos-banner {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: calc(16.666666667% + 12px);
    width: 622px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    padding: 30px;
}

.datos-banner-titulo {
    position: relative;
    color: var(--primary);
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    display:inline-block;
}

.datos-banner-texto {
    color: #1D1D1D;
    line-height: 25px;
    margin-top: 25px;
}

.datos-banner-btn {
    margin-top: 50px;
}

.datos-banner-btn,.datos-banner-texto,.datos-banner-titulo {
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

#carousel-banner .active .datos-banner {
    animation: slideIn 2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

#btn-subir:hover::before,#carousel-banner .active .item-banner-img {
    opacity: 1
}

#carousel-banner .datos-banner-texto {
    -webkit-transition-delay: .5s!important;
    -moz-transition-delay: .5s!important;
    -ms-transition-delay: .5s!important;
    -o-transition-delay: .5s!important;
    transition-delay: .5s!important
}

#carousel-banner .datos-banner-btn {
    -webkit-transition-delay: 1s!important;
    -moz-transition-delay: 1s!important;
    -ms-transition-delay: 1s!important;
    -o-transition-delay: 1s!important;
    transition-delay: 1s!important
}

#banner, #carousel-banner img.item-banner-img {
    position: relative;
    height: calc(100vh - 319px);
    max-height: 430px;
    min-height: 400px;
}

.current_section_inicio #banner,.current_section_inicio #carousel-banner img.item-banner-img {
    position: relative;
    height: calc(100vh - 117px);
    max-height: 100vh;
    min-height: 700px
}

#carousel-banner video {
    width: 100%;
    object-fit: cover
}

.subTituloSeccion {
    position: relative;
    color: var(--primary);
    font-size: 15px;
    line-height: normal;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.subTituloSeccion a:hover,a.subTituloSeccion:hover {
    color: var(--title-color)
}

.tituloSeccion {
    margin-bottom: 35px;
    color: var(--title-color);
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.subTituloSeccion.white,.textoSeccion.white,.tituloSeccion.white {
    color: #fff
}

.textoSeccion {
    color: var(--text-color);
    word-wrap: break-word;
    line-height: 30px;
    font-weight: 300;
}

.tituloSeccion.white:after {
    background-color: #fff
}

.textoSeccion ol,.textoSeccion ul {
    margin-left: 35px;
    margin-top: 10px;
    list-style-position: inside
}

.textoSeccion a:not(.btnStandard) {
    color: var(--primary);
    text-decoration: underline
}

.textoSeccion h1,.textoSeccion h2,.textoSeccion h3,.textoSeccion h4 {
    margin-top: 20px;
    margin-bottom: 15px
}

.textoSeccion table {
    max-width: 100%;
    color: var(--text-color);
    margin-bottom: 0!important;
    border-collapse: collapse;
    border-color: var(--primary)
}

.textoSeccion table:not(.no-borders) td,.textoSeccion table:not(.no-borders) th {
    border-top: 1px solid;
    border-color: var(--primary);
    padding: 8px 10px
}

.btnStandard {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none!important;
    background: var(--primary);
    text-align: center;
    z-index: 1;
    padding: 15px 35px;
    overflow: hidden;
    justify-content: center;
    transition: all 240ms linear 0ms;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 1.5px;
}

.btn-white {
    background: #fff;
    color: var(--primary)
}

.btnStandard.btn-small {
    padding: 5px 25px
}

.btnStandard path,.btnStandard.btn-white:hover path {
    transition: all .3s;
}

.btnStandard:focus,.btnStandard:hover {
    color: white;
    background: #082536;
    border-color: var(
            --secondary)
}

.btnStandardInv:focus,.btnStandardInv:hover {
    background: var(--primary);
    border-color: #fff
}

.sinResultados {
    text-align: center;
    height: 200px;
    font-size: 1.125rem;
    padding-top: 90px
}

.imagenDerecha {
    position: sticky;
    top: 90px;
    margin: 0;
    text-align: right
}

.imagenDerecha img {
    border-radius: 20px;
}

ol,ul {
    padding: 0
}

.pp_social {
    display: none
}

.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    border-radius: 50%
}

.whatsapp .tooltipster-left {
    cursor: pointer
}

#bloque-whatsapp {
    position: absolute;
    width: 400px;
    max-width: calc(100vw - 40px);
    right: 0;
    bottom: 0;
    background: #f9f6f8;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-radius: 30px;
    overflow: hidden;
    z-index: 111111;
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: transform .4s,opacity .4s;
    -moz-transition: transform .4s,opacity .4s;
    -ms-transition: transform .4s,opacity .4s;
    -o-transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s
}

#bloque-whatsapp.open {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#bloque-whatsapp-header {
    background: var(--primary);
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#bloque-whatsapp-titulo {
    display: inline-flex;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    align-items: center;
    letter-spacing: 2px
}

#bloque-whatsapp-cerrar {
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#bloque-whatsapp-body {
    padding: 14px 20px 20px
}

.msg-whatsapp {
    position: relative;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    min-height: 160px;
    color: var(--title-color);
}

#bloque-whatsapp-footer {
    padding: 0 20px 20px
}

#bloque-whatsapp-cerrar path {
    stroke: white;
}

header {
    z-index: 2000;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
}

#header-top {
    background-color: var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0
}

#header-top>div {
    display: flex;
    align-items: center;
    gap: 110px
}

.item-dato,.redes-sociales {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 20px
}

.redes-sociales {
    align-self: flex-start;
    gap: 10px;
    font-size: 15px;
    justify-content: flex-end;
    color: #fff;
    margin-left: auto
}

.redes-sociales a {
    background: white;
    width: 31px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuNavbarCollapse li.nav-item>a svg,.redes-sociales a,.redes-sociales a path {
    transition: all .3s
}

.redes-sociales a.iconInstagram:hover {
    background: linear-gradient(46deg, #FFB000 7.84%, #F37C31 16.2%, #EA525A 24.56%, #E33477 32.92%, #DF2289 41.28%, #DE1C90 49.64%, #BB25A4 66.36%, #7E37CA 91.44%);
}

.redes-sociales a:hover path {
    fill: white;
}

.redes-sociales a.iconFacebook:hover {
    background: #0866FF;
}

.redes-sociales a.iconTiktok:hover {
    background: #000000;
}

.iconLinkedin path {
    fill: var(--primary);
}

.redes-sociales .iconLinkedin:hover {
    background: #0274B3;
}

.navbar-nav>.dropdown:not(.bootstrap-select):hover>.dropdown-menu {
    top: 0;
}

.dropdown:not(.bootstrap-select):hover>.dropdown-menu {
    display: block!important;
    opacity: 1!important;
    visibility: visible!important;
    pointer-events: all!important;
}

#navbarWeb {
    padding: 0;
    width: 100%
}

#menuBloque {
    position: relative;
    z-index: 20000;
    background-color: #fff
}

#menuBloque>div {
    display: flex;
    align-items: center
}

.navbar-nav {
    align-items: center;
    width: 100%;
    gap: 15px 30px;
    justify-content: space-between;
}

body:not(.current_section_inicio) .navbar-nav {
    justify-content: space-between
}

.navbar-brand {
    padding: 0;
    margin: 0 210px 0 0;
}

#menuNavbarCollapse {
    gap: 10px 60px
}

#menuNavbarCollapse li a {
    text-decoration: none;
    transition: all .3s;
    padding: 0;
    line-height: normal;
    text-align: center;
    color: var(--title-color);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
}

.dropdown:not(.bootstrap-select) a i {
    vertical-align: middle;
    line-height: 0;
    font-size: 14px;
    margin-left: 5px;
    display: none
}

#menuNavbarCollapse li.nav-item>a {
    position: relative;
    -webkit-transition: color .25s ease-out;
    -moz-transition: color .25s ease-out;
    transition: color .25s ease-out;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 30px 0;
}

#menuNavbarCollapse li .dropdown-submenu a {
    padding: 4px 10px
}

#menuNavbarCollapse li.dropdown.nav-item:hover>a,#menuNavbarCollapse li.menu-seleccionado>a,#menuNavbarCollapse li.nav-item a:hover,#menuNavbarCollapse li.open>a,#menuNavbarCollapse li.show>a {
    color: var(--primary)
}

#menuNavbarCollapse li.nav-item a:hover svg,#menuNavbarCollapse li.nav-item.menu-seleccionado>a svg,#menuNavbarCollapse li.nav-item.open>a svg,#menuNavbarCollapse li.nav-item.show>a svg {
    transform: rotate(45deg)
}

#menuNavbarCollapse .dropdown-item.active path,#menuNavbarCollapse .dropdown-item.text-dark path,#menuNavbarCollapse .dropdown-item:active path,#menuNavbarCollapse .dropdown-item:hover path,#menuNavbarCollapse .dropdown>ul>li.dropdown:hover>.dropdown-item path,#menuNavbarCollapse .sub-menu-item a:hover path,#menuNavbarCollapse .sub-menu-item.menu-seleccionado a path,#menuNavbarCollapse a.bg-light:focus path,#menuNavbarCollapse a.bg-light:hover path {
    fill: #fff
}

#menuNavbarCollapse.navbar-collapse li.nav-item {
    position: relative;
    line-height: 0;
    flex-shrink: 0
}

#menuNavbarCollapse .caret,.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,.sub-arrow {
    display: none!important
}

.dropdown-toggle::after {
    margin-left: .5em;
    position: absolute;
    top: calc(50% - 5px);
    right: -13px;
    display: none
}

#menuNavbarCollapse li>a .dropdown-menu {
    color: #666
}

#menuNavbarCollapse ul.dropdown-menu li:last-child {
    border-bottom: none;
    display: block!important
}

#menuNavbarCollapse ul.dropdown-menu {
    display: block;
    opacity: 0;
    top: 60px;
    left: 0;
    right: 0;
    visibility: hidden;
    width: max-content;
    max-width: 415px;
    margin: 0;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    max-height: 68vh;
    min-width: 308px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.fixed #menuNavbarCollapse ul.dropdown-menu {
    top: 30px;
}

#menuNavbarCollapse ul.dropdown-menu ul.dropdown-menu {
    left: calc(100% + 10px)!important;
    top: 0;
    margin: 0;
    max-width: 400px;
    pointer-events: none
}

#menuNavbarCollapse .dropdown>a,.dropdown-item {
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.dropdown-item {
    display: flex
}

#menuNavbarCollapse ul.dropdown-menu ul.dropdown-menu:before {
    content: "";
    width: 20px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: -20px;
    top: 0
}

#menuNavbarCollapse.navbar-collapse.show ul.dropdown-menu {
    border: 0;
    box-shadow: none;
    width: 100%
}

#menuNavbarCollapse .dropdown>.dropdown-toggle:active {
    pointer-events: none
}

#menuNavbarCollapse .dropdown-item {
    position: relative;
    color: var(--title-color);
    transition: all .4s;
    white-space: normal;
    background-color: transparent;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: start;
    line-height: 45px;
}

#menuNavbarCollapse .dropdown>a {
    display: inline-flex
}

#menuNavbarCollapse .dropdown-item path {
    fill: var(--primary);
    transition: all .3s
}

#menuNavbarCollapse .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible
}

#menuNavbarCollapse .dropdown-menu li {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

#menuNavbarCollapse .dropdown-menu.tamanyoFijo {
    width: 380px
}

#menuNavbarCollapse .dropdown-menu.tamanyoFijo a {
    white-space: normal
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

#menuNavbarCollapse .dropdown-item.active,#menuNavbarCollapse .dropdown-item.text-dark,#menuNavbarCollapse .dropdown-item:active,#menuNavbarCollapse .dropdown-item:hover,#menuNavbarCollapse .dropdown>ul>li.dropdown:hover>.dropdown-item,#menuNavbarCollapse .sub-menu-item a:hover,#menuNavbarCollapse .sub-menu-item.menu-seleccionado a,#menuNavbarCollapse a.bg-light:focus,#menuNavbarCollapse a.bg-light:hover {text-decoration: underline;}

#menuNavbarCollapse .sub-menu-item:hover span {
    visibility: visible
}

#menuBloque.fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease,-webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease;
    z-index: 1999;
    margin-top: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    padding-top: 7px;
    padding-bottom: 7px;
}

#menuBloque.fixed #menuNavbarCollapse li.nav-item>a {
    padding-top: 0;
    padding-bottom: 0;
}

#cerrarMenu {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    display: none
}

.icon-dropdown {
    line-height: 0
}

#wrapper {
    z-index: 20;
    position: relative;
    margin-top: 80px;
    flex-grow: 1
}

.current_section_inicio #wrapper {
    margin-top: 0!important
}

.tooltipster-base {
    z-index: 99999999999!important
}

.itemFaqTitle,.tooltipStandard {
    cursor: pointer
}

.tooltipster-sidetip.tooltipster-base .tooltipster-box {
    font-weight: 500;
    background: var(--primary);
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px
}

.tooltipster-sidetip.tooltipster-base.tooltip-area .tooltipster-box {
    background: var(--primary)
}

.tooltipster-sidetip.tooltipster-base .tooltipster-content {
    color: #fff
}

.tooltipster-sidetip.tooltipster-base.tooltip-area .tooltipster-arrow-background,.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: var(--primary)!important
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: var(--primary)!important
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: var(--primary)!important
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent!important
}

#paginador,.itemFaq+.itemFaq {
    margin-top: 15px;
}

.itemFaqTitle {
    color: var(--title-color);
    font-weight: 600;
    line-height: 20px
}

.itemFaq.selected {
    background: linear-gradient(90deg, #26A7DF 0.13%, #268FCC 66.14%, #27539D 176.17%, #283D8C 220.18%);
}

.itemFaq.selected *{
    color: white;
}

#faqs .card-header[aria-expanded=true] .itemFaqTitle,.itemFaqText a {
    color: white;
}

#faqs .card-header[aria-expanded=true] .itemFaqBtn {
    transform: rotate(180deg)
}

.itemFaqText {
    line-height: 25px;
    padding: 14px 20px;
    border-top: 1px solid white;
}

.itemFaqText a {
    text-decoration: underline
}

.itemFaqBtn {
    cursor: pointer;
    margin-left: 10px;
}

.itemFaqBtn,.itemFaqBtn path {
    transition: all .4s
}

.itemFaqData {
    width: calc(100% - 10px);
    display: inline-block;
    vertical-align: middle
}

#faqs .card-header {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#faqs .card {
    box-shadow: none;
    border: inherit;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.sl-wrapper {
    z-index: 104000;
    user-select: none
}

.sl-overlay {
    z-index: 103500
}

.sl-wrapper .sl-close,.sl-wrapper .sl-counter,.sl-wrapper .sl-navigation button {
    color: var(--primary);
    outline: 0!important
}

.sl-wrapper .sl-image img {
    pointer-events: none;
    user-select: none
}

.sl-caption {
    display: none!important
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 0;
    height: 0;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease
}

.overlay.active {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%
}

#blockUI_bloqueBanner .modal-dialog {
    max-width: 95%
}

#btn-subir {
    position: fixed;
    right: 25px;
    bottom: 105px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

#btn-subir circle{
    transition: all linear 0.3s;
}

#btn-subir:hover circle {
    fill: #082536;
}

#ventajas {
    padding-block: 80px;
}

.item-ventaja {
    text-align: center;
    color: var(--text-color);
    transition: all 240ms linear 0ms;
    min-height: 312px;
}

.item-ventaja-titulo {
    font-size: 20px;
    font-weight: 600;
    transition: all 240ms linear 0ms;
    color: var(--title-color);
    line-height: 23px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.item-ventaja-texto {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.item-estadistica {
    position: relative;
}

.item-estadistica-num {
    color: rgba(255, 255, 255, 0.20);
    font-size: 200px;
    font-weight: 600;
    line-height: normal;
    display: contents;
}

.item-estadistica-num span {
    font-size: 72px;
}

.item-estadistica-titulo {
    color: white;
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: 500;
    text-transform: capitalize;
}

.item-servicio {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.item-servicio img {
    transition: all 300ms ease;
}

.item-servicio-titulo {
    color: var(--title-color);
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    transition: all .3s;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.item-servicio-texto {
    font-size: 16px;
    font-weight: 300;
    transition: all .3s ease;
    position: relative;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.btn-item-servicio {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s linear;
}

.col-item-servicio:hover .btn-item-servicio {
    opacity: 1;
}

.item-servicio-datos * {
    z-index: 99999999;
}

.col-item-servicio:hover::before {
    opacity: 0;
    z-index: 0
}

.col-item-servicio:hover img {
    transform: scale(1.1);
}

.col-item-servicio:hover .item-servicio-img:after {
    opacity: 1;
}

.col-item-servicio .item-servicio-img:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s linear;
}

#ventajas {
    color: #fff
}

.item-trabajo {
    display: block;
    overflow: hidden
}

.item-trabajo img {
    transition: all 1s linear!important
}

.item-trabajo-datos {
    background: linear-gradient(180deg,transparent 0,#000 100%);
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.item-trabajo-titulo {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    padding: 0 10px
}

.item-trabajo:hover .item-trabajo-datos {
    transform: scale(1);
    opacity: 1
}

.item-empresa-img {
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    aspect-ratio: 1;
    object-fit: contain
}

.item-foto {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
    transition: all 300ms ease;
}

.item-foto-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    transition: all .3s
}

.item-foto-hover svg {
    width: 60px;
    height: auto;
    transition: all .3s;
    transform: scale(0)
}

.contienePaginador a#enlaceAtras:hover path,.contienePaginador a#enlaceSiguiente:hover path,.item-foto-hover svg path {
    stroke: #fff;
}

.item-foto:hover .item-foto-hover {
    opacity: 1
}

.item-foto:hover .item-foto-hover svg {
    transform: scale(1)
}

#container-como-trabajamos {
    display: block;
}

#como-trabajamos-contacto {
    padding: 112px calc(8.333333334% + 12px) 112px 0;
    background-size: auto 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    flex-shrink: 0
}

#formContacto {
    width: 100%;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

#como-trabajamos-list {
    position: relative;
    list-style: none;
    margin-bottom: 0
}

#como-trabajamos-list::before {
    content: "";
    position: absolute;
    height: calc(100% - 100px);
    border-left: 2px dashed #ced4da;
    left: 24px;
    z-index: -1
}

.item-como-trabajamos {
    position: relative;
}

.item-como-trabajamos+.item-como-trabajamos {
    margin-top: 40px
}

.item-como-trabajamos-num {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.item-como-trabajamos-num::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 10px solid #fff
}

.item-como-trabajamos-datos {
    display: flex;
    flex-grow: 1;
    gap: 30px
}

.item-como-trabajamos-titulo {
    width: 215px;
    flex-shrink: 0;
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px
}

.item-como-trabajamos-texto {
    color: #222;
    font-size: 15px;
    line-height: 25px;
    height: 100px;
    overflow: hidden
}

.current_section_inicio #mapa {
    position: relative;
    margin-bottom: -120px;
}

#google_maps,.google_maps {
    min-height: 615px;
    height: 100%
}

#google_maps.no-mapa,.google_maps.no-mapa {
    position: relative;
    background-image: url(../img/mapa.png);
    background-size: cover;
    background-position: center center
}

.datosMapas {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    font-family: Roboto,Arial,sans-serif;
    font-size: .625rem;
    padding: 0 5px;
    color: #444;
    user-select: none
}

.datosMapas a,.datosMapas a:hover {
    color: #444;
    margin-left: 3px;
    text-decoration: none
}

#container-datos-localizacion {
    position: relative;
    z-index: 1;
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
}

#datos-localizacion {
    display: flex;
    justify-content: space-between;
    padding-block: 60px;
    border-radius: 10px
}

.item-localizacion {
    display: flex;
    gap: 20px;
}

.item-localizacion-icono {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 45px;
    background: var(--primary);
    text-align: center;
}

.item-localizacion-icono img {
    width: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.item-localizacion-titulo {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
}

.item-localizacion-texto {
    font-size: 15px;
    font-weight: 400;
    color: var(--title-color);
}

input[type=file] {
    font-size: 15px
}

#container-valoraciones {
    position: relative
}

.ver-todos {
    color: var(--primary);
    text-align: end;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
    width: fit-content;
    position: relative;
    right: 0;
    bottom: 0;
    transition: all linear 0.3s;
}

.ver-todos path {
    transition: all linear 0.3s;
}

.ver-todos:hover path {
    stroke: #082536;
}

.ver-todos:hover {
    color: #082536;
    text-decoration: underline
}

#valoraciones.owl-loaded {
    display: flex;
    flex-direction: column
}

#valoraciones.owl-loaded .owl-dots {
    align-self: center
}

#valoraciones .owl-stage {
    display: flex;
    align-items: stretch;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0!important
}

.valoracion-media {
    font-size: 25px;
    line-height: 25px;
    color: #ffb238;
    margin-right: 10px;
    font-weight: 500
}

.item-resena {
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 18px;
    background: #fff;
    height: 100%
}

.icono-google,.item-resena-usuario img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px!important;
    height: auto
}

.item-resena-estrellas {
    margin-top: 10px
}

.valoracion-estrellas span {
    display: inline-block;
    vertical-align: middle
}

.valoracion-estrellas {
    line-height: 0;
    display: flex;
    align-items: center
}

.valoracion-estrellas span+span {
    margin-left: 4px
}

.item-resena-imagen {
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.25);
    flex-shrink: 0;
    width: 40px!important
}

.item-resena-datos {
    padding-left: 10px
}

.item-resena-usuario {
    position: relative;
    color: #4E454A;
    margin-bottom: 2px;
    padding-right: 20px;
    max-height: 40px;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px
}

.item-resena-usuario img {
    right: 0;
    top: 0
}

.basadoEn,.item-resena-texto {
    font-size: 15px;
    line-height: 23px
}

.item-resena-texto {
    margin-top: 10px;
    min-height: 92px;
    color: #222;
    font-weight: 400
}

.basadoEn {
    margin-top: 7px;
    color: var(--text-color);
    font-weight: 500
}

.btn-valorar {
    background: var(--primary);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    border-radius: 30px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    cursor: pointer
}

.btn-valorar img {
    margin-left: 10px
}

.btn-valorar:hover {
    color: #fff;
    text-decoration: none
}

.btn-mas-resena {
    margin-top: 25px
}

.valoracion-texto {
    height: 125px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
    color: #4E454A;
}

.btn-mas-valoracion {
    font-size: 15px;
    color: var(--primary);
    margin-top: 5px;
    font-weight: 500
}

.custom-scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: #dadada #fff;
    overflow: auto
}

.custom-scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #fff;
    border-radius: 10px
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #dadada;
    -webkit-box-shadow: none
}

.custom-scroll-bar:hover {
    scrollbar-color: #dadada #fff
}

.custom-scroll-bar:hover::-webkit-scrollbar-thumb {
    background-color: #dadada
}

.contienePaginador {
    color: #fff;
    font-weight: 400;
    font-size: 0;
    display: inline-block;
    padding: 10px 0;
    margin: 30px 0 0
}

.contienePaginador path {
    stroke: var(--primary);
}

.contienePaginador a {
    color: var(--primary);
    text-decoration: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    margin: 0;
    font-size: 20px;
    vertical-align: middle;
    border: 1px solid var(--primary)
}

.contienePaginador a+a {
    margin-left: 15px
}

.contienePaginador a#enlaceAtras:hover,.contienePaginador a#enlaceSiguiente:hover,.contienePaginador a.paginaSeleccionada,.contienePaginador a:hover {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary)
}

.contienePaginador svg {
    height: auto
}

.menu-footer a,footer {
    position: relative;
    font-size: 14px;
}

footer {
    color: #fff;
    margin-top: 0;
    background: var(--primary);
    padding-top: 35px;
    margin-top: 110px;
}

.footer a:hover {
    text-decoration: underline;
}

#container-menu-footer {
    padding: 0 15px
}

.titulo-menu-footer {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.menu-footer,.menu-legales {
    list-style: none;
    margin-bottom: 0
}

.menu-footer a {
    font-weight: 400;
    text-transform: capitalize;
    line-height: 25px;
}

.menu-footer a:before {
    content: url(../img/iconos/caret-right.svg);
    position: absolute;
    left: -25px;
    top: 0;
    transition: all .2s
}

.menu-legales {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.menu-legales li+li::before {
    content: "|";
    margin: 0 10px
}

.tab-pane.active {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: flipInX
}

.modal-dialog.modal460 {
    width: 460px
}

.modal-dialog.modal622 {
    width: 622px
}

.modal-dialog.modal680 {
    width: 680px
}

.modal-dialog.modal800 {
    width: 800px
}

.modal-dialog.modal1050 {
    width: 1050px
}

.botoneraBlockUI {
    width: 100%
}

.esperePorFavor {
    font-size: 0;
    border: 5px solid var(--primary);
    border-radius: 40px;
    height: 40px;
    margin: 0 auto;
    width: 40px;
    z-index: 1000007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;
    display: block
}

.modalEspere {
    box-shadow: none!important
}

.modalEspere img {
    display: none
}

.modalEspere .modal-content {
    background-color: transparent;
    border: 0
}

.bloqueModal {
    display: none;
    text-align: left
}

.modal .bloqueModal {
    display: block
}

.modal {
    text-align: center;
    background: rgba(0,0,0,.5);
    z-index: 9999999
}

.btnStandard:hover svg path {
    stroke: white;
}

.btnStandard:focus span, .btnStandard:hover span {
    color: white;
}

.item-ventaja-icono {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background: #EDEDED;
    border-radius: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s linear 0s;
    position: relative;
}

.item-ventaja-icono svg {
    margin-bottom: -15px;
}

.item-ventaja:hover .item-ventaja-icono {
    background: var(--primary);
}

.item-ventaja-icono::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary);
    z-index: -1;
    border-radius: 50%;
    transform: scale(1.3);
    transition: all 0.3s linear 0s;
    opacity: 0;
}

.item-ventaja:hover .item-ventaja-icono::before {
    transform: scale(1);
    opacity: 1;
}

.col-texto-qs {
    max-width: 622px;
}

#estadisticas {
    background: var(--primary);
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 730px;
}

.estadisticas .row>* {
    margin-top: 0;
}

.item-estadistica:after {
    content: '';
    display: block;
    height: 50px;
    width: 1px;
    position: absolute;
    right: calc(-1* 30px / 2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: white;
}

.item-estadistica#estadisticaNum3:after {
    display: none;
}

.current_section_inicio #galeria .tituloSeccion {
    color: white;
}

.current_section_inicio #bombas-agua {
    margin-top: -350px;
}

.item-como-trabajamos .icon path {
    fill: var(--title-color);
}

.item-como-trabajamos .tj-icon {
    margin: 0 auto;
    position: relative;
    border-radius: 235px;
    width: 235px;
    height: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 3px dashed var(--primary);
}

.item-como-trabajamos::before {
    content: "";
    clear: both;
    position: absolute;
    top: 100px;
    width: 140px;
    right: -21%;
    max-width: 100%;
    background: url(../img/iconos/flecha-roja.svg);
    background-position: right top;
    background-repeat: no-repeat;
    height: 30px;
    line-height: 0;
}

.item-como-trabajamos .icon {
    font-size: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 200px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    background: white;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.1);
}

.item-como-trabajamos .icon::after {
    z-index: -1;
    border-radius: 500px;
    content: "";
    clear: both;
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--primary);
    transition: all 0.4s ease-in-out;
}


.item-como-trabajamos .number {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
    border-radius: 60px;
    border: 1px solid var(--primary);
    background: white;
}

.item-como-trabajamos .number span {
    color: var(--primary);
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.item-como-trabajamos .tj-content {
    margin-top: 30px;
    text-align: center;
}

.item-como-trabajamos .process__title {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--title-color);
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
}

.item-como-trabajamos .tj-content p {
    font-weight: 300;
    line-height: 23px;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
}

.item-como-trabajamos:hover .icon::after {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
}

.item-como-trabajamos:hover .icon svg {
    transform: rotateY(180deg);
}

.item-como-trabajamos:hover .icon path {
    fill: white;
}

.item-como-trabajamos * {
    transition: all 0.4s ease-in-out;
}

.col-item-como-trabajamos:last-child .item-como-trabajamos::before {
    display: none;
}

.current_section_inicio #galeria {
    background: var(--primary);
    padding-top: 80px;
    padding-bottom: 80px;
}

.current_section_inicio #galeria .subTituloSeccion {
    color: white;
}

.item-galeria-imagen {
    /* border-radius: 20px; */
    transition: all 300ms ease;
}

.item-galeria {
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    border-radius: 20px;
    border: 0 solid transparent;
}

.item-galeria svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 1;
}

.item-galeria span {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 1;
}

.item-galeria::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%);
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: 0;
}

.item-galeria:hover::after {
    opacity: 1;
}

.item-galeria:hover svg, .item-galeria:hover span {
    opacity: 1;
}

.item-galeria:hover {
    border: 10px solid var(--primary);
}

.current_section_inicio .item-galeria-imagen, .current_section_inicio .item-galeria::after {
    border-radius: 20px;
}

#formContacto .textoSeccion {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

#footer-bottom {
    border-top: 1px solid white;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
}

.logoFooter {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.current_section_quienesSomos .imagenDerecha img {
    border-radius: 0;
}

.current_section_inicio footer, .current_section_contacto footer {
    margin-top: 0;
}

.current_section_contacto #formContacto {
    box-shadow: none;
    padding: 0;
}

.current_section_contactoEnviado .textoSeccion {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
}

.menuFixed #menuNavbarCollapse li.nav-item>a::before {
    bottom: -20px;
}

#menuBloque.fixed #menuNavbarCollapse li.nav-item>a.btnStandard {
    padding: 25px 35px;
    color: white;
    transition: all .25s ease-out;
}

#menuNavbarCollapse li.nav-item a.btnStandard:hover svg {
    transform: none;
}

.menuFixed .nav-item-presupuesto {
    display: block !important;
}

.nav-item.nav-item-presupuesto {
    margin-left: 35px;
}

.menuFixed .navbar-brand {
    margin: 0 250px 0 0;
    max-width: 200px;
}

.carousel-trabajos-realizados .item-trabajo-realizado {
    margin-bottom: 30px;
}

.item-trabajo-realizado, .item-galeria-producto {
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 300ms ease;
}

.item-trabajo-realizado:hover, .item-galeria-producto:hover {
    border: 2px solid white;
}

.custom-owl-nav-trabajos-realizados button {
    background: white;
    border-radius: 30px;
    border: 2px solid var(--primary);
    width: 60px;
    height: 60px;
}

.custom-owl-nav-trabajos-realizados button:hover svg path {
    stroke: var(--primary);
}

.custom-owl-nav-trabajos-realizados .customNext {
    margin-left: 15px;
}

.custom-owl-nav-trabajos-realizados button, .custom-owl-nav-trabajos-realizados path {
    transition: all .25s ease-out;
}

.custom-owl-nav-trabajos-realizados svg {
    width: 100%;
    height: 100%;
}

.contienePaginador a path {
    transition: all .3s ease-in-out;
}

.col-item-servicio {
    position: relative;
    border-bottom: 2px solid var(--title-color);
    padding-bottom: 40px;
    transition: all 0.3s linear;
}

.col-item-servicio:hover {
    border-color: var(--primary);
}

.item-servicio-datos .btnStandard {
    position: absolute;
    right: 29px;
    padding: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background: var(--primary);
    border-radius: 0;
    display: flex;
    align-items: center;
    border-radius: 50%;
}

#servicios-destacados .btnStandard:hover svg path {
    stroke: white;
}

.estadisticas .row {
    margin-left: 0;
    margin-right: 0;
}

#btn-presupuesto-mv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
    background: white;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    height: 84px;
}

#btn-presupuesto-mv .btnStandard {
    text-transform: uppercase;
}

#menuNavbarCollapse li.nav-item>a.btnStandard {
    gap: 10px;
}

.current_section_paginaNoEncontrada .tituloSeccion {
    margin-left: auto;
    margin-right: auto;
}

.item-valoracion-datos {
    padding-left: 19px;
}

.item-valoracion-usuario {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 25px;
}

#navbarWeb .item-localizacion {
    display: none;
}

#navbarWeb .item-localizacion-icono {
    margin-left: 0;
    margin-right: 0;
    width: 34px;
    height: 34px;
    background: transparent;
}

#navbarWeb .item-localizacion-texto {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

@keyframes slideIn {
    0% {
        transform: translate(-175%, -50%);
        opacity: 0;
    }
    100% {
        transform: translate(0, -50%);
        opacity: 1;
    }
}

.subTituloContacto {
    color: var(--label-color);
    font-weight: 600;
    font-size: 18px;
}

.item-agua-img img {
    border-radius: 1000px;
    transition: all 0.3s;
}

.container-titulo-bomba {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.40);
    padding: 30px;
    text-align: center;
    transition: all 0.3s;
}

.container-titulo-bomba:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 1000px;
    border: 3px solid white;
}

.item-bomba-titulo {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}

.col-item-agua:hover .item-agua-img img {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
}

.col-item-agua:hover .container-titulo-bomba {
    background: rgba(24, 116, 184, 0.40);
}

.col-item-agua:hover {
    transform: translateY(-15px);
}

#carousel-bombas-agua .owl-carousel, #carousel-bombas-agua .owl-stage-outer {
    overflow: visible !important;
}

.col-item-agua {
    transition: all 0.3s;
}

@media screen and (min-width: 576px) {
    #btn-presupuesto-mv {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .modal:before {
        display:inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
    .current_section_inicio #bombas-agua .subTituloSeccion, .current_section_inicio #bombas-agua .tituloSeccion {
        color: white;
    }
}

@media screen and (min-width: 1200px) {
    .ver-todos {
        right: 5px;
    }
}

.modal-content {
    border: 1px solid #fff;
    border-radius: .5rem
}

.modal-header {
    border-bottom: none;
    text-align: center;
    padding: .5rem 1rem 1rem
}

.modal-header .close {
    opacity: 1!important;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    text-shadow: none;
    -webkit-appearance: initial;
    border: 0;
    background: 0 0
}

.close:focus,.close:hover {
    outline: 0
}

.modal-header .modal-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    border-bottom: none;
    text-transform: uppercase;
    margin-top: 20px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 10px;
    min-width: 300px!important;
    max-width: calc(100% - 30px)
}

.modal-dialog.modal-sm {
    min-width: 450px!important
}

.modal-dialog.modal-lg {
    min-width: 950px!important
}

.modal .btnStandard+.btnStandard {
    margin-left: 20px
}

.modal-body {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 0 1rem 1rem;
    line-height: 130%
}

.modal-body a:not(.btnStandard) {
    color: var(--primary)
}

.modalEspere .modal-body {
    padding: 1rem
}

.modal-body img {
    margin-right: 2px
}

.modal-footer {
    padding: 10px 15px
}

.modalAlert .modal-footer {
    text-align: center;
    border-top: none;
    padding-bottom: 20px
}

.modalAlert .botoneraBlockUI,table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%
}

.navbar-toggler:focus {
    box-shadow: none
}

.wow {
    visibility: hidden
}

.navbar-toggler {
    display: none
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        vertical-align:middle;
        border: 0;
        outline: 0!important;
        padding: 13px 0 13px 10px;
        text-align: right;
        box-shadow: none!important;
        display: block!important;
        line-height: 0;
        margin-left: auto
    }

    #menuBloque.fixed #user-login {
        margin-left: 0
    }

    #cerrarMenu {
        display: flex!important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 0;
        background-image: url(../img/iconos/cerrar.svg);
    }

    #menuNavbarCollapse {
        position: fixed;
        top: 0;
        background: #fff;
        width: 375px;
        max-width: 100%;
        height: calc(var(--vh, 1vh)*100);
        right: 0;
        box-shadow: 0 0 10px rgba(0,0,0,.25);
        padding: 100px 17px 17px;
        overflow: auto;
        transform: translateX(100%);
        transition: transform .35s ease!important;
        z-index: 9000000001
    }

    #menuNavbarCollapse.show {
        transform: none
    }

    .navbar-nav {
        justify-content: left!important;
        overflow: auto;
        display: block;
        padding-bottom: 50px;
    }

    #menuNavbarCollapse ul.dropdown-menu {
        position: initial!important;
        width: 100%!important;
        min-width: 100%!important;
        max-width: 100%!important;
        box-shadow: none;
        border-radius: 0;
        display: none!important;
        margin: 10px 0 0!important;
        overflow: auto;
        height: auto!important;
        transform: none!important;
        text-align: left!important;
        padding: 10px 0
    }

    #menuNavbarCollapse li.open>.dropdown-menu {
        display: block!important;
        opacity: 1!important;
        visibility: visible!important;
        transform: scaleY(1)!important;
        height: auto!important
    }

    #menuNavbarCollapse li.nav-item>a, #menuBloque.fixed #menuNavbarCollapse li.nav-item>a {
        text-align: left;
        padding: 5px 0 5px;
        font-size: 18px;
    }

    .menuFixed #menuNavbarCollapse li.nav-item>a::before{
        bottom: 0px;
    }

    #menuNavbarCollapse .dropdown-item {
        font-size: 14px
    }

    #menuNavbarCollapse.navbar-collapse li.nav-item+li {
        margin-top: 15px
    }

    .dropdown>a>i {
        display: inline-block!important;
        position: absolute;
        right: 12px!important;
        top: 50%!important;
        font-size: 16px!important
    }

    .dropdown>a>i.fa-angle-right:before {
        content: ""
    }

    #menuNavbarCollapse ul.dropdown-menu .dropdown-menu {
        padding-top: 15px
    }

    #menuNavbarCollapse.navbar-collapse li.nav-item {
        padding-right: 15px
    }

    .icon-dropdown {
        padding: 5px 0 5px 5px
    }

    #menuNavbarCollapse ul.dropdown-menu li+li {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 2px solid var(--primary);
    }

    #menuBloque {
        padding-top: 10px;
        padding-bottom: 10px
    }

    #menuBloque>div {
        flex-wrap: wrap
    }

    .navbar-brand {
        margin-right: 0
    }

    #menuBloque.fixed #logo {
        width: 100%
    }

    .item-ventaja {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .item-ventaja-titulo {
        margin-top: 20px;
        font-size: 18px;
    }

    #wrapper,.separacion-bloque {
        margin-top: 50px!important
    }

    #datos-footer {
        gap: 40px!important
    }
    .item-ventaja-texto {
        font-size: 15px;
    }

    .datos-banner-titulo {
        font-size: 40px;
    }

    #ventajas {
        padding-bottom: 20px;
        padding-top: 50px;
    }
    #breve-qs .row {
        flex-direction: column-reverse;
    }
    .col-texto-qs {
        max-width: none;
    }
    #breve-qs img {
        max-width: 482px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .item-como-trabajamos::before{
        display: none;
    }
    .col-item-como-trabajamos {
        margin-bottom: 30px;
    }
    .bloque-contacto-inicio {
        padding-bottom: 24px;
    }
    .col-item-servicio {
        margin-bottom: 20px;
    }
    .col-item-servicio:last-child {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .col-item-como-trabajamos:last-child {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #navbarWeb .show .item-localizacion {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 50px;
        gap: 17px;
    }
    #banner,#carousel-banner img.item-banner-img {
        min-height: 500px
    }
}

@media only screen and (max-width: 767px) {
    #banner .owl-nav {
        display: none!important
    }

    .datos-banner {
        left: 0;
        right: 0;
        margin: auto
    }

    #container-como-trabajamos {
        flex-direction: column;
        margin-top: 50px
    }

    #como-trabajamos {
        padding-left: 12px;
        padding-right: 12px
    }

    .item-como-trabajamos-datos {
        flex-direction: column;
        row-gap: 10px
    }

    #como-trabajamos-contacto {
        padding: 30px 16px;
        background-size: cover
    }

    #formContacto {
        width: 100%;
        padding: 30px 20px
    }

    #container-datos-localizacion {
        margin-bottom: 0;
        padding: 0
    }

    #datos-localizacion {
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
        gap: 30px;
        border-radius: 0
    }

    #header-top>div {
        gap: 30px
    }

    .item-como-trabajamos-texto {
        height: auto
    }

    .slide-banner::after {
        background: linear-gradient(90deg, #000 36.74%, rgba(0, 0, 0, 0) 142.68%);
    }

    .item-ventaja-titulo {
        font-size: 23px;
    }

    .item-ventaja-texto{
        font-size: 16px;
    }

    .item-estadistica:after{
        display: none;
    }

    .ver-todos {
        top: 35px;
        right: 10px;
    }

    .current_section_inicio #bombas-agua {
        margin-top: 70px;
    }

    .item-servicio-titulo {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-brand {
        width:230px;
    }

    .navbar-toggler img {
        height: auto
    }

    body.menuFixed {
        padding-top: 79px;
    }

    #banner,#carousel-banner img.item-banner-img {
        height: calc(100vh - 118px)
    }

    .datos-banner {
        border-radius: 5px;
        border: 0;
        text-align: center;
        padding: 30px 12px
    }

    .datos-banner-titulo {
        font-size: 25px;
        line-height: normal;
    }

    .tituloSeccion {
        font-size: 28px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .subTituloSeccion {
        text-align: center;
    }

    .wow {
        visibility: visible!important;
        animation-name: none!important
    }

    #carousel-servicios .owl-stage {
        padding-left: 0!important
    }

    .item-como-trabajamos-titulo {
        width: auto;
        font-size: 16px
    }

    .item-como-trabajamos {
        gap: 20px
    }

    .item-localizacion-titulo {
        font-size: 18px;
        margin-bottom: 8px
    }

    .titulo-menu-footer {
        font-size: 16px;
        margin-bottom: 15px
    }

    .menu-legales {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 25px;
        list-style: circle inside
    }

    .menu-legales li+li::before {
        display: none
    }

    .owl-custom-nav .owl-nav:not(.disabled)>div {
        width: 35px;
        height: 35px
    }

    #ventajas {
        padding-block: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }

    #wrapper {
        margin-top: 35px!important
    }
    .slide-banner::after {
        background: linear-gradient(90deg, #000 16.53%, rgba(0, 0, 0, 0) 106.78%);
    }

    .item-servicio {
        max-width: calc(100% - 15px);
    }

    #servicios-destacados {
        padding-left: 25px;
        padding-right: 25px;
    }

    .item-servicio-datos .btnStandard {
        right: 0;
        left: auto;
        transform: none;
    }

    .menuFixed .navbar-brand {
        margin-right: auto;
    }

    .textoSeccion {
        text-align: center;
    }

    #breve-qs .btnStandard {
        margin-top: 30px;
    }

    .itemFaqText {
        text-align: left;
    }

    .current_section_inicio #mapa {
        margin-bottom: 0;
    }

    #formContacto {
        box-shadow: none;
        padding: 0;
        padding-top: 30px;
    }

    #btnEnviarContacto {
        left: auto;
        transform: none;
    }

    #datos-localizacion {
        padding-left: 0;
        padding-right: 0;
        padding-top: 70px;
    }

    footer {
        text-align: center;
    }

    .menu-footer {
        margin-bottom: 35px;
    }

    #breve-qs {
        text-align: center;
    }

    .custom-owl-nav-trabajos-realizados {
        margin: 0;
    }

    #menuNavbarCollapse {
        width: 100%;
    }

    .whatsapp-mobile {
        bottom: 90px !important;
    }

    #btn-subir.btn-subir-mobile {
        bottom: 190px;
    }

    footer.addPadding {
        padding-bottom: 100px;
    }

    .item-estadistica-num {
        font-size: 90px;
    }

    .item-estadistica-titulo{
        font-size: 28px;
    }

    .item-ventaja-titulo {
        height: auto;
        overflow: unset;
    }

    .menu-footer a:before{
        display: none;
    }

    #carousel-bombas-agua .owl-carousel, #carousel-bombas-agua .owl-stage-outer {
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 386px) {
    .item-estadistica-num{
        font-size: 75px;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {

}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .current_section_inicio #banner, .current_section_inicio #carousel-banner img.item-banner-img {
        min-height: 882px;
    }

    .datos-banner {
        left: 0;
        right: 0;
        margin: auto;
        max-width: calc(100% - 200px)
    }

    .item-estadistica-num {
        font-size: 80px;
    }

    .item-estadistica-titulo {
        font-size: 20px;
    }

    #como-trabajamos {
        padding-left: 12px
    }

    #como-trabajamos-contacto {
        padding-left: 12px;
        padding-right: 12px
    }

    .item-como-trabajamos-datos {
        flex-direction: column;
        row-gap: 10px
    }

    .item-localizacion {
        flex-direction: column;
        text-align: center
    }

    #ventajas li:last-child {
        margin-left: auto;
        margin-right: auto;
    }

    #datos-localizacion {
        padding-left: 80px;
        padding-right: 80px;
    }
    .item-localizacion-icono {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:1599px) {
    #footer-bottom .row {
        margin-left: 0;
        margin-right: 0;
    }
    #datos-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width:1199px) {
    .current_section_inicio #galeria{
        padding-bottom: 60px;
    }
    #estadisticas {
        min-height: 550px;
    }
    .item-galeria span {
        display: none;
    }
    #btn-subir {
        bottom: 145px;
    }
    .whatsapp {
        bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .navbar-brand {
        margin-right: 30px;
    }

    .datos-banner {
        left: 30px;
    }

    .navbar-nav {
        gap: 15px 12px
    }

    #menuNavbarCollapse ul.dropdown-menu {
        max-width: 320px
    }

    .item-ventaja-titulo {
        font-size: 20px;
    }

    .item-ventaja-texto {
        font-size: 15px;
    }

    .item-ventaja {
        column-gap: 10px;
        align-items: center
    }

    .item-estadistica-num {
        font-size: 90px;
    }

    .item-estadistica-titulo {
        font-size: 20px;
    }

    #como-trabajamos {
        padding-left: 12px
    }

    #como-trabajamos-contacto {
        padding-left: 16px;
        padding-right: 16px
    }

    .item-como-trabajamos-datos {
        flex-direction: column;
        row-gap: 10px
    }

    #menuNavbarCollapse li.nav-item>a svg {
        width: 15px;
        height: auto
    }
    .slide-banner::after {
        background: linear-gradient(90deg, #000 27.56%, rgba(0, 0, 0, 0) 107.01%);
    }
    .item-dato-localizacion {
        margin-left: auto;
        margin-right: auto;
    }
    .menuFixed .navbar-brand {
        margin: 0 80px 0 0;
    }
    .item-servicio-titulo {
        /* font-size: 16px; */
    }
    .item-servicio-texto {
        font-size: 14px;
        height: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1599px) {
    .datos-banner {
        left: 30px;
    }

    #como-trabajamos {
        padding-left: 12px
    }

    #como-trabajamos-contacto {
        padding-left: 16px;
        padding-right: 16px
    }

    .item-como-trabajamos-datos {
        flex-direction: column;
        row-gap: 15px
    }

    .item-estadistica-num {
        font-size: 160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1365px) {
    #menuNavbarCollapse ul.dropdown-menu {
        max-width: 350px
    }
    .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer .container-fluid {
        padding-left: var(--bs-gutter-x,.75rem);
        padding-right: var(--bs-gutter-x,.75rem);
    }
    .slide-banner::after {
        background: linear-gradient(90deg, #000 20.6%, rgba(0, 0, 0, 0) 80.22%);
    }
    .navbar-brand, .menuFixed .navbar-brand {
        margin: 0 140px 0 0;
    }
    #header-top>div {
        gap: 85px;
    }
    .item-estadistica-num {
        font-size: 150px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1919px) {
    .datos-banner {
        left:calc(8.333333334% + 12px)
    }
}

@media only screen and (max-width: 1919px) {
    .owl-shadow-margin .owl-stage-outer {
        margin:-45px -12px;
        padding: 45px 12px
    }
}

.cke_panel_list .texto-titulo {
    margin-bottom: 0!important
}