

/* BLOQUE1 ******************************************************************************************* */

#bloque1{
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
#seccion1 , #seccion2{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

/* SECCION 1 PROMOS */

.inboxPromo{
    width: 100%;
}
strong {
    font-family: "Walsheim Bold";
}

.tituloSeguros{
    font-size: 2.5rem;
    color: #000000;
    font-family: "Walsheim Black";
    line-height: 1.5;

}
.tituloSeguros i{
    color: #fee200;
}

.tituloSeguros .spanAmarillo{
    background-color: var(--color-c1);
    padding: 0px 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.boxSmart{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-top: 20px;
}
.cardTitulo{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-c1);
}
.cardTitulo h2{
    font-size: 2rem;
    color: #000000;
    font-family: "Walsheim Black";
    text-align: center;
    margin: 0px;
    padding: 2px 5px;
}
.cardPrecio{
    width: 100%;
    height: auto;
    border:2px dashed black;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.cardPrecio h3{
    font-size: 1.5rem;
    color: #000000;
    text-align: center;
    font-family: "Walsheim Medium";
}
.precio{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.numero{
    font-size: 8rem;
    text-transform: uppercase;
    color: #000000;
    font-family: "Walsheim Black";
    margin: 0px;
}
.resto .mes{
    font-size: 3rem;
    text-transform: uppercase;
    color: #000000;
    font-family: "Walsheim Black";
    text-align: left;
    line-height: 50px;
    margin: 0px;
}
.resto .iva{
    font-size: 3rem;
    letter-spacing: 0px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Walsheim Medium";
    text-align: left;
    margin: 0px;
}
.garantia{
    font-size: 1.5rem;
    color: #000000;
    font-family: "Walsheim Regular";
    display: block;
    margin-top: 20px;
}
.mapfre{
    margin-bottom: 20px;
}
/* SECCION 2 IMÁGEN PORTADA */


.imgPortada{
    width: 100%;
    height: 430px;
    background-image: var(--img-pc);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
   
}

/* BLOQUE3 *******************************************************************************************/



/* MEDIA QUERIS ************************************************************************************/
@media (min-width: 990px) and (max-width: 1200px) {


}

@media (max-width: 1200px) {
    .cardPrecio h3{
        font-size: 1.3rem;
    
    }
   
 
}

@media (max-width: 990px) {
    .cardTitulo h2{
        font-size: 1.8rem;
    }
    .cardPrecio h3{
        font-size: 1rem;
    
    }

    .tituloSeguros{
        font-size: 1.8rem;
     
    }
    .numero{
        font-size: 6rem;

    }
    .resto .mes{
        font-size: 2rem;
        line-height: 35px;
  
    }
    .resto .iva{
        font-size: 2rem;
        line-height: 35px;

    }
 


}

@media (max-width: 765px) {



    .imgPortada{
        width: 100%;
        height: 300px;
        background-image: var(--img-movil);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 10px;
    }
  


}
@media (max-width: 380px) {
  
    .tituloSeguros{
        font-size: 1.5rem;
     
    }
    .cardPrecio h3{
        font-size: 0.8rem;
    
    }

   
}