*{
    margin: 0;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Montserrat', sans-serif;

}


html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat', sans-serif;
}
/* Inicio Estilos generales */

.barra-fija{
    width: 100%;
    height: 60px;
    background-color:#f2f2f200;
    /*box-shadow: 0px 5px 10px 0px #787575;*/
    display: flex;
    padding: 25px;
    z-index: 10;
    float: left;
    position: relative;
    justify-content:space-around;
    box-sizing: border-box;
   /* border-bottom: 1px solid #f2f2f248; */  
}


.nombres{
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    display: flex;
}
.svg{
    width:40px;
    color:#ffff;
    padding:0;
    margin-right: 20px;
    margin-top: -10px;
}

.boton2{
    text-decoration: none;
    padding: 15px 20px;
    hyphens: manual;
    display: inline-block;
}

.secciones{
    display: flex;
    list-style: none;   
}

.secciones li{
    vertical-align: middle;
}

.secciones li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    padding: 15px;
    
}

.secciones li a:hover{
    font-weight:400;
    line-height: 10pt;
}
.nav{
    position: fixed;
    background-color: #0000006f;
    backdrop-filter: blur(4px);
    border-bottom: none;
    z-index: 20;
}


.hero{
    background-image: url("../../img/portada-6.webp");
    max-width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    position: relative; 
}

.hero:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.textos-hero{
    height: 500px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 200px;
 
}

.texto-h1{
    font-size: 2vw;
}

.texto-h2{
    font-size: 1.5vw;
    font-weight: 200;
    padding-left:20px;
    padding-right:20px;
}

.logohero{
    width: 40em;
    z-index: 1;
}


.textos-hero p{
    font-size: 1em;
    margin-bottom: 20px;
    font-weight: 40;
    margin-left:25%;
    margin-right:25%;
    margin-top: 30px;
    font-style: normal; 
}

.boton a{
    text-decoration: none;
    padding: 15px 20px;
    hyphens: manual;
    display: inline-block;
    z-index: 9;
    position: relative;   
}
    
.boton a:hover{
    animation: shadow-pulse 1000ms 1;
    transform:translatey(.50em);
    transition: 200ms ease-in-out;
 }
.bt1{
    border-style: solid;
    border-width: 1px;
    color: #f2f2f2;

}
.bt2{
    color: #ececec;
    border-style: solid;
    border-color: #be0f23;
    border-width: 1px;
    background-color: #be0f23;
}

.bt2:hover{
    border-color: #be0f23;
    background-color: #be0f23;
}
.boton4{
    padding: 0px;
    text-decoration: none;
    hyphens: manual;
    display: inline-block;
    z-index: 9;
    position: relative;
    box-sizing: border-box;  
}

.boton4:hover{
    animation: shadow-pulse 1000ms 1;
    transform:translatey(.20em);
    transition: 200ms ease-in-out;
}
.bt4{
    text-decoration: none;
    color: #ececec;
    border-style: solid;
    border-color: #be0f23;
    border-width: 1px;
    background-color: #be0f23;
    padding: 8px;  
    box-sizing: border-box;  
}
 
.svg-hero{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


.contenedor P{ 
        font-family: "Rubik",Sans-serif;
        font-size: 20px;
        font-weight: 400;
        padding: 15px;   
}

.contenedor a {
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    display: inline-block;
    text-decoration:none;   
}
.contenedor a:hover{
    animation: shadow-pulse 1000ms 1;
    color: #fff;
    border-style: none;
    transform:translatey(.35em);
    transition: 200ms ease-in-out;    
    }




.contenedor{
    padding: 80px 0;
}

.titulo{
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 3%;
    margin: 0;
}

.titulo.right{
    text-align: center;
}
/* FIN Estilos generales */

/*inicio sobre nosotros*/
.sobre-nosotros-cont{
    width: 100%;
    height: 30vw;
    padding-top: 5vw;
    background-color: #f5f7f8;
    display: flex;
}

.nosotros-cont{
    width: 60%;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.nosotros-p-cont{
    width: 40%;
    height: 17vw;
    padding-left: 8vw;
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #be0f236b;
}

.titulo-h3{
    width: 80%;
    margin: 0 auto;
    font-size: 3vw;
    text-align: left;
    vertical-align: middle;
    
}

.sub-titulo-h3{
    margin: 0 auto;
    width: 80%;
    text-align: left;
    color: #be0f23;
    font-size: 1.5vw;
    font-weight: 100;
    margin-bottom: 2vw;
    font-style: italic;
    
}

.titulo-h4{
    font-size: 1.5vw;
    font-weight: 500;
    text-align: left;

}
.sub-titulo-h4{
    width: 70%;
    margin-top: 2vw;
    color: #969696ff;
    font-size: 1.3vw;
    font-weight: 400;
    text-align: center;
}


/*fin sobre nosotros*/

/*inicio cads*/


.cards-contenedor{
    width: 100%;
    height: 32vw;
    margin: 0 auto;
    background-image: linear-gradient(#f5f7f8 , #ffff);
}
.card-cont{
    width: 85%;
    margin: 0 auto;
    display: flex;
}

.card{
    width:calc(100%/3);
    height: 28vw;
    margin: 20px;
    background-color: #ffffff;
    box-shadow: 0 40px 40px -20px rgba(0,0,0,.2);
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width:2px ;
    border-style: solid;
    border-color: rgba(0,0,0,.14);

}
.titulo-card{
    width: 80%;
    margin: 0 auto;
    font-size: 1.7vw;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px;
}

.sub-titulo-card{
    width: 80%;
    margin: 0 auto;
    font-size: 1.09vw;
    text-align: center;
    vertical-align: middle;
    padding-top: 2vw;
    color: rgb(0, 0, 0);
    font-weight: 300;


}

.bt3{
    margin-top: 1vw;
    color: #be0f23;
}

/*fin cads*/

/*inicio servicios*/

/* accordion */

.preguntas
{
    width: 100%;
    min-height: 600px;
    /*background-image: linear-gradient(#ffff,#efefef);*/
    display: flex;
    /* justify-content: center;
    align-items:center; */
    background-color: #252529;
}

.h6-cont{
    width: 100%; 
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: -3px;
    font-family: neuzeit-grotesk, sans-serif;
    color: #fff;
    font-size: 44px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;     
}
.linea{
    width: 100px;
    border-style: solid;
    color: #be0f23;
    margin-bottom: 30px;

}


.preguntasCont{
    padding-top:50px;
    padding-left: 50px;
    width: 60%;

}

.contentCar{
    width: 90%;
    float: right;
}

.accordion {
    max-width: 900px;
}

.accordion .contentCar{
    position: relative;
    margin: 10px 20px;
}

.accordion .contentCar .label{
    position: relative;
    padding:10px;
    background:local;
    color:#fff;
    cursor: pointer;
    border-color: #ffffff4a;
    border-style: solid;
    border-width: 1px;
}

.accordion .contentCar .label:hover{
    color:#be0f23;
}

.accordion .contentCar .label::before{
    content: '';
    position: absolute;
    top:50%;
    right: 20px;
    transform: translateY(-50%);
    font-size:1.5em;
}
.accordion .contentCar.active .label::before{
    content: '';

}
.accordion .contentCar .content {
    position:relative;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y:auto;
}

.accordion .contentCar.active .content{
    height: 150px;
    padding: 10px;
}

.cotizacion{
    width: 400px;
    height: 250px;
    margin: 0 auto;
    margin-top: 170px;
    border-radius: 5%;
    padding: 20px;
    background-color:rgb(255, 255, 255); 
}

.h44-cont{
    width: 100%;
    font-family: neuzeit-grotesk, sans-serif;
    color: #252529;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    padding-bottom: 30px;
}

.pc{
    padding-bottom: 30px;
}
.parrafo-h6-cont{
    width: 900px;
    padding:30px;
    border-color: #ffffff4a;
    border-style: solid;
    border-width: 1px;
}

.sub-titulo-h6{
    width: 100%;
    font-family: neuzeit-grotesk, sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: -1.8px;
    padding-bottom: 30px;
    text-align:center;
}
.parrafo-h6{
    text-align:center;
    color: #ffffff;
}

.urg24{
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 30px;
    padding: 0;
}

/*fin servicios*/






/* footer */

footer {
    background: linear-gradient(to top, #272626 , #252529ef );
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    z-index: 90;
    box-sizing: border-box;
    
}

.partFooter {
    width: 20%;
    text-align: center;
}

.logosf img{
    width: 180px;
}

.logof{
    margin-bottom: 50px;
}

.partFooter h5 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.partFooter a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
}


.social-media i {
    font-size: 20px;
    display: inline-block;
    color: #adb6c7;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}

.social-media i:hover {
    color: #fff;
    background-color: #99C9C7;
    border-color: #99C9C7;
}

.legales{
    width: 100%;
    height: 50px;
    background-color: #000;
    float: inline-end;

}

.legal{
    font-size: 15px;
    color: white;
    text-align: right;
    padding-right: 1%;
    padding-top: 5px;
}

.nombres-f{
    color: #ffff;
}
/* fin footer */
/* boton de wapp */

.btn-whatsapp {
    display:block;
    width:70px;
    height:70px;
    color:#fff;
    position: fixed;
    right:5px;
    bottom:5px;
    border-radius:50%;
    line-height:40px;
    text-align:center;
    z-index:999;
}

.btn-whatsapp img{
    width: 50px;
}
/* boton de llamada*/

.btn-llamada {
    display:block;
    width:70px;
    height:70px;
    position: fixed;
    left:5px;
    bottom:5px;
    border-radius:50%;
    line-height:40px;
    text-align:center;
    z-index:999;
}

.btn-llamada img{
    width: 50px;
}

.btn-llamada span{
    user-select: none;
    background-color: rgba(70,70,70,.9);
    position: absolute;
    left: 68px;
    border-radius: 2px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 700;
    color: #ececec;
    top: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    word-break: keep-all;
    line-height: 1em;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: none;
}


@media screen and (max-width:1100px){

    .secciones{
        display: none;
        list-style: none;   
    }
    /* estilos generales */

    .nombres{
        text-decoration: none;
        color: #ffffff;
        font-size: 1em;
        font-weight: 300;
        text-align: center; 
    }
    .texto-h1{
        font-size: 3vw;
    }
    .texto-h2{
        font-size: 2vw;
        margin-top: 20px;
    }
    /*fin estilos generales*/

    /*sobre nosotros cont*/
    .sobre-nosotros-cont{
        height: 39vw;
    }
    .titulo-h3{
        font-size: 4vw;
    }
    .sub-titulo-h3{
        font-size: 2vw;
    }
    .titulo-h4{
        font-size: 2vw;
    }
    .sub-titulo-h4{
        width: 90%;
        font-size: 1.8vw;
    }
    /*fin sobre nosotros cont*/

    /*

/* inicio cards contenedor */
    
.cards-contenedor{
    width: 100%;
    height: 38vw;
}
.card-cont{
    width: 100%;
    margin: 0 auto;
}

.card{
    height: 28vw;
    margin: 10px;
}
.titulo-card{
    font-size: 1.9vw;
    padding-top: 20px;
}

.sub-titulo-card{
    font-size: 1.2vw;
    padding-top: 2vw;
}


        /* fin cards*/
            /* inicio areas*/

.preguntas
{
    width: 100%;
    height: 1100px;
    margin: 0 auto;
    display: block;
    background-color: #252529;
}
.preguntasCont{
    margin: 0 auto;

}
.accordion{
    margin: 0 auto;
}

.h6-cont{
    width: 100%; 
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
}
.linea{
    width: 100px;
    margin-bottom: 30px;
}

.preguntasCont{
    width: 100%;
    margin: 0 auto;  
}
.contentCar{
    width: 100%;
    margin: 0 auto;  
}
.cotizacion{
    width: 70%;
    height: 200px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5%;
    padding: 20px;
    background-color:rgb(255, 255, 255); 
}

.h44-cont{
    width: 100%;
    font-size: 22px;
    padding-bottom: 20px;
}

.pc{
    padding-bottom: 20px;
}
/* fin areas*/
      
    }

@media screen and (max-width:850px){
  

    .textos-hero p{
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 30px;
    }

    
   
    
}

@media (max-width: 575px) {

   .texto-h2{
        font-size: 3.5vw;
   }
    .secciones{
        display: none;
        list-style: none;   
    }
    .barra-fija{
        width: 100%;
        height: 60px;
        background-color:#f2f2f200;
        display: flex;
        z-index: 10;
        float: left;
        position: relative;
        justify-content:space-around;
        box-sizing: border-box;
        padding: 25px;
        
    }
    .nav{
    background-color: #0000006f;
    backdrop-filter: blur(4px);
    border-bottom: none;
    z-index: 20;
    position: fixed;
    }

            /*sobre nosotros cont*/
            .sobre-nosotros-cont{
                height: 78vw;
                display: inline-block;
                margin: 0 auto;
            }
            .nosotros-cont{
                width: 100%;
                height: auto;
                margin: 0 auto;
            }
            .nosotros-p-cont{
                width: 100%;
                margin: 0 auto;
                padding: 0;
                text-align: center;
                border-left-style: none;
            }
            .titulo-h3{
                font-size: 5vw;
                text-align: center;
            }
            .sub-titulo-h3{
                font-size: 4vw;
                text-align: center;
            }
            .titulo-h4{
                width: 100%;
                font-size: 4vw;
                padding: 0;
                padding-top: 15px;
                margin: 0 auto;
                text-align: center;
            }
            .sub-titulo-h4{
                width: 70%;
                font-size: 3.5vw;
                padding-top: 15px;
                margin: 0 auto;
            }
            /*fin sobre nosotros cont*/

    /* inicio areas*/

.preguntas
{
    width: 100%;
    height: 1100px;
    margin: 0 auto;
    display: block;
    background-color: #252529;
}
.preguntasCont{
    margin: 0 auto;

}
.accordion{
    margin: 0 auto;
}

.h6-cont{
    width: 100%; 
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
}
.linea{
    width: 100px;
    margin-bottom: 30px;
}

.preguntasCont{
    width: 100%;
    margin: 0 auto;  
}
.contentCar{
    width: 100%;
    margin: 0 auto;  
}
.cotizacion{
    width: 70%;
    height: 200px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5%;
    padding: 20px;
    background-color:rgb(255, 255, 255); 
}

.h44-cont{
    width: 100%;
    font-size: 22px;
    padding-bottom: 20px;
}

.pc{
    padding-bottom: 20px;
}
/* fin areas*/
        /* inicio cards*/
.cards-contenedor{
    width: 100%;
    height: 289vw;
}
.card-cont{
    width: 100%;
    margin: 0 auto;
    display: grid;
}

.card{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.titulo-card{
    font-size: 4.9vw;
    padding-top: 20px;
    padding-bottom: 15px;
}

.sub-titulo-card{
    font-size: 3.5vw;
    padding-top: 2vw;
}


        /* fin cards*/
}

    



@media screen and (max-width:500px){

    .textos-hero p{
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 30px;
    }

    /*barra fija*/
    .barra-fija{
        background-color:#f2f2f200;
        height: 60px;
        z-index: 10;
        position: relative;
    }
    .nav{
        background-color: #0000006f;
        position: fixed;
    }
    .nombres {
        font-size: 12px;
    }



    .bt4{
        font-size: 12px;
        padding: 4px;
    }

    .svg{
        margin: 0;
        margin-top:-4px;
        margin-right:6px ;
        width:25px;

    }
    /*barra fija*/

    /* H1*/

    /* H1*/


        /*sobre nosotros cont*/
        .sobre-nosotros-cont{
            height: 78vw;
            display: inline-block;
            margin: 0 auto;
        }
        .nosotros-cont{
            width: 100%;
            height: auto;
            margin: 0 auto;
        }
        .nosotros-p-cont{
            width: 100%;
            margin: 0 auto;
            padding: 0;
            text-align: center;
            border-left-style: none;
        }
        .titulo-h3{
            font-size: 5vw;
            text-align: center;
        }
        .sub-titulo-h3{
            font-size: 4vw;
            text-align: center;
        }
        .titulo-h4{
            width: 100%;
            font-size: 4vw;
            padding: 0;
            padding-top: 15px;
            margin: 0 auto;
            text-align: center;
        }
        .sub-titulo-h4{
            width: 70%;
            font-size: 3.5vw;
            padding-top: 15px;
            margin: 0 auto;
        }
        /*fin sobre nosotros cont*/


/* inicio areas*/

.preguntas
{
    width: 100%;
    height: 1100px;
    margin: 0 auto;
    display: block;
    background-color: #252529;
}
.preguntasCont{
    margin: 0 auto;

}
.accordion{
    margin: 0 auto;
}

.h6-cont{
    width: 100%; 
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 30px;
}
.linea{
    width: 100px;
    margin-bottom: 30px;
}

.preguntasCont{
    width: 100%;
    margin: 0 auto;  
}
.contentCar{
    width: 100%;
    margin: 0 auto;  
}
.cotizacion{
    width: 70%;
    height: 260px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 5%;
    padding: 20px;
    background-color:rgb(255, 255, 255); 
}

.h44-cont{
    width: 100%;
    font-size: 22px;
    padding-bottom: 20px;
}

.pc{
    padding-bottom: 20px;
}

/* fin areas*/
        /* inicio cards*/
.cards-contenedor{
    width: 100%;
    height: 289vw;
}
.card-cont{
    width: 100%;
    margin: 0 auto;
    display: grid;
}

.card{
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
.titulo-card{
    font-size: 4.9vw;
    padding-top: 20px;
    padding-bottom: 15px;
}

.sub-titulo-card{
    font-size: 3.5vw;
    padding-top: 2vw;
}


        /* fin cards*/

/* inicio footer */

.footer{
    display: inline;
    z-index: -1;
    position: absolute;


}

.partFooter {
    width: 100%;
    text-align: center;

    
}
.partFooter2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;

}


.legal{
    text-align: center;
}

.partFooter2 .logof {
    
    max-width: 100%;
    margin: 0 auto;    
}

.logof{
    margin: 0 auto;
    width: 190px;
}


/*fin footer*/

/*boton */
.btn-llamada span{
    display: none;
}


}

