body{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: 400;
}
strong{
    font-weight: 600;
}
.header{
    width: 100%;
    background: #002EFF;
    min-height: 60px;
}
.header p{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    margin-left: 10px;
}
.banner-cambio-contrasena{
    margin-top: 70px;
}
.banner-cambio-contrasena h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
}
.paso-a-paso{
    margin-top: 100px;
}
.paso-a-paso h2{
    margin-bottom: 20px;
}
.paso-a-paso p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
.paso-a-paso p span{
    color: #002EFF;
    font-weight: 700;
}
.paso-a-paso-detalle{
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    margin-bottom: 50px;
    padding-left: 50px;
    position: relative;
    margin-top: 50px;
}
.paso-a-paso-detalle::before {
    content: "";
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #2FCBF1
}
.paso-a-paso-detalle.importante::before{
    background: #FD6C98;
}
.paso-a-paso-detalle h3{
    font-size: 32px;
    color: #002EFF;
    font-weight: 600;
    margin-bottom: 5px;
}
.paso-a-paso-detalle p{
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
}
.paso-a-paso a{
    color: #FF3D00;
    font-weight: 600;
    text-decoration: underline;
}
.paso-a-paso-importante{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;

    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    min-height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.paso-a-paso-importante::before{
    content: "";
    height: 100%;
    width: 10px;
    position: absolute;
    left: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #42E8B4;
    bottom: 0;
}
.paso-a-paso-importante p{
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
.paso-a-paso img{
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.paso-a-paso-importante img{
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-left: 25px;
}
footer{
    margin: 100px 0px;    
}
.logo-entel-footer{
    width: 66px;
}
@media (max-width: 567px){
    .paso-a-paso-detalle { 
        padding-left: 0px;
    }
    .paso-a-paso-detalle img{
        height: 225px;
        object-fit: cover;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .paso-a-paso-importante img{
        height: auto;
    }
    .paso-a-paso-detalle.importante::before, .paso-a-paso-detalle::before{
        background: none;
    }
    .banner-cambio-contrasena img{
        height: 225px;
        object-fit: cover;
        border-radius: 10px;
    }
    .banner-cambio-contrasena{
        margin-top: 40px;
    }
    .banner-cambio-contrasena h1{
        font-size: 28px;
        padding: 0px 10px;
        text-align: center;
    }
    .paso-a-paso{
        margin-top: 40px;
    }
    .paso-a-paso h2{
        font-size: 25px;
    }
    .paso-a-paso p{
        line-height: 20px;
        font-size: 16px;
    }
    .paso-a-paso-detalle h3{
        font-size: 25px;
    }
    .paso-a-paso-importante p{
        font-size: 14px;
    }
    .logo-entel-footer{
        width: 50px;
    }
    .logo-capital-humano{
        width: 250px;
    }
    .cambio--footer p{
        text-align: center;
    }
    .header p{
        font-size: 16px;
    }
    .header img{
        width: 40px;
    }
}   