.headerprotocolos{
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/seguridad_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.info-headerprotocolos-titulo{
    font-size: 52px;
    font-family: 'bold';
    text-align: center;
    color: white;
}
.info-headerprotocolos-texto{
    font-size: 16px;
    font-family: 'regular';
    text-align: center;
    color: white;
}
.info-headerprotocolos-enlace{
    font-size: 16px;
    font-family: 'regular';
    text-decoration: underline;
    text-align: center;
    color: white;
}
.info-headerprotocolos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/****************************************************/
.protocolospasos{
    width: 100%;
    height: 2320px;
}
.protocolosanitario{
    width: 100%;
    height: 450px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.protocolo-container .swiper-slide{
    padding: 15px;
}
.protocolo-secciones {
    width: 190px;
    height: 190px;
    background: white;
    box-shadow: 0 5px 7px 2px #0000004f;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.img-protocolo-secciones{
    width: 60px;
}
.info-objetivo{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.info-objetivo-numero{
    font-size: 60px;
    font-family: 'bold';
    color: #c1c1c1;
    margin-right: 20px;
}
.info-objetivo-texto{
    font-size: 14px;
    font-family: 'regular';
    font-weight:bold;
    line-height: 1.2;
}
.protocolo-texto{
    font-size: 42px;
    font-family: 'bold';
    color: #004299;
}
.info-pasos-titulo{
    font-size: 28px;
    color: #004299;
    font-family: 'regular';
    font-weight:bold;
    line-height: 1.2;
}
.info-pasos-texto{
    color: #393939;
    font-family: 'light';
    font-size: 15px;
}
.listadispociones-titulo{
    font-size: 22px;
    color: black;
    font-family: 'regular';
    font-weight:bold;
}
li{
    list-style-image: url('../img/check_list.png');
    font-family: 'light';
    font-size: 15px;
}
.size-imagnes-height{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.imagen-info-pasos-container {
    width: 81%;
    height: 49%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.texto-info-paso-container{
    font-size: 15px;
    color: white;
    font-family: 'light';
    margin-right: 20px;
    
}
.imagen-infopasos{
    width: 100%;
    position: absolute;
    z-index: -1;
}
/**************************************************/
@media(max-width:1110px){
    .protocolospasos {
        height: 3067px;
    }
}
@media(max-width:991px){
    .size-imagnes-height {
        height: 80em;
    }
    .protocolospasos {
        height: 5067px;
    }
}
@media(max-width:575px){
    .protocolo-container .swiper-slide{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .size-imagnes-height {
        height: 44em;
    }
}