.mt-n6{
    margin-top: -4.5rem !important;
}

.btn-contactanos {
    padding: .8rem .8rem;
    color: #fff;
    background-color: #cda274;
    border-color: #cda274;
    border-radius: 1.5rem;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.btn-contactanos:hover,
.btn-contactanos:active,
.btn-contactanos:focus{
    color: #fff !important;
    background-color: #cda274 !important;
    border-color: #cda274 !important;
}


.legal-qs {
    background: #ffffff;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

.legal-qs .tittle-legal-qs h3{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2f406d;
    text-align: center;
}

.legal-qs .tittle-legal-qs p {
    text-align: center;
    color: #262626;
}

.legal-qs h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2f406d;
    text-align: center;
}

.legal-qs p {
    text-align: justify;
    color: #262626;
}


/*----------------------------------------
	MISION VISION
----------------------------------------*/

#mision-vision{
    background-image: url('../images/bg-mision-vision.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8%;
    padding-bottom: 8%;
}

#mision-vision h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2f406d;
    text-align: center;
}

#mision-vision p {
    text-align: center;
    color: #262626;
}

.valores h4{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2f406d;
    text-align: center;
}

/*----------------------------------------
	MENDOZA BOLIO ASOCIADOS
----------------------------------------*/

#mendoza-bolio-asociados{
    background-image: url('../images/bg-legales.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 4%;
    padding-bottom: 4%;
}

#mendoza-bolio-asociados p {
    text-align: justify;
    color: #ffffff;
}

/*----------------------------------------
	Servicios
----------------------------------------*/

#servicios {
    background: #ffffff;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

#servicios h1{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2f406d;
    text-align: center;
}



.slide-info-carousel .owl-prev {
    background-color: transparent !important;
    left: -4%;
    position: absolute;
    top: 30%;
    width: 50px;
    height: 50px;
    line-height: 40px !important;
    font-size: 30px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid #985336 !important;
    transition: 0.3s;
}

.slide-info-carousel .owl-prev i,
.slide-info-carousel .owl-next i{
    color: #985336;
    transition: 0.3s;
}
.slide-info-carousel .owl-prev:hover i,
.slide-info-carousel .owl-next:hover i{
    color: #FFFFFF;
}

.slide-info-carousel .owl-prev:hover,
.slide-info-carousel .owl-next:hover{
    background-color: #985336 !important;
}


.slide-info-carousel .owl-next {
    background-color: transparent !important;
    right: -4%;
    position: absolute;
    top: 30%;
    width: 50px;
    height: 50px;
    line-height: 40px !important;
    font-size: 30px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    border: 1px solid #985336 !important;
    transition: 0.3s;
}

#servicios .slide-info-carousel h4{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #2f406d;
    text-align: center;
}

#servicios .slide-info-carousel p{
    text-align: center;
    color: #262626;
}

/*----------------------------------------
	BENEFICIOS
----------------------------------------*/

#beneficios{
    background-image: url('../images/bg-beneficios.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8%;
    padding-bottom: 8%;
}


#beneficios h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
}

#beneficios ul {
    list-style: none;
    padding: 0;
}

#beneficios ul li {
    padding-left: 1.3em;
    font-size: 1.5rem;
    color: #FFFFFF;
}

#beneficios li:before {
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #cda274;
}