.h1 {
    font-size: 50px;
    font-weight: 900;
}
.textWhite .h1 {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1.2px;
}
/***** Card Seccion Recomendaciones Seguridad*****/
.card {
    padding: 2em 1.5em;
    border-radius: 5px;
}
.shadow-card{
    box-shadow: -2px 14px 53px -18px #536299C3;
}
.icono-card {
    margin-left: auto;
    margin-right: auto;
    padding: 5% 3%;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    box-shadow: -5px -12px 53px -18px #536299C3;
}
.icono-card img {
    width: 90%;
}
/**********/

/***** Card Seccion Ofertas Seguridad*****/
.card-seguridad{
    padding-top: 1.5em;
    padding-bottom: 0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    border-style: none;
    border-radius: 5px;
    width: 170px;
}
.card-seguridad img{
    max-height: 80px;
    max-width: 80px;
}
/**********/
.backImageHeader{
    background: linear-gradient(
        rgba(7, 37, 99, 0.65), 
        rgba(7, 37, 99, 0.65)
      ), url('../assets/seguridad/Imagen_header@3x.png');
    background-size: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
/*********** Button Dot*************/
.dot {
    color: white;
    height: 20px;
    width: 20px;
    background-color: #5ca734;
    border-radius: 50%;
    display: inline-block;
    padding: 0.1em 0.4em;
    text-decoration: none !important;
}
.dot:hover {
	opacity: 0.8;
	color: white;
}
/************************/
.max-140 {
    width: 110%;
    height: auto;
    max-width: 750px;
}
.max-120{
    max-width: 120%;
    height: auto; 
}
.min-400{
    min-height: 400px;
}
.als-end{
    align-self: flex-end;
}

@media screen and (max-width:1200px){
    .textWhite .h1 {
        font-size: 32px;
        
    }
}
@media screen and (max-width: 991px){
    .h1 {
        font-size: 28px;
        font-weight: 800;
    }

    .icono-card{
        padding: 10px;
    }
    .card{
        max-width: 300px;
        margin: auto; 
    }

    .card-seguridad img {
        max-height: 60px;
        max-width: 60px;
    }
}
@media screen and (max-width:767px ){
    .max-140{
        max-width: 100%;
    }

    #Bienvenidos .d-flex-l-c-c {
        
        max-height: inherit;
    }

    .textWhite .h1{
        font-size: 27px!important;
    }
    .card-seguridad img {
        max-height: 40px;
        max-width: 40px;
    }

    .paddingBottom > .marginSmallBottom{
        margin-bottom: 0em;
    } 
}
