/**************************************
 ** - 06 - Call Button Section CSS
 *************************************/

 .consultation-area {
	padding: 70px 0;
	background-color: rgba(136, 116, 181, .11);
	position: relative;
	z-index: 1;
	color: #fff;
	background: url(../images/empleo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.consultation-area::before {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: rgba(47, 55, 136, 0.5);
}

.consultation-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 10px;
}

.consultation-content p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.consultation-content .callbtn-number:hover {
	color: #5764ec;
}

/* Estilos para el QR*/
.img_qr{
	display: block;
	margin: 0px auto;
	padding-bottom: 10px;
	border-radius: 20px;
}


/* Otro estilos generales */
.why-us h2 {
    position: relative;
    margin-bottom: 35px;
}

    .why-us h2::after {
        content: "";
        width: 120px;
        height: 3px;
        display: inline-block;
        background: #FFC107;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -20px;
        margin: 0 auto;
    }

/*BTN*/
.services-section-2 .section-title {
    text-align: left;
}

.services-section-2 {
    position: relative;
}

.services-category-box a {
    color: #074286;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    background-color: #f4f5ff;
    display: inline-block;
    min-width: 120px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

    .services-category-box a:hover {
        color: #fff;
        background-color: #074286;
    }

.services-category-info {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .services-category-info h6 {
        font-size: 18px;
        color: #5f5f5f;
    }