<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-submit-editeur {
    background-color: #e74d12 !important; 
    border: 1px solid #e74d12 !important;
    color: #fff !important;
    border-radius: 10rem !important;
    font-size: 16px;
    display: table;
    margin-top: 10px;
    background-image: url('../css/tsunami/tsunamiLight.png');
    background-repeat: repeat-y;
    background-size: 0px 100%;
    transition: 0.5s;
}

.btn-submit-editeur:hover {
    background-size: 105% 100%;
    background-color: transparent !important;
    color: #2f2e2e !important;
    transition: 0.5s;
}

.custom-checkbox {
    text-align: left !important;
}

.custom-control-label {
    Font-size: 16px !important;
}   

.text-info {
    color: black !important;
}

.slick-track{margin-left: auto !important; margin-right:auto !important; }


.offcanvas-top{height:225px !important;} 


/* GALERIA EDITEUR */
.galeria-alquileres .hover:hover{
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px auto;
} 
.galeria-alquileres .hover:hover {background-image: url(../iconos/photo2.png);}
 
.galeria-alquileres .hover {z-index: 1;}
.galeria-alquileres .fa-file-image-o{display:none !important;}
.galeria-alquileres a{margin:0 !important;}
.galeria-alquileres{overflow: hidden;}
.galeria-alquileres img{transition:0.75s;}
.galeria-alquileres:hover img{transform:scale(1.3);transition:0.75s;} 

.galeria-alquileres &gt; a &gt; div{width:100% !important;}
/* FIN - GALERIA EDITEUR */


@media only screen and (min-width: 768px){
    .offcanvas-top{height:120px !important;} 
}</pre></body></html>