/*
Theme Name: REM MKT 2023
Description: Theme based on Uncode, for REM Marketing
Author: Daniel Martinez
Author URI: http://malkuth.dev
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Fonts */

@font-face {
    font-family: 'Aeonik Regular';
    src: url('fonts/aeonik-regular-webfont.woff2') format('woff2'),
         url('fonts/aeonik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Aeonik Black';
    src: url('fonts/aeonik-black-webfont.woff2') format('woff2'),
         url('fonts/aeonik-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Aeonik Bold';
    src: url('fonts/aeonik-bold-webfont.woff2') format('woff2'),
         url('fonts/aeonik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Hide ReCAPTCHA Notice */ 
.grecaptcha-badge { visibility: hidden; }

/* Misc styling: */

.radius-left .uncell {
	border-radius: 5% 0 0 5%;
}
.radius-right .uncell {
	border-radius: 0 5% 5% 0;
}

/** Home styling: **/
/* Home contact form */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]
{
  width: 46%;
	float: left;
	margin: 0 2% 3%;
	position: relative;
	z-index: 10;
}

.wpcf7 textarea {
	margin: 0 auto;
	width: 96%;
}

/* general contact styles: */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	font-family: "Aeonik Regular";
	display: block;
	background: #f5f5f5;
	border: 0 none;
	padding: 2%;	
}


/* Home Responsiveness */
/* Revert issue with Firefox (?) */

@media (max-width: 979px) {
html.firefox .row div.column_child.pos-bottom, html.firefox .row div.column_child.pos-middle {
	height: auto !important;
}
	}

/*Fix background issues */
@media (max-width: 1280px) {
	.home #row-unique-3 .row-background .background-inner {
		background-size: cover !important;
		
	}
}

/** Casos de Éxito **/
/* Diseño general */

.heading-text .text-lead {
	color: #fff;
	font-family: "Aeonik Regular";
}

.resultado_stats .heading-text h2 span {
	line-height: 24px;
}

.resultado_casos {
	font-size: 20px;
	color: #000;
	
}


.propuesta_kayser {
	color: #5a42ff !important;
}

.propuesta_banco {
	color: #ff5000 !important;
}

.propuesta_loceryl {
	color: #15b4fc !important;
}

/**Servicios **/

.services_row2 {
	margin-top: 0 !important;
}

.services_row1 .radius-left .uncell {
	border-radius: 5% 0 0 0;
}

.services_row2 .radius-left .uncell {
	border-radius: 0 0 0 5%;
}

.services_row1 .radius-right .uncell {
	border-radius: 0 5% 0 0;
}


.services_row2 .radius-right .uncell {
	border-radius: 0 0 5% 0;
}

