.sect-servicios{
    height: 280px;
    background-image: url(../../../../assets/img/servicios/bannerservicios.jpg);
    background-size: cover;
    padding-bottom: 15px;
    background-position: center;
    position: relative;
    z-index: 1;
}
.sect-servicios:before{
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
}
.height {
    height: 100%;
}
.sect-servicios-title{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
}
.sect-servicios-title2{
    display: inline-block;
    float: right;
    color: #ffffff;
}
.sect-servicios-title2 a{
    color: #ffffff;
}
/**/
.sect_nosotros{
    padding: 50px 0;
}
.box_nosotros .box_head h2{
    color: #000;
    font-weight: 700;
}
.box_nosotros .box_head h2 span{
    color: #F8C713;
}
.box_nosotros .box_head h5{
    font-size: 15px;
    color: #F8C713;
    font-weight: 500
}
.box_nosotros .box_body p{
    text-align: justify;
}

/**/
.sect_banner_contact{
    background-image: url(../../../../assets/img/servicios/bannerservicios.jpg);
    background-size: cover;
    background-position: center 70%;
    padding: 50px 0;
    position: relative;
}
.sect_banner_contact:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.btn_contact{
    display: block;
    width: 100%;
    text-align: center;
    background: #F8C713;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    border: 2px solid #fff;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
    transition: all ease 500ms;
    text-decoration: none;
}
.btn_contact:hover{
    background: transparent;
    text-decoration: none;
    color: #fff;
    transition: all ease 500ms;
}
.sect_banner_contact h2{
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
@media(max-width: 991px){
    .sect_banner_contact h2 {
        margin-bottom: 25px;
        text-align: center;
        font-size: 20px;
    }
    .box_nosotros .box_head h2 {
        font-size: 24px;
    }
}
/**/
.sect_mis_vis_val{
    padding: 50px 0;
}
.box_mis_vis_val{
    background: #f9f9f9;
    box-shadow: 0px 0px 5px #ccc;
    padding: 20px;
    height: 100%;
}
.box_mis_vis_val .box_head span{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    border: 1px solid #e2e2e2;
    transition: all ease 500ms;
}
.box_mis_vis_val .box_body{
    margin-top: 15px;
}
.box_mis_vis_val .box_body h5{
    text-align: center;
    color: #000;
    font-weight: 600;
}
.box_mis_vis_val .box_body p{
    text-align: justify;
}
.list_valores{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_valores>li{
    color: #F8C713;
}
.list_valores>li span{
    color: #868686;
}
.box_mis_vis_val:hover .box_head span{
    
}


.valores 
{
    display: grid;
    padding: 50px 80px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.valor 
{
    background: #F8C713;
    padding: 10px 15px;
    border-radius: 15px;
}

.icon-main
{
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    transition: all .2s;
}

.icon-main img
{
    padding: 10px 7px;
    transition: all .2s;
}

.icon-main:hover 
{
    background: #000;
    border-radius: 50%;
}
.title-valor-main
{
    text-align: center;
    color: #000;
    padding: 10px;
}

.descripcion-valor-main
{
    text-align: center;
    color: #000;
    padding: 0 10px;
}
@media(max-width: 991px){
    .box_nosotros{
        margin-top: 30px;
    }
    .mt-mobile{
        margin-top: 20px
    }
}

@media(max-width: 992px)
{
    .valores 
    {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        padding: 50px 60px;
    }
}

@media(max-width: 768px)
{
    .valores
    {
        padding: 50px 40px;
    }
}

@media(max-width: 540px)
{
    .valores
    {
        padding: 50px 20px;
    }
}