﻿body{
    background: #aea1a4;
    background: #e3e3e3;
}

.llamada{
    position: fixed;
    bottom: 200px;
    right: 20px;
    z-index: 100;
    background: #3338c9;
    width: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;

    box-shadow: 5px 4px 5px white;

    border-radius: 10px;
}
.llamada img{
    width: 60px;
}
.whatsapp{
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 100;
    background: #35b624;
    width: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding: 8px 0;

    box-shadow: 5px 4px 5px white;

    border-radius: 10px;
}
.whatsapp img{
    width: 50px;
}

.cintillo{
    /* background: rgb(242,79,38);
    background: linear-gradient(180deg, rgba(242,79,38,1) 0%, rgba(242,79,38,1) 30%, rgba(185,61,30,1) 60%, rgba(91,30,15,1) 100%); */
    background: #76568b;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}

.cintillo a, footer a{
    color: white;
}

.cintillo img{
    width: 30px;
}

.cintillo span{
    background: black;
    color: white;
    padding: 0 10px;
}



.cabecera{
    background: black;
    background: #b3b1b3;
    color: white;
    margin: 10px 0;
}

.logotipo img{
    width: 100%;
}


.leyenda{
    font-size: 27px;
    font-weight: bold;
    line-height: 32px;
}
.leyenda span{
    color: #c14747;
    color: #76568b;
}



.menuS{
    color: black;
}
nav a, nav a:hover{
    color: black;
    text-decoration: none;
}
nav ul{
    padding: 0;
    list-style: none;
}
nav ul li{
    width: 23%;
    float: left;
    margin: 0 1% 12px;
}
.menu{
    background: blue;
    background: #b3b1b3;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    padding: 4px 0;

    border-radius: 5px;
}



.efecto{
    padding: 0;
    margin: 10px 0;
}
.efecto img{
    width: 33%;
    padding: 0;
}


.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}

.seccion{
    font-size: 18px;
}

.img img{
    width: 100%;
}


.colonias{
    position: relative;
    background: url(../images/fondo-colonias.webp) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.colonias .container{
    position: relative;
    z-index: 2;
}
.colonias p{
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}



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

}

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

}

@media screen and (max-width:992px){
    nav ul li{
        width: 48%;
        margin-bottom: 12px;
    }
    .efecto img{
        width: 32%;
    }
}

@media screen and (max-width:768px){
    .efecto img{
        width: 49%;
    }
}

@media screen and (max-width:576px){
    nav ul li{
        width: 100%;
        margin-bottom: 12px;
    }
}





.seo-colonia{
    position: relative;
    z-index: 2;
}

.bloque-seo{
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.10);
    padding: 40px;
}

.seo-info{
    padding-right: 20px;
}

.seo-etiqueta{
    display: inline-block;
    background: #76568b;
    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.seo-info h1{
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
}

.seo-texto{
    font-size: 18px;
    line-height: 32px;
    color: #444;
}

.seo-texto p{
    margin-bottom: 18px;
}

.seo-texto strong,
.seo-texto b{
    color: #76568b;
}

.seo-imagen{
    position: relative;
    height: 100%;
}

.seo-imagen img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.faq-wrap{
    background: linear-gradient(135deg, #f5f2f7 0%, #ebe4ef 100%);
    border-radius: 25px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.faq-titulo{
    text-align: center;
    margin-bottom: 35px;
}

.faq-titulo span{
    display: inline-block;
    background: #222;
    color: white;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    padding: 7px 16px;
    border-radius: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.faq-titulo h2{
    font-size: 32px;
    line-height: 40px;
    color: #222;
    font-weight: bold;
    margin-bottom: 0;
}

.faq-item{
    background: white;
    border-radius: 20px;
    padding: 25px 22px;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
    border-left: 6px solid #76568b;
    transition: 0.3s ease;
}

.faq-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

.faq-item h3{
    font-size: 21px;
    line-height: 29px;
    color: #222;
    font-weight: bold;
    margin-bottom: 14px;
}

.faq-item p{
    font-size: 17px;
    line-height: 29px;
    color: #555;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px){
    .seo-info h1{
        font-size: 33px;
        line-height: 41px;
    }

    .faq-titulo h2{
        font-size: 29px;
        line-height: 37px;
    }
}

@media screen and (max-width: 992px){
    .bloque-seo{
        padding: 30px;
    }

    .seo-info{
        padding-right: 0;
    }

    .seo-imagen img{
        height: 360px;
    }
}

@media screen and (max-width: 768px){
    .bloque-seo{
        padding: 22px;
        border-radius: 20px;
    }

    .seo-info h1{
        font-size: 28px;
        line-height: 36px;
    }

    .seo-texto{
        font-size: 17px;
        line-height: 29px;
    }

    .faq-wrap{
        padding: 30px 20px;
        border-radius: 20px;
    }

    .faq-titulo h2{
        font-size: 25px;
        line-height: 33px;
    }

    .faq-item h3{
        font-size: 19px;
        line-height: 27px;
    }

    .faq-item p{
        font-size: 16px;
        line-height: 27px;
    }

    .seo-imagen img{
        height: 300px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 576px){
    .seo-etiqueta{
        font-size: 12px;
        padding: 7px 14px;
    }

    .seo-info h1{
        font-size: 24px;
        line-height: 31px;
    }

    .seo-texto{
        font-size: 16px;
        line-height: 27px;
    }

    .faq-titulo h2{
        font-size: 22px;
        line-height: 29px;
    }

    .faq-item{
        padding: 20px 18px;
    }

    .seo-imagen img{
        height: 240px;
    }
}