body{
    font-family: 'Barlow', sans-serif;
    color: #000000;
}
h1, h2, h3, h4, h5, h5{
    margin: 0;
}
strong{
    font-weight: 600;
}
video{
    outline: none;
}
.btn-azul{
    width: 100px;
    height: 30px;
    background: #002EFF;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 15px;
}
.btn-azul:hover{
    color: #ffffff;
    text-decoration: none;
}
.office-banner{
    color: #ffffff;
}
.office-banner .office-banner--texto h1{
    font-weight: 600;
    font-size: 50px;
}
.office-banner .office-banner--texto h2{
    font-weight: 400;
    font-size: 35px;
}
.office-banner .img-banner{
    height: 500px;
}
.office-365 h2{
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 50px;
    text-align: center;
}
.office-365 p{
    line-height: 28.8px;
    font-size: 24px;
}
.office-365--video{
    margin-top: 40px;
    margin-bottom: 100px;
}
.office-365--video video{
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.office-365--informacion h3{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.office-365--informacion-detalle{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    min-height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 20px;
}
.office-365--informacion-detalle h4{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 30px;
}
.office-365--informacion-detalle p{
    font-size: 16px;
    line-height: 19.2px;
}
.office-365--saber{
    margin-top: 100px;
}
.office-365--saber h3{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.office-365--saber-detalle{
    min-height: 255px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 10px;
    position: relative;
}
.office-365--saber-detalle h4{
    font-weight: 500;
    font-size: 24px;
    margin: 18px 0px;
}
.office-365--saber-detalle p{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.office-365--saber-detalle::before {
    content: "";
    height: 20px;
    width: 100%;
    background: #2FCBF1;
    position: absolute;
    border: 1px solid #2FCBF1;
    top: 0;
    border-radius: 15px 15px 0px 0px;
}
.office-365--tutoriales h3{
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 100px;
}
.office-365--tutoriales-informacion{
    min-height: 329px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 0px 21px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.office-365--tutoriales-informacion h4{
    font-size: 26px;
    margin: 12px 0px;
    font-weight: 700;
}
.office-365--tutoriales-informacion .img-tutoriales{
    width: 60px;
    height: 38px;
    object-fit: contain;
    object-position: left;
}
.office-365--tutoriales-informacion p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 27px;
}
.office-365--descubra h3{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 15px;
}
.office-365--descubra p{
    font-size: 24px;
    line-height: 29px;
}
.office-365--descubra--informacion{
    min-height: 370px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 15px 23px 15px;
    margin-bottom: 30px;
}
.office-365--descubra--informacion h4{
    margin-top: 33px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}
.office-365--descubra--informacion p{
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.slick-next{
    right: -2%!important;
}
.slick-prev{
    left: -2%!important;
}
.slick-list.draggable{
    padding-top: 5px;
}
.logo-capital-humano{
    width: 325px;
    margin: 100px 0px 50px 0px;
}
.logo-entel-footer{
    width: 80px;
    margin-bottom: 30px;
}
.office-365--footer{
    padding-bottom: 60px;
    background: #020247;
    color: #ffffff;
}
@media (max-width: 600px){ 
    p{
        font-size: 16px!important;
        line-height: 19px!important;
    }
    .office-365 h2{
        font-size: 25px;
        text-align: left;
    }
    .office-365--informacion h3 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }
    .office-365--informacion-detalle{
        margin-bottom: 20px;
    }
    .office-365--informacion-detalle h4 {
        margin-bottom: 13px;
        margin-top: 26px;
    }
    .office-365--video {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .office-365--video video{
        width: 100%;
        height: auto;
    }
    .office-365--saber {
        margin-top: 20px;
    }
    .office-365--saber h3{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .office-365--tutoriales-informacion {
        margin-bottom: 20px;
    } 
    .btn-azul {
        width: 125px;
    }
    .office-365--descubra h3{
        font-size: 25px;
        text-align: left;
        margin-top: 20px;
    }
    .office-banner .office-banner--texto h1{
        color: #000000;
        font-size: 25px;
    }
    .office-banner .office-banner--texto h2{
        color: #000000;
        font-size: 15px;
        font-weight: 500;
        margin-top: 7px;
        margin-bottom: 20px;
    }
    .office-banner--texto{
        width: 100%;
        position: inherit!important;
    }
    .office-365--descubra--informacion{
        margin-bottom: 20px;
        min-height: 389px;
    }
    .titulo-tutoriales-mobile-contenedor{
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .titulo-tutoriales-mobile{
        right: 0;
        
    }
    .titulo-tutoriales-mobile h3{
        font-weight: 600;
        font-size: 32px;
        color: #ffffff;
        padding-right: 29px;
    }
    .office-365--saber-detalle{
        margin-bottom: 10px;
    }
    .office-365--footer{
        background: #020247;
        padding: 60px 30px;
        margin-top: 80px;
    }
    .logo-entel-footer {
        width: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    p.office-365--footer--texto{
        font-size: 10px!important;
        color: #C4C4C4;
        text-align: center;
    } 
}