h2 {
    font-size: 32px !important;
    font-family: 'Inter';
    color: #333333;
    font-weight: 700 !important;
}
body #backtotop {
    background: #FD9C00;
    border-color: #FD9C00;
    color: #000;
}
body #backtotop:hover {
    background: #A86800;
    border-color: #A86800;
}
li::marker {
    content: "";
}
.accordion{

    a{
        color: #006db3 !important;
        background-color: #F0F9FF !important;
        font-weight: 700;
    }

}
.bs_grid .container .row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
#navbar-top{
    /*Inicio de buscador nuevo Google*/ 
    .top-search{
        width: 26%;
        margin: 0 auto;
        tr,
        td{
            border: none;
            background: none;
        }
    }
    .search-box {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        background-color: #6A93AE;
        padding: 3px 4px;
        border-radius: 40px;
        margin-top: 12px;
    }
    #___gcse_0{
        top: -40px;
        position: relative;
    }
    .gsc-control-cse
    {
        padding:0px !important;
        border-width:0px !important;
    }

    form.gsc-search-box,table.gsc-search-box
    {
        margin-bottom:0px !important;
    }

    .gsc-search-box .gsc-input
    {
        padding:0px 4px 0px 6px !important;
        border: none;
        position: relative;
    }
    .gsc-search-button{
        position: relative;
    }
    #gsc-iw-id1, #gsc-iw-id2
    {
            height: auto !important;
            padding: 0px !important;
            border-width: 0px !important;
            box-shadow:none !important;
    }

    #gs_tti50, #gs_tti51
    {
        padding:0px !important;
    }

    #gsc-i-id1, #gsc-i-id2
    {
        padding:0px !important;
        background:none !important;
        text-indent:0px !important;
            
    }

    .gsib_b
    {
        display:none;
    }

    button.gsc-search-button
    {
            display:block;
            width:13px !important;
            height:13px !important;
            border-width:0px !important;
            margin:0px !important;
            padding: 10px 6px 10px 13px !important;
            outline:none;
            cursor:pointer;
            box-shadow:none !important;
            box-sizing: content-box !important;
    }

    .gsc-branding
    {
        display:none !important;
    }

    .gsc-control-cse, #gsc-iw-id1, #gsc-iw-id2
    {
        background-color:transparent !important;
    } 	
    button.gsc-search-button.gsc-search-button-v2 {
        border-radius: 22px;
        background-color: transparent !important;
        padding: 4px !important;
    }
    input::placeholder {
        color: white; 
    }
    input{
        color: white;
    }


    #block-pozuelo-theme-logotipocuboheader img{
        width: 85%;
        margin: 0;
    }
    .block-views-blockduplicado-de-redes-sociales-top-header-block-4{
        .view-content {
            display: flex;
            justify-content: flex-end;
            margin-top: 10px;
            align-items: center;
        }
        .views-row{
            width: fit-content;
        }
    }
    .container:nth-child(2) > .container {
        border-bottom: 48px solid #3E3E3E;
    }



    .region-escudo-cultura{
        width: fit-content;
        float: right;
        #block-pozuelo-theme-escudoculturaheader{
            padding: 0;
            .content{
                display: flex;
            }
            .content::before{
                content: url(/themes/custom/pozuelo_theme/img/btn-ayto-left-alc.png);
                height: 40px;
            }
            .field--name-body{
                display: flex;
                flex-wrap: nowrap;
                background-color: #3E3E3E;
                align-items: center;
                gap: 6px;
                padding: 0px 30px 0px 20px;
                border-top-right-radius: 20px;
                height: 40px;
                img{
                    width: 16px;
                    margin: 0 10px;
                }
                p{
                    margin: 0;
                }
                a{
                    color: white;
                    text-decoration: none;
                    font-family: 'robotoregular', sans-serif, Helvetica, Arial;
                    font-size: 14px;
                    line-height: 1.42857143;

                }
                a:hover{
                    text-decoration: underline;
                }
            }
        }
    }

}
#navbar-main{
    .navbar-collapse{
        justify-content: center !important;
    }
    padding-top: 0;
    top: -7px;
    .menu--navegacion-principal-cubo{
        ul{
            flex-wrap: nowrap;
            align-items: center;
        }
        li > a:hover,
        li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }
        a{
            font-family: 'robotoregular', sans-serif, Helvetica, Arial;
            font-size: 14px;
            line-height: 1.42857143;
            color: #333333;
            text-align: center;
        }
        a:hover {
            color: #995F00;
        }
    }
}

.featured-top{
    position: relative;
    top: -15px;

    .block-content-slider_cubo{
        .enlace{
            cursor: pointer;
        }
        .paragraph--type--slider{
            display: flex;
            .field--name-field-enlace{
                display: none;
            }
            .field--name-field-imagen{
                flex-basis: 67%;
                margin: 0;
                background-color: #FD9C00;
            }
            .field--name-field-imagen:hover a img {
                transform: scale(1.10);
            }
            .field--name-field-contenido{
                flex-basis: 33%;
                background-color: #FD9C00;
                padding: 36px 20px 36px 24px;
            }
            h2{
                color: #242424;
                font-size: 25px;
                font-weight: 500;
            }
            .field--name-field-texto{
                color: #242424;
                font-family: 'robotoregular', sans-serif, Helvetica, Arial;
                font-size: 14px;
                line-height: 1.42857143;
            }
            img{
                width: 100%;
            }
        }
        .paragraph--type--slider:hover{
            h2{
                color: white;
            }
            .field--name-field-texto{
                color: white;
            }
        }
        .paragraph--type--slider:hover .field--name-field-contenido{
            background-color: #2A2E36
        }
        .slick__arrow {
            top: 42%;
            left: -39px;
            width: 107%;
        }
        .slick-arrow::before {
            color: #242424;
            font-size: 36px;
            font-size: 2.25rem;
        }
        .slick--skin--fullscreen .slick-dots {
            bottom: 0px;
        }
    }
}

.view-banner-cubo-home{
    img{
        width: 100%;
        height: auto;
    }
    .view-content{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
        .views-row{
            cursor: pointer;
        }
    }
}

/* noticias home */
.block-views-blocknoticias-cubo-home-block-1{
    padding-top: 4px;
    margin-bottom: 20px;

    .view-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    img{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .views-field-title{
        margin-bottom: 10px;
    }
    .views-field-title .field-content a{
        font-size: 14px;
        color: #456f74;
        font-weight: 500;
        text-decoration: none;
        margin-bottom: 10px;
    }
    .views-field-title .field-content a:hover{
        text-decoration: underline;
    }
    .views-field-created{
        line-height: 1.42857143;
        color: #333333;
        font-size: 11px;
        margin-bottom: 10px;
    }
    .view-footer{
        margin: 60px auto;
        text-align: center;
        a{
            color: #242424;
            background-color: #FD9C00;
            border-color: transparent;
            padding: 6px 24px;
            font-size: 14px;
            line-height: 1.42857143;
            border-radius: 28px;
            text-decoration: none;
        }
        a:hover{
            color: #fff !important;
            background-color: #2A2D35;
            border-color: #2A2D35;
        }
    }
}

.site-footer {
    #block-pozuelo-theme-logotipocubofooter{
        img{
            width: 85%;
        }
    }
    background: #3E3E3E !important;
    .block{
        border: none !important;
    }
    .site-footer__top .region {
        width: 34%;
        padding: 0 0.65%;
    }
    .site-footer__bottom{
        border-top: unset;
    }
    .menu--pie-de-pagina-cubo{
        .nav{
            justify-content: center;
        }
        a{
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-size: 12px;
        }
        .nav-link{
            color: white;
        }
        a:hover{
            text-decoration: underline;
            color: #4c99a2;
        }
    }
    #block-pozuelo-theme-cubopozuelo{
        margin: 0;
        p{
            margin: 0;
            text-align: center;
        }
    }
    .block-views-blockcontacto-footer-block-3{
        margin: 0;
        .views-row{
            display: flex;
            align-items: center;
            justify-content: center;
            .views-field-field-logotipo{
                margin-right: 5px;
            }
        }
    }
    .block-views-blockredes-sociales-top-header-block-2{
        padding-right: 0 !important;
        margin-top: 0px !important;
        img{
            width: 25px;
            height: auto;
        }
        .views-row{
            padding: 0 5px;
        }
        .view-content{
            display: flex;
            justify-content: flex-end;
            .views-row{
                width: fit-content;
                .views-field-field-imagen img:hover{
                    transform: scale(1.2);
                }
            }
        }
    }
    .site-footer__bottom{
        display: none;
    }
    .bottom-search{
        margin-top: 22px;
        right: -22px;
    .search-box{
        width: 70%;
        float: right;
        background-color: #ffffff;
        height: 40px;
        padding: 3px 4px;
        border-radius: 40px;
        border: 1px solid #ddd;
        box-sizing: border-box;
    }
    .gsib_a,
    .gsc-search-button{
        border: none;
    }
    tr{
        background: transparent;
    }
    #___gcse_1{
        bottom: 40px;
        position: relative;
    }
    .gsc-control-cse
    {
        padding:0px !important;
        border-width:0px !important;
    }

    form.gsc-search-box,table.gsc-search-box
    {
        margin-bottom:0px !important;
    }

    .gsc-search-box .gsc-input
    {
        padding:0px 4px 0px 6px !important;
        border: none;
        color: #000;
        position: relative;
    }
    .gsc-search-button{
        position: relative;
    }
    #gsc-iw-id1, #gsc-iw-id2
    {
            height: auto !important;
            padding: 0px !important;
            border-width: 0px !important;
            box-shadow:none !important;
    }

    #gs_tti50, #gs_tti51
    {
        padding:0px !important;
    }

    #gsc-i-id1, #gsc-i-id2
    {
        padding:0px !important;
        background:none !important;
        text-indent:0px !important;
    }

    .gsib_b
    {
        display:none;
    }

    button.gsc-search-button
    {
            display:block;
            width:13px !important;
            height:13px !important;
            border-width:0px !important;
            margin:0px !important;
            padding: 10px 6px 10px 13px !important;
            outline:none;
            cursor:pointer;
            box-shadow:none !important;
            box-sizing: content-box !important;
            background-color: #FD9C00;
            border-radius: 22px;
    }

    .gsc-branding
    {
        display:none !important;
    }

    .gsc-control-cse, #gsc-iw-id1, #gsc-iw-id2
    {
        background-color:transparent !important;
    }
    button.gsc-search-button.gsc-search-button-v2 {
        border-radius: 22px;
        background-color: #FD9C00 !important;
        padding: 4px !important;
        color: #ffffff !important;
        border: none !important;
    }
    button.gsc-search-button:hover,
    button.gsc-search-button.gsc-search-button-v2:hover {
        background-color: #A86800 !important;
        color: #ffffff !important;
    }
    input::placeholder {
        color: #9CA3AF; 
    }
    input{
        color: #000;
        background: transparent;
    }

    }
}


/* a un clic */

.a-un-clic{
    margin-bottom: 50px;
    h2{
        margin-bottom: 10px;
    }
    .view-content{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
    .views-row a{
        width: 100%;
        border-radius: 8px;
        padding: 12px 20px;
        color: #242424;
        background-color: #FD9C00;
        border-color: #FD9C00;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        display: block;
        text-align: center;
        border: 1px solid #FD9C00;
    }
    .views-row a:hover{
        border-color: #242424;
    }
    .views-row a::after{
        content: url(/themes/custom/pozuelo_theme/img/arrow-up-right.png);
        position: relative;
        top: 4px;
        margin-left: 3px;
    }
}

.block-system-breadcrumb-block{
    margin-top: 30px !important;
    a{
        color: #A86800;
    }
}

.node--type-pagina-interna-cubo {
    .node__content{
        #block-pozuelo-theme-titulodepaginasinternas{
            min-height: 300px;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            align-items: flex-end;
            padding-left: 38px;
            .container{
                padding: 0;
            }
        }
        .title-in-page{
            font-family: 'Inter';
            color: #fff;
            font-weight: normal;
            font-size: 40px;
            margin: 0;
        }
        .block-views-blockdestacados-block-1{
            margin: 30px 0;
            .slick-track{
                padding-bottom: 10px;
            }
            .slick__slide{
                margin: 0 30px;
                border-bottom: 1px solid #e0e3e4;
                -webkit-box-shadow: 0 2px 7px rgba(145, 145, 145, 0.35);
                box-shadow: 0 2px 7px rgba(145, 145, 145, 0.35);
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
            .views-field-title .field-content{
                margin-top: 0px;
                font-family: arial;
                font-size: 18px;
                font-weight: 700;
                min-height: 40px;
                padding: 0 14px;
                width: fit-content;
                display: block;
            }
            .views-field-field-descripcion .field-content{
                font-family: 'Inter';
                font-size: 16px;
                line-height: 20px;
                color: #333333;
                padding: 0 14px;
                width: fit-content;
                display: block;
            }
            .views-field-field-enlace .field-content{
                text-align: center;
                margin: 25px 0;
            }
            .views-field-field-enlace .field-content a{
                background-color: #006DB3;
                color: white;
                border: 1px solid white;
                text-align: center;
                padding: 12px;
                border-radius: 24px;
                font-size: 15px;
                text-decoration: none;
                font-family: 'Inter', sans-serif;
                font-weight: 600;
                line-height: 24px;
                width: 90%;
                display: block;
                margin: 0 auto;
            }
            .views-field-field-enlace .field-content a::after{
                content: " >";
                font-size: 15px;
                text-decoration: none;
                font-family: 'Inter', sans-serif;
                font-weight: 600;
                line-height: 24px;
            }
            .views-field-field-enlace .field-content a:hover {
                background-color: white;
                color: #006DB3 !important;
                border: 1px solid #006DB3;
            }
            .slick-arrow::before {
                color: #006DB3;
            }
        }
        .block-menu{
            margin-bottom: 30px;
            .nav{
                display: flex;
                flex-direction: row;
                gap: 17px;
                .nav-item{
                    border-radius: 16px;
                    background-color: #FD9C00;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 24px;
                    color: #242424;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: space-around;
                    min-height: 170px;
                    flex-basis: 24%;
                }
                .secundario{
                    flex-basis: 100%;
                    i{
                        display: none;
                    }
                }
                .nav-link {
                    color: #242424;
                    display: -webkit-box;
                    line-clamp: 4;
                    -webkit-line-clamp: 4;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    padding: 0px 20px;
                }
                .nav-link:hover{
                    color: #003e66;
                }
                .dropdown-item{
                    width: fit-content;
                }
                .dropdown{
                    a{
                        color: #006DB3;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 24px;
                        padding: 20px 0;
                        text-decoration: none;
                        white-space: break-spaces;
                    }
                    a:hover{
                        color: #003e66;
                        text-decoration: underline;
                    }
                }
                .menu-item--expanded{
                    flex-direction: column;
                }
                .dropdown-menu{
                    outline: 1px solid #E1E5E8;
                    border-radius: 16px;
                    inset: unset !important;
                    margin: 0px;
                    transform: unset !important;
                    position: relative !important;
                }
                .dropdown-item{
                    width: fit-content;
                    flex-basis: 25%;
                }
                .dropdown-item:focus, .dropdown-item:hover {
                    background-color: unset;
                }
                .dropdown-item a{
                    color: #006DB3;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 24px;
                    padding: 12px 0;
                    text-decoration: none;
                    white-space: break-spaces;
                    display: inline-flex;
                }
                .dropdown-item::before{
                    content: "•";
                    position: relative;
                    left: -3px;
                    font-size: 24px;
                    top: 3px;
                }
                .dropdown-toggle::after{
                    margin: 0 auto;
                    width: 5px;
                }
                .nav-item a span{
                    display: block;
                    padding: 4px 0px;
                }
                .nav-item a i{
                    font-size: 24px;
                }
            }
        }
    }
}

.organismos{
    margin-bottom:30px;
    padding: 30px;
    background-color: #F9FAFB;
    border-radius: 8px;
    width: 33%;
    .field-content{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .views-field-name .field-content{
        font-weight: 700;
    }
    .views-field-field-telefono .field-content::before{
        content: url(/themes/custom/pozuelo_theme/img/llamar.png);
        top: 2px;
        position: relative;
    }
    .views-field-field-correo-electronico .field-content a,
    .views-field-field-enlace .field-content a{
        color: #242424;
        text-decoration: none;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
    a:hover, a:focus {
        color: #242424 !important;
    }
}

/* página interna final */

.node--type-pagina-interna-final-cubo .node__content{
    .layout--twocol-section {
        flex-wrap: nowrap;
        gap: 30px;
    }
    .layout__region--first{
        flex: 0 1 25% !important;
        .block-menu{
            ul{
                flex-direction: column;
            }
            margin: 0 0 30px 0;
            padding: 30px 25px 15px 25px;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
            i{
                display: none;
            }
            a{
                text-decoration: none;
                font-family: 'Inter', sans-serif;
                font-weight: 400;
                font-size: 16px;
                padding: 7px 10px 5px 10px;
                color: #333333;
                display: flex;
                white-space: break-spaces;
            }
            a::before{
                content: "•";
                position: relative;
                left: -3px;
                font-size: 9px;
                top: 4px;
            }
            a.active{
                color: #995F00;
                background-color: #eeeeee;
            }
            a:hover{
                text-decoration: underline;
            }
            h2{
                display: none;
                left: -15px;
                position: relative;
            }
            h2 a{
                text-decoration: none;
                font-family: 'Inter', sans-serif;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                color: #995F00;
                text-decoration: none;
            }
            h2 a::before{
                display: none;
            }
            .dropdown-menu{
                display: block;
                border: none;
            }
            .dropdown-item.active, .dropdown-item:active {
                background-color: unset;
            }
            .dropdown-item{
                white-space: normal;
            }
            .dropdown-toggle::after{
                display: none;
            }
            .dropdown-item:focus, .dropdown-item:hover {
                color: unset;
                background-color: unset;
            }
            a:focus, a:hover{
                text-decoration: underline;
            }
        }
        .organismos{
            margin-bottom:30px;
            padding: 30px;
            background-color: #F9FAFB;
            border-radius: 8px;
            .field-content{
                font-size: 16px;
                margin-bottom: 10px;
            }
            .views-field-name .field-content{
                font-weight: 700;
            }
            .views-field-field-telefono .field-content::before{
                content: url(/themes/custom/pozuelo_theme/img/llamar.png);
                top: 2px;
                position: relative;
            }
            .views-field-field-correo-electronico .field-content a,
            .views-field-field-enlace .field-content a{
                color: #006DB3;
                text-decoration: none;
                font-family: 'Inter', sans-serif;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
            }
            a:hover, a:focus {
                color: #003e66 !important;
            }
        }
    }
    .layout__region--second{
        flex: 0 1 75% !important;
        .block-field-blocknodepagina-interna-final-cubotitle{
            background-color: #FD9C00;
            padding: 20px;     
            h1{
                color: #242424;
                margin: 0;
                font-size: 22px;
                font-weight: 600;
            }
        }
        .field--name-field-enlace{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            align-items: center;
            gap: 60px;
            margin: 40px 0 10px 0;
            border-bottom: 1px solid #dcdcdc;
            padding-bottom: 40px;
            .field__item a{
                font-family: 'robotoregular', sans-serif, Helvetica, Arial;
                font-size: 14px;
                font-weight: 400;
                color: #A86800;
                text-decoration: none;
                display: flex;
                align-items: center;
                gap: 15px;
            }
            .field__item a:hover, a:focus {
                color: #333333;
            }
            .field__item a::before{
                content: ">"
            }
        }
    }
}

.block-views-blockagenda-home-block-1,
.block-views-blockagenda-home-block-2{
    margin: 50px 0;
    .view-agenda-home{
        img{
            width: 100%;
            height: auto;
            border-radius: 16px;
        }
        .views-field-title a {
            color: #000;
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            display: -webkit-box;
            line-clamp: 3;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .views-field-title a:hover {
            color: #A86800;
        }
        .views-field-title {
            margin: 10px 0;
        }
        .views-field-body, .views-field-body p, .views-field-field-ubicacion {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #475467;
        }
        .views-field-nothing {
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #475467;
            margin-bottom: 10px;
            text-transform: lowercase;
        }
        .views-field-field-ubicacion .field-content::before{
            font-family: "Font Awesome 6 Free"; 
            font-weight: 900; 
            content: "\f041"; 
            margin-right: 5px;
        }
        .view-footer a {
            display: flex;
            width: fit-content;
            font-size: 16px;
            font-weight: 600;
            background-color: #EFF8FF;
            color: #006DB3;
            border-radius: 8px;
            padding: 10px 24px;
            box-shadow: unset;
        }
        .views-field-field-tipo-de-evento{
            margin: 10px 0 30px 0;
        }
        .views-field-field-tipo-de-evento a{
            color: #000;
            text-decoration: none;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
        }
        .views-field-field-tipo-de-evento a:hover{
            color: #A86800;
        }
        .views-exposed-form {
            label, .fieldset-legend {
                font-family: 'Inter';
                font-size: 16px;
                line-height: 22px;
                color: #333333;
                font-weight: 700;
            }
            .form-control, .form-select {
                display: block;
                width: 100%;
                height: 34px;
                padding: 6px 12px;
                font-size: 14px;
                line-height: 1.42857143;
                color: #555555;
                background-color: #fff;
                background-image: none;
                border: 1px solid #A86800;
                border-radius: 4px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
                -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            }
            .flex-wrap {
                gap: 10px;
            }
            #edit-created-wrapper {
                legend {
                    background-color: #f5f5f5;
                    border-color: #ddd;
                }
            }
            .js-form-submit {
                color: rgb(36, 36, 36);
                background-color: rgb(253, 156, 0);
                font-size: 14px;
                line-height: 1.42857;
                border-color: transparent;
                padding: 6px 24px;
                border-radius: 28px;
                text-decoration: none;
            }
            .js-form-submit:hover {
                background-color: #000;
                color: white;
                border: 1px solid #000;
            }
        }
    }
}

.field.field--name-field-imagen-comercio img.image-style-focal-point {
  width: 100% !important;
}