/**
* Theme Name: Vulcano
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.2.1
*/

.yith-wcbk-booking-search-form__row--end-date {
    display: none !important;
}

.product-content {
    height: 100%;
}
html, body {
    scroll-behavior: smooth;
}
/*span.price span.small {
    display: none;
}*/
.caveat {
	font-family: 'Caveat', cursive !important;
}
.opensans {
	font-family: 'Open Sans', sans-serif !important;
}
.philosopher {
	font-family: 'Philosopher', sans-serif !important;
}
.small {
	font-size: 14px;
	font-family: 'Philosopher', sans-serif !important;
}

.widget_shopping_cart .yith-proteo-mini-cart-content {
    color: #003a5d;
    background: #ffffff;
}
.lnr-cart:before {
    content: "\e82e";
}
/*PALETA DE COLORES*/

:root{
    --main-color : #003A5D;
    --dorado-color: #857550;
    --light-color:  #F5F5F5;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1em;
}

h6 {
    margin: 0;
}
.gform_confirmation_message_1 h3 {
    font-size: 40px;
}
div#content > .container {
    padding: 0 15px;
}
/* HEADER */


div#primary-nav-menu {
    display: none;
}
nav#site-navigation .menu-toggle {
    display: block;
    left:  30px;
    position: relative;
}
div#yith-proteo-mobile-menu #mobile-nav-menu {
    display: block;
}



body.static-header .site-header {
    position: fixed;
    top: 0;
    background-color: transparent;
}

.main-navigation #yith-proteo-mobile-menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: -100px;
    height: 100vh;
    background: #ffffff;
    width: 100vw;
    padding: 50px 30px;
    z-index: 100;
    overflow-y: scroll;
    margin-top: -15px;
    transition: none;
}

.main-navigation.toggled #yith-proteo-mobile-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
	margin-top: 0;
}

.main-navigation.toggled .menu-toggle .icon-bar {
    background-color: var(--proteo-header_menu_color, #404040);
}

.main-navigation.toggled ul.nav-menu {
    font-size: 50px;
}

.site-header .menu-toggle {
    margin-top: 0;
}

header:not(.scroll) .widget_shopping_cart .proceed-to-cart-icon:hover span.lnr {
    color: white;
}

header a.yith-proteo-user-welcome-message:hover {
    color: white;
}


/* HEADER SCROLL */
body.static-header .site-header.scroll,
body.page-template-page_texto .site-header,
body.single-product .site-header {
    background-color: white;
    box-shadow: 0 6px 16px rgb(0 0 0 / 30%);
}

.site-header.scroll .menu-toggle[aria-expanded="false"] .icon-bar,
body.page-template-page_texto .site-header .menu-toggle[aria-expanded="false"] .icon-bar,
body.single-product .site-header .menu-toggle[aria-expanded="false"] .icon-bar {
    background-color: var(--main-color);
}

.site-header.scroll .header-sidebar a,
body.page-template-page_texto .site-header .header-sidebar a,
body.single-product .site-header .header-sidebar a {
    color: var(--main-color) !important;
}
.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    color: white !important;
}
.site-header.scroll a.custom-logo-link,
body.page-template-page_texto .site-header a.custom-logo-link,
body.single-product .site-header a.custom-logo-link {
    background: url(img/logo-azul.svg) no-repeat;
    background-size: contain;
    height: 53px;
    width: 160px;
}

header.site-header.scroll span.lnr.lnr-user,
body.page-template-page_texto .site-header span.lnr.lnr-user,
body.single-product .site-header span.lnr.lnr-user {
    background: url(img/captain-azul.svg) no-repeat center center;
}

.site-header.scroll img.custom-logo,
body.page-template-page_texto .site-header img.custom-logo,
body.single-product .site-header img.custom-logo {
    display: none !important;
}

/* Icono del user*/
header span.lnr.lnr-user {
    background: url(/wp-content/uploads/2022/07/captain.png) no-repeat center center;
}

header .lnr-user:before {
    opacity: 0;
}

header a.map-boton {
    font-size: 30px;
    color: white;
}

.widget_shopping_cart .proceed-to-cart-icon span.lnr + span {
    font-size: 14px;
}

.container.header-contents.right-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

nav#site-navigation {
    width: 185px;
}

header p {
	margin:  0;
}

header a.map-boton i {
    top: -2px;
    position: relative;
}
/* FIN HEADER */

/* ONDAS */

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 150px;
    bottom: -1px;
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move_wave 30s linear infinite;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.page #ondas {
    display: none;
}
.archive #ondas,
.woocommerce-cart header.entry-header #ondas,
.woocommerce-account #ondas,
.page-id-1318 #ondas,
.page-id-2035 #ondas,
.woocommerce-checkout #ondas {
    display: block;
    top: 350px;
    bottom: unset;
}

/* FIN ONDAS */

/* HERO */

.hero * {
	margin: 0;
}

body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout button.yith-wcbk-booking-search-form-submit {
    background: var(--main-color) !important;
    border-radius: 0 !important;
}

body .yith-wcbk-booking-search-form.yith-wcbk-booking-search-form--horizontal-layout button.yith-wcbk-booking-search-form-submit:hover {
    background: var(--dorado-color) !important;
}

header ul#mobile-menu li a:hover {
    color: white;
    text-decoration: underline;
}

/* PUNTOS FUERTES */
section.puntos-fuertes .cuadrado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.puntos-fuertes .cuadrado img {
    margin-bottom: 15px;
}

/* LISTADO PRODUCTOS */

.productoscien .wp-block-group__inner-container {
    max-width: unset;
}

.productoscien .wp-block-group__inner-container ul.products {
    grid-column-gap: 0;
}

.productoscien .yith-proteo-product-loop-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.productoscien .product-content {
    min-height: 300px;
}

.productoscien .product-content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    min-height: 300px;
}

.productoscien .yith-proteo-product-loop-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.productoscien .yith-proteo-product-loop-image img {
    width: auto !important;
    min-height: 100%;
    max-width: unset;
    min-width: 100%;
    object-fit: cover;
}

.productoscien a.button.product_type_booking.add_to_cart_button.unstyled-button {
    display: none;
}

.productoscien .product-content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.productoscien .product-content h2,
.productoscien .product-content span {
    color: white !important;
}

.productoscien .product-content span.woocommerce-Price-currencySymbol::after,
.archive span.woocommerce-Price-amount.amount::after,
.single-product span.woocommerce-Price-amount.amount::after {
    background: url(img/onda-blanca.svg) no-repeat center;
    position: relative;
    display: block;
    content: '';
    width: 191px;
    height: 30px;
    top: 20px;
}

.productoscien .product-content.product_cat-charter-compartido span.woocommerce-Price-currencySymbol::after,
.archive .product_cat-charter-compartido span.woocommerce-Price-amount.amount::after,
.single-product .product_cat-charter-compartido span.woocommerce-Price-amount.amount::after {
    width: 100px;
}

.archive span.woocommerce-Price-amount.amount::after,
.single-product span.woocommerce-Price-amount.amount::after {
    background: url(img/onda-dorada.svg) no-repeat center;
    top: 10px;
}

.archive a.woocommerce-loop-product__link:hover span.woocommerce-Price-amount.amount::after,
.archive ul.products li.product.featured a.woocommerce-loop-product__link span.woocommerce-Price-amount.amount::after,
.single-product a.woocommerce-loop-product__link:hover span.woocommerce-Price-amount.amount::after,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link span.woocommerce-Price-amount.amount::after{
    background: url(img/onda-blanca.svg) no-repeat center;
}
li.woocommerce-mini-cart-item.mini_cart_item span.woocommerce-Price-amount.amount::after {
    display: none;
}
.archive ul.products li.product.featured a.woocommerce-loop-product__link::after,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link::after {
    position: absolute;
    content: 'Best Choice ⭐';
    top: 5px;
    left: 0;
    color: white;
    z-index: 3;
    padding: 5px 15px;
}
.archive ul.products li.product.featured a.woocommerce-loop-product__link::before,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link::before {
    position: absolute;
    content: '';
    top: 5px;
    left: -15px;
    height: 34px;
    width: 165px;
    background: var(--main-color);
    transform: skewX(-30deg);
    z-index: 2;
    padding: 5px 30px;
}
.productoscien li.product img {
    filter: brightness(0.7);
}
.productoscien ul.products {
    grid-row-gap: 0;
    margin: 0;
}
body.yith-proteo-products-hover-glow ul.products li.product img {
    transition: transform 25s, filter .5s;
}
body.yith-proteo-products-hover-glow ul.products li.product:hover img, body.yith-proteo-products-hover-glow ul.products li.wc-block-grid__product:hover img, body.yith-proteo-products-hover-glow .wc-block-grid ul.wc-block-grid__products li.product:hover img, body.yith-proteo-products-hover-glow .wc-block-grid ul.wc-block-grid__products li.wc-block-grid__product:hover img {
    filter: brightness(.9);
    transform: scale(1.5);
}
ul.products li.product a.woocommerce-loop-product__link {
    overflow: hidden;
    transition: .5s;
}

.archive ul.products li.product a.woocommerce-loop-product__link:hover,
.archive ul.products li.product.featured,
.single-product ul.products li.product a.woocommerce-loop-product__link:hover,
.single-product ul.products li.product.featured {
    background: var(--main-color);
}
.archive ul.products li.product.featured:hover,
.single-product ul.products li.product.featured:hover,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link:hover,
.archive ul.products li.product.featured a.woocommerce-loop-product__link:hover {
    background: var(--dorado-color);
}
.archive ul.products li.product a.woocommerce-loop-product__link:hover h2,
.archive ul.products li.product.featured a.woocommerce-loop-product__link h2,
.archive ul.products li.product.featured a.woocommerce-loop-product__link .small,
.archive ul.products li.product a.woocommerce-loop-product__link:hover span.woocommerce-Price-amount.amount,
.archive ul.products li.product a.woocommerce-loop-product__link:hover span.small,
.archive ul.products li.product.featured a.woocommerce-loop-product__link span.woocommerce-Price-amount.amount,
.archive ul.products li.product.featured a.woocommerce-loop-product__link span.small,
.single-product ul.products li.product a.woocommerce-loop-product__link:hover h2,
.single-product ul.products li.product a.woocommerce-loop-product__link:hover span.small,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link h2,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link span.small,
.single-product ul.products li.product a.woocommerce-loop-product__link:hover span.woocommerce-Price-amount.amount,
.single-product ul.products li.product a.woocommerce-loop-product__link:hover span.small,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link span.woocommerce-Price-amount.amount,
.single-product ul.products li.product.featured a.woocommerce-loop-product__link span.small {
    color: white;
}
.archive span.woocommerce-Price-amount.amount,
.single-product span.woocommerce-Price-amount.amount {
    color: var(--dorado-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 15px;
}
li.woocommerce-mini-cart-item.mini_cart_item span.woocommerce-Price-amount.amount {
    padding: 0;
    display: inline-block;
}
.archive .yith-proteo-product-loop-image,
.single-product .yith-proteo-product-loop-image {
    overflow: hidden;
}
.product-content {
    box-shadow: 6px 6px 16px rgba(0,0,0,.3);
    transition: .5s;
}
.product-content:hover {
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
}
.product-content a.button.product_type_booking.add_to_cart_button.unstyled-button {
    display: none;
}
section.up-sells.upsells.products li.product .product-content,
section.up-sells.upsells.products li.product .product-content a {
    height: 100%;
}
.product_cat-charter-compartido .small {
    display: none;
}
.archive .product_cat-charter-compartido .small,
.single .product_cat-charter-compartido .small {
    display: inline;
	visibility: hidden
}
.single .product_cat-charter-compartido .product_cat-charter-privado .small {
	visibility: visible;
}
/* DESTACADO */
.destacado {
    padding: 100px 0;
    background-color: #EDEAE5;
    margin-bottom: -350px;
}

.foto-parallax {
    box-shadow: 0 0 16px rgb(0 0 0 / 30%);
    min-height: 500px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    margin-top: 100px;
}

/* MINICART */
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > * {
    color: var(--dorado-color);
}
/* BOTONES CTA */
section.botoncta {
    display: inline-flex;
    flex-direction: column;
}
.botoncta .imagencta {
    display: inline;
    margin-right: 15px;
}

.botoncta .imagencta img {
    display: block;
}

.botoncta a {
    font-family: 'Caveat';
    text-decoration: none;
    transition: .5s;
    margin-bottom: 15px;
    font-size: 24px;
    display: inline-block;
}

.botoncta a .envolvente {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--light-color);
    transition: .5s;
    border-radius: 15px;
    padding: 15px 30px;
}

.botoncta a:hover .envolvente {
    background: var(--main-color);
    color: white;
}

.mapa iframe {
    border-radius: 15px;
    border: 3px solid var(--main-color) !important;
}
div#page {
    z-index: 1;
}

/* CABECERAS */
nav.woocommerce-breadcrumb {
    font-family: 'Caveat';
    text-transform: none;
    font-size: 26px;
    padding-top: 150px;
    color: white;
}
/* PAGE TEXTO */
body.page-template-page_texto nav.woocommerce-breadcrumb {
    color: #333;
    padding-top: 30px;
    margin-bottom: 0;
}
body.page-template-page_texto nav.woocommerce-breadcrumb a {
    color: var(--main-color);
}
body.page-template-page_texto nav.woocommerce-breadcrumb a:hover {
    color: var(--dorado-color);
}
body.page-template-page_texto h3 {
    font-size: 30px;
}
body.woocommerce-checkout h3,
body.woocommerce-checkout h2 {
    font-size: 30px;
}

nav.woocommerce-breadcrumb a:hover {
    color: white;
}

header.woocommerce-products-header {
    height: 418px;
    margin-bottom: 40px;
}
header.woocommerce-products-header h1,
.woocommerce-account header.entry-header h1,
.page-id-1318 header.entry-header h1,
.page-id-2035 header.entry-header h1 {
    color: white !important;
}
.woocommerce-account header.entry-header,
.page-id-1318 header.entry-header,
.page-id-2035 header.entry-header {
    margin-bottom: 160px;
}
header.woocommerce-products-header::after,
.woocommerce-cart header.entry-header::after,
.woocommerce-account header.entry-header::after,
.woocommerce-checkout header.entry-header::after,
.page-id-1318 header.entry-header::after,
.page-id-2035 header.entry-header::after {
    position: absolute;
    content: '';
    background: url(img/fondo-viajes.jpg) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
}
.woocommerce-cart header.entry-header::after,
.woocommerce-checkout header.entry-header::after {
    background: url(img/fondo-carrito.jpg) no-repeat;
    background-size: cover;
}
.page-id-1318 header.entry-header::after,
.page-id-2035 header.entry-header::after {
    background: url(img/fondo-contacto.jpg) no-repeat;
    background-size: cover;
}
.woocommerce-cart header.entry-header h1 {
    color: white !important;
    padding-bottom: 130px;
}
.woocommerce-checkout header.entry-header h1 {
    color: white !important;
    padding-bottom: 200px;
    padding-top: 150px;
}
/* DESTINOS */
section#destinos {
    margin-top: 60px;
}
section#destinos .background-grey {
    background: var(--light-color);
    padding: 0;
}
section#destinos .background-grey {
    background: var(--light-color);
    padding: 30px 15px;
    display: flex;
    align-items: center;
}
section#destinos .background-grey .h2 {
    font-size: 30px;
    display: block;
    color: var(--main-color);
}
section#destinos .background-grey span.duracion {
    font-size: 20px;
    margin-top: -15px;
    display: block;
}
section#destinos .foto {
    padding: 0;
}
section#destinos .foto img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

/* PRODUCTOS */
.single-product nav.woocommerce-breadcrumb {
    color: unset;
    padding-top: 15px;
}
.single-product nav.woocommerce-breadcrumb a {
    color: var(--main-color);
}
.single-product nav.woocommerce-breadcrumb a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.single-product div.product .single-product-layout-cols {
    clear: both;
    margin-bottom: 30px;
    position: relative;
}
.single-product .woocommerce-Tabs-panel--description h3 {
    font-size: 22px;
}

/* CHECKOUT */
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
    background: var(--main-color) !important;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--dorado-color) !important;
}
body.woocommerce-checkout #payment #place_order {
    background: var(--main-color);
    color: white;
}
body.woocommerce-checkout #payment #place_order:hover {
    background: var(--dorado-color);
}

.woocommerce-checkout header.entry-header .woocommerce-breadcrumb {
	display:none;
}
/* FOOTER */
footer#main-footer {
    padding-top: 1000px;
    margin-top: -250px;
}
.archive footer#main-footer {
    margin-top: 0;
}
#main-footer div[class^=footer-sidebar] {
    padding-bottom: 0;
}
footer div#box-social {
    margin-bottom: 15px;
}
footer section#block-8 {
    justify-content: flex-end;
}
footer div#box-social ul a {
    border-radius: 100px;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin-left: 15px;
    transition: .5s;
}

footer div#box-social ul a:hover {
    background: white;
    color: var(--main-color);
    text-decoration: none;
}

footer .footer-sidebar-1 section.widget.widget_block.col-lg-4 {
    flex: 1;
    max-width: 50%;
}
footer .footer-sidebar-1 .datos {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 15px;
    max-width: 440px;
}

footer .onda-abajo {
    padding-bottom: 30px;
    position: relative;
}
footer .onda-abajo::after {
    position: absolute;
    content: '';
    width: 215px;
    height: 11px;
    bottom: 0;
    left: 0;
    background: url(img/onda-blanca.svg);
    background-size: contain;
}

footer section.widget.widget_block {
    display: flex;
    align-items: flex-end;
}


footer .footer-sidebar-1 .datos a i {
    margin-left: 15px;
}

footer .footer-sidebar-1 .datos a {
    display: flex;
    text-align: right;
}

footer ul#menu-policy-and-rules,
footer ul#menu-policy-and-rules-ingles {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.home header.entry-header {
    display: none !important;
}

footer section#nav_menu-2 {
    flex: 1 !important;
    max-width: 100%;
}
footer section#nav_menu-2 ul#menu-policy-and-rules li,
footer section#nav_menu-2 ul#menu-policy-and-rules-ingles  li {
    margin-left: 30px;
}
footer section#nav_menu-2 ul#menu-policy-and-rules a,
footer section#nav_menu-2 ul#menu-policy-and-rules-ingles a {
    font-size: 14px;
}

/* Estilos formulario reservas*/

.single-product aside#secondary section.widget.widget_block span.woocommerce-Price-amount.amount {
     font-size: 25px;
}
.single-product aside#secondary section.widget.widget_block h1.product_title.entry-title {
	display: none;
}
.single-product aside#secondary section.widget.widget_block label {
	color: black;
}

.single-product aside#secondary .yith_wcbk_booking_form_shortcode_summary {
    padding: 15px;
    border: 0;
}

.single-product aside#secondary button.button.alt.yith-wcbk-add-to-cart-button {
    border: none;
    border-radius: 7px;
    margin: 0;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    text-transform: none;
    background: var(--yith-wcbk-primary);
    color: var(--yith-wcbk-primary-contrast);
	width: 100%;
}

.single-product aside#secondary .yith-wcbk-booking-form .yith-wcbk-form-section-duration--no-field .yith-wcbk-booking-duration__label,
.yith-wcbk-people-selector__fields-container .yith-wcbk-people-selector__field__title,
.yith-wcbk-people-selector__fields-container span.yith-wcbk-people-selector__field__total {
    color: black;
}

.single-product aside#secondary .yith-wcbk-booking-form .yith-wcbk-people-selector__totals {
    background: var(--yith-wcbk-primary);
    color: var(--yith-wcbk-primary-contrast);
}

/* --- RESPONSIVE  --- */

@media only screen and (max-width: 1400px) {
    
}
@media only screen and (max-width: 1199px) {
    
}

@media only screen and (max-width: 1091px) {

}

@media only screen and (max-width: 1090px) {

}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
    header#masthead .container.header-contents.right-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    header#masthead .header-contents.right-toggle .header-sidebar {
        margin-right: 30px;
        margin-top: 10px;
    }
    header#masthead nav#site-navigation {
        width: 60px;
        position: relative;
        left: 30px;
    }
    nav#site-navigation .menu-toggle {
        left: 0;
    }
    nav#site-navigation .menu-toggle[aria-expanded="true"] {
        left: 30px;
    }
    section.puntos-fuertes .cuadrado {
        margin-bottom: 30px;
    }

    .waveTop {
        background-size: 50% 50px;
    }
    .waveAnimation .waveTop {
      animation: move_wave 30s linear infinite;
    }
    .waveMiddle {
        background-size: 50% 60px;
    }
    .waveAnimation .waveMiddle {
        animation: move_wave 10s linear infinite;
    }
    .waveBottom {
        background-size: 50% 50px;
    }
    .destacado {
        padding: 30px 0;
        margin-bottom: 0;
    }
    .foto-parallax {
        transform: translate(0, 0) !important;
        min-height: 240px;
        margin-top: 0;
    }
    .padding-0-mobile {
        padding: 0 !important;
    }
    footer#main-footer {
        padding-top: 340px;
        margin-top: -180px;
    }
    .footer-sidebar-1 .row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    footer section#block-8 {
        width: 100%;
        max-width: 100%;
    }
	
	.fijo-abajo.ancla {
		position: fixed;
		bottom: 30px;
		right: 30px;
		z-index: 9999999;
	}
	
	.fijo-abajo.ancla a.cta-button {
		font-family: 'Philosopher';
		font-size: 18px;
		color: white;
		text-decoration: none;
		background: var(--proteo-button_1_bg_hover_color);
		padding: 10px 40px;
		border-radius: 8px;
	}
}
    
@media only screen and (max-width: 479px) {
    header#masthead .header-contents.right-toggle .header-sidebar {
        margin-right: 45px;
    }
	.mapa iframe {
		height: 500px;
	}
	footer#main-footer {
		padding-top: 50px;
		background-position: -500px;
	}
	footer#main-footer section.widget.widget_block {
		width: 100%;
		max-width: 100%;
	}
	footer .footer-sidebar-1 .datos a {
		line-height: 1.4;
	}
	.page-id-1318 header.entry-header::after ,
	.page-id-2035 header.entry-header::after {
		background-position-x: -720px;
	}
	.movil-padding {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.home .waveWrapper {
		z-index: -1;
	}
}