﻿body{
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: "Montserrat", sans-serif;    
}


.cintillo{
    background: #a21d1c;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
}
.cintillo img{
    height: 25px;
}


nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    width: 50%;
    text-align: center;
    float: left;
}

.menu{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #a21d1c 0%, #d93b3a 50%, #7a1413 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(162, 29, 28, 0.35);
}
.menu:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(162, 29, 28, 0.45);
    background: linear-gradient(135deg, #b92221 0%, #e54847 50%, #8b1716 100%);
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 90%;
}


.efecto{
    padding: 0;
}





.servicios{
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    text-align: center;
    color: #7a1413;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 30px;
}


.ser{
    text-align: center;
}
.ser img{
    width: 100%;
    height: 250px;

    object-fit: cover;
}
.ser strong{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border: none;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(135deg, #000000 0%, #2b2b2b 50%, #111111 100%);
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}

.rojos .ser strong{
    background: red;
}


.nosotros{
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.textoCentrado{
    text-align: center;
    font-size: 20px;
}
.textoCentrado strong{
    width: 100%;
    color: #7a1413;
    font-size: 33px;
    display: inline-block;
}

.texto{
    font-size: 18px;
}
.texto strong{
    width: 100%;
    font-size: 27px;
    color: #d93b3a;
    display: inline-block;
}


.imagen img{
    width: 100%;
}



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

}

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

}

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

}

@media screen and (max-width:768px){
    .ser{
        margin-bottom: 40px;
    }
    nav ul li{
        width: 33.33%;
    }
}

@media screen and (max-width:576px){
    
}





.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: normal;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}





.footer{
    background: linear-gradient(135deg, #000000 0%, #1b1b1b 55%, #7a1413 100%);
    color: white;
    padding: 55px 0 20px;
    margin-top: 40px;
}

.footer-logo{
    width: 190px;
    max-width: 100%;
    margin-bottom: 18px;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,0.35));
}

.footer p{
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.footer h4{
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
}

.footer h4::after{
    content: "";
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #a21d1c, #d93b3a);
    display: block;
    border-radius: 10px;
    margin-top: 8px;
}

.footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li{
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.footer-links ul li::before{
    content: "•";
    color: #d93b3a;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -5px;
}

.footer-contacto p b{
    color: #d93b3a;
    margin-right: 8px;
}

.footer-whatsapp{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 13px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #24d366 0%, #18a84f 100%);
    color: white;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(36, 211, 102, 0.35);
    transition: all 0.3s ease;
}

.footer-whatsapp:hover{
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(36, 211, 102, 0.45);
}

.footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: 35px;
    padding-top: 18px;
    text-align: center;
}

.footer-bottom p{
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.75);
}

@media screen and (max-width:768px){
    .footer{
        text-align: center;
        padding: 45px 0 20px;
    }

    .footer h4::after{
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info,
    .footer-links,
    .footer-contacto{
        margin-bottom: 30px;
    }

    .footer-links ul li{
        padding-left: 0;
    }

    .footer-links ul li::before{
        display: none;
    }
}