@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

body{
    background-color: #d7d7d7;
}
header{
    background-color: rgb(229 233 235) !important;
}
.section-features{
    background-color: #ececec;
}
.swipper-card{
    background-color: #ececec;
}
.d-none{
    display: none !important;
}
.breadcrumb a{
    color: #000 !important;
}
.newsletter-section,
.footer-section{
    background-color: rgb(229 233 235);
}
.color-gray-6{
    color:#666;
}
.footer-section svg{
    fill: #666;
}
address{
    font-style:normal;
}
.btn-whatsapp,
.whatsapp a{
    padding: 5px 15px;
    border-radius: 5px;
    background: #25d366;
    color: #FFF;
    font-size: 22px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:0.5rem;
}
.whatsapp a svg{
    fill: #fff;
}
.whatsapp a span{
    margin-top:3px;
}
.mapa iframe{
    width: 100%;
    height: 350px;
    border-radius: 15px;
}

.btn-show-more{
    padding: 0.5rem 1rem;
    background-color: #4061e3;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
.dark{
    color: #000;
}
.font-sm{
    font-size:12px;
}
.terminos_de_busqueda{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.terminos_de_busqueda li a{
    background-color: #00afef;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    display: block;
}
.whatsapp-button-fixed{
    position: fixed;
    right: 2.5rem;
    bottom: 5rem;
    animation: pulse 2s infinite;
}
.mapa-footer,
.mapa-footer iframe{
    width: 100%;
    height: 100%;
}
.item-usos{
    min-width: 300px;
    min-height: 320px;

    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    display: flex;
    margin-right: 1rem;

    padding: 1rem;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}
.item-usos a{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;

    text-align: left;
}
.item-usos a h3{
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.item-usos a p{
    font-size: 0.85rem;
    font-weight: 500;
}
.item-usos a .btn{
    display: inline-block;
    padding: 1rem;
    border: 1px solid #fff;
    width: auto;
    align-self: flex-end;
}
.item-usos a:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.item-usos a *:not(img){
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 1024px) and (max-width:1280px){
    .menu-desktop li:has(a[href*="sobre-nosotros"]),
    .menu-desktop li:has(a[href*="contactenos"]){
        display: none !important;
    }
}
@media(max-width:500px){
    .whatsapp{
        display: none;
    }
}