.section_servicio{
    padding: 50px 0;
}
/**/
.contentenido_img .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
    left: 0;
    background: #00000087;
    width: 35px;
    height: 35px;
    line-height: 28px;
    border-radius: 50px;
}
.contentenido_img .owl-nav .owl-prev:hover{
    background: #000000;
}
.contentenido_img .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    right: 0;
    background: #00000087;
    width: 35px;
    height: 35px;
    line-height: 28px;
    border-radius: 50px;
}
.contentenido_img .owl-nav .owl-next:hover{
    background: #000000;
}
.contentenido_img .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.contentenido_img .owl-dots .owl-dot span{
    background: #dddddd;
}
.contentenido_img .owl-dots .owl-dot.active span{
    background: #ffffff;
}
/**/
.btn-cotizar{
    color: #ffffff;
    background: #00408a;
    padding: 0.6rem 1rem;
    display: block;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
}
.btn-cotizar:hover{
    background: #15b3e6;
    color: #ffffff;
    text-decoration: none;
}
/**/
.contentenido_descrip h1{
    color: #00408a;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contentenido_descrip .nav-tabs .nav-link{
    color: #00408a;
    background: #F4F4F4;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
}
.contentenido_descrip .nav-tabs .nav-link.active{
    color: #00408a;
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #00408a;
    border-bottom-color: transparent;
}
.contentenido_descrip .tab-content{
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}