*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
li{
    list-style-image: url("../img/servicions/ic_list.png");
    font-size: 16px;
    color: black;
}
.topNosotros{
    background-image: url("../img/bg_nosotros_page.jpg");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 30em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topNosotros p{
    font-size: 40px;
    color: white;
}
.infoNosotros{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoNosotros p{
    font-size: 25px;
    text-align: center;
}
/**/
.nuestroServicios{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.nuestroServicios p{
    font-size: 40px;
    letter-spacing: 15px;
}
.allservicios{
    position: relative;
    height: 25em;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tituloServicio{
    font-size: 25px!important;
    color: white;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0px!important;
}
.bg1{
    background-image: url("../img/servicions/img_serv_corp.jpg");
}
.bg2{
    background-image: url("../img/servicions/img_serv_translado.jpg");
}
.bg3{
    background-image: url("../img/servicions/img_serv_courier.jpg");
}
.bg4{
    background-image: url("../img/servicions/img_serv_programados.jpg");
}
.bg5{
    background-image: url("../img/servicions/img_serv_matrimonial.jpg");
}
.bg6{
    background-image: url("../img/servicions/img_serv_personal.jpg");
}
/**/
.premium{
    width: 100%;
    height: 60em;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tituloPermium{
    font-size: 25px;
    color: black;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.descripPrermium{
    font-size: 15px;
}
.bggreen::before{
    content: '';
    top: 0;
    position: absolute;
    left: -100%;
    width: 166%;
    height: 3em;
    z-index: -1;
    background-color: #598133;
}
.premiumImg{
    width: 6em;
    position: absolute;
    right: 0;
}
.absodescriptAll{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    transition: all ease .5s;
    background-color:#598133a1;
    bottom: -100%;
}
.absodescriptAll p{
    font-size: 16px!important;
    letter-spacing: 0;
    text-align: center;
    color: white;
}
.hoverClass{
    bottom: 0;
}
/**RESPONSIVE**/
@media(max-width:1600px){
    .topNosotros p {
        font-size: 30px;
    }
    .infoNosotros p {
        font-size: 20px;
        text-align: center;
    }
    .nuestroServicios p {
        font-size: 30px;
    }
    .tituloServicio {
        font-size: 20px!important;
    }
    .tituloPermium {
        font-size: 20px;
    }
    .premiumImg {
        width: 5em;
    }
    .bggreen::before {
        height: 2em;
    }
}
@media(max-width:991px){
    .nuestroServicios {
        height: 54em;
    }
    .premium {
        height: 92em;
    }
}
@media(max-width:775px){
    .nuestroServicios {
        height: 154em;
    }
    .infoNosotros p {
        font-size: 18px;
        text-align: center;
    }
    .nuestroServicios p {
        font-size: 25px;
        letter-spacing: 10px;
    }
    .premiumImg {
        width: 4em;
    }
}
@media(max-width:575px){
    .premiumImg {
        display: none;
    }
}
@media(max-width:365px){
    .topNosotros p {
        font-size: 25px;
    }
    .infoNosotros p {
        font-size: 15px;
    }
    .nuestroServicios p {
        letter-spacing: 4px;
    }
    .tituloPermium {
        font-size: 16px;
        margin-top: 5px;
    }
}