/* STYLE LAYOUT */
.wrapper_layout_site{
	max-width: 1280px;
	width: 100%;
    margin: auto;
    padding: 0 12px;
}
.main_site{
	padding-top: 100px;
}
.row_grid_header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.align_vertical{
	display: flex;
	flex-wrap: wrap;
}

/* STYLE HEADER */

.header_site{
	height: 100px;
	box-shadow: 0 0 10px 2px #0003, 0 0 10px #0000003d;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 9;
}

.custom-logo-link{
	display: block;
	max-width: 150px;
}
.custom-logo-link img{
	display: block;
	width: 100%;
	height: auto;
}

.menu_header ul.menu_top{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}
.menu_header ul.menu_top li a{
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    color: #616161;
    text-decoration: none;
    padding: 0 16px;
    min-height: 48px;
    position: relative;
    display: block;
}
.menu_header ul.menu_top li a:after{
	content: "";
	position: absolute;
	background-color: rgb(97, 97, 97);
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transition: 0.25s ease-in;
  	transition: 0.25s ease-in;

}
.menu_header ul.menu_top li a:hover:after{
	opacity: .15;
}
.menu_header ul.menu_top li a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: rgb(97, 97, 97);
}
.menu_header ul.menu_top li.current-menu-item a:before{
	width: 100%;
}

.menu_header ul.menu_top li.style_blue a{
	color: rgb(0, 127, 255);;
}
.menu_header ul.menu_top li.style_blue a:hover:after{
	background-color: rgb(0, 127, 255);
}
.menu_header ul.menu_top li.style_blue.current-menu-item a:before{
	background-color: rgb(0, 127, 255);
}
.menu_header ul.menu_top li.call_to_action--contacto a{
	margin-left: 16px;
	border-radius: 20px;
    color: #fff;
    background-color: #25d366;
    min-height: 36px;
    line-height: 36px;
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
    margin-top: 6px;
}
.menu_header ul.menu_top li.call_to_action--contacto a:before,
.menu_header ul.menu_top li.call_to_action--contacto a:after{
	display: none;
}

/* STYLE FOOTER */

.footer_site{
	background-color: #17234d;
    color: #fff;
    padding: 64px 0;
}

.footer-countrys{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 64px;
}
.footer-country-item{
	width: 50%;
}
.footer-country-item figure{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;	
}
.footer-country-item figure img{
	margin-right: 15px;	
}
.footer-country-item figure figcaption{
	font-family: Poppins;
}
.footer-country-item ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer_site .custom-logo-link.logo-2{
	margin-bottom: 64px;
}
.list_data_country li{
	position: relative;
	margin-bottom: 10px;
	font-family: Poppins;
}
.list_data_country li i{
	color: #1976d2;
	font-size: 20px;
	direction: ltr;
	margin-right: 10px;
}
.list_data_country li a{
	color: #FFFFFF;
	text-decoration: none;
}

.list_data_country li:nth-child(2),
.list_data_country li:nth-child(4){
	margin-bottom: 25px;
}

.content_polity_copyright{
	position: relative;
	padding-top: 48px;
	text-align: center;
	font-family: Poppins;
	color: rgb(118, 125, 150);
}
.content_polity_copyright:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bdbdbd;
}
.menu_footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 16px;
}
.menu_footer ul li{
	margin: 0 15px;
}
.menu_footer ul li a{
	color: rgb(118, 125, 150);
	text-decoration: none;
}
.menu_footer ul li:hover a{
	text-decoration: underline;
	color: #FFFFFF;
}

.content_social_media ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.content_social_media ul li{
	margin-right: 15px;
}
.content_social_media ul li img{
	width: 34px;
	height: auto;
}

/* LINEAS DE NEGOCIO */

.business-lines{
	padding: 100px 0;
}
.heading_h1_general_site{
	display: block;
    padding: 0.05px 7rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    background-color: rgb(200, 244, 249);
    border: 1px solid rgb(200, 244, 249);
    border-radius: 1.5rem;
    transition: all 0.2s ease-in-out 0s;
    margin: 0px auto;
    text-transform: uppercase;
	color: rgb(0, 127, 255);
	line-height: 42px;
	box-sizing: border-box;
	max-width: 382px;
	width: 100%;
}
.infobox_title_page{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	text-align: center;
}
.business-lines-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.business-list-item{
	height: 245px;
    align-items: center;
    border: 1px solid rgb(25, 230, 224);
    border-radius: 14px;
    width: 31.333%;
    margin: 1%;
    color: #000;
    text-decoration: none;
    position: relative;
}
.business-list-item:after{
	content: "";
	width: 67px;
	background-color: rgb(25, 230, 224);
    border-radius: 0px 14px 14px 0px !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	-webkit-transition: 0.25s ease-in;
  	transition: 0.25s ease-in;
}
.business-list-item:hover:after{
	background-color: rgb(36, 211, 206);
}
.business-list-item i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 1;
	font-size: 1.715em;
}
.business-lines-content{
	padding: 16px;
	padding-right: 83px;
	text-align: center;
}
.business-lines-content figure{
	display: block;
	width: 100%;
}
.business-lines-content figure img{
	width: 85px;
	display: block;
	margin: 0 auto;
}
.business-lines-content h3{
    font-size: 1.25rem;
    padding: 7px 0px 8px !important;
    text-align: center;
    margin: 0;
    margin-bottom: 15px !important;
    line-height: 22px;
}

.section_contact_form{
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 48px 0;
    color: #CFE2F3;
}
.section_contact_form .wrapper_layout_site{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.column_data_form{
	width: 50%;
}
.contact-info.column_data_form{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.title_section_general{
	font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    padding: 25px 0;
    color: #fff;
    text-align: left;
	font-weight: 700;
}
.title_section_general span{
	color: #007fff;;
}

.row_grid_cf7{
	display: flex;
	flex-wrap: wrap;
}
.row_grid_cf7 .column_form_cf7__50,
.row_grid_cf7 .column_form_cf7__100{
	box-sizing: border-box;
}
.row_grid_cf7 .column_form_cf7__50{
	width: 50%;
}
.row_grid_cf7 .column_form_cf7__100{
	width: 100%;
}
.row_grid_cf7 .column_form_cf7__50:first-child{
	padding-right: 20px;
}
.row_grid_cf7 .column_form_cf7__50:last-child{
	padding-left: 20px;
}
.row_grid_cf7 label > span{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	display: block;
}
.row_grid_cf7 .wpcf7-form-control-wrap{
	padding-top: 3px;
	display: block;
	margin-bottom: 18px;
}
.row_grid_cf7 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
	font-size: 14px;
}
.row_grid_cf7 .wpcf7-form-control-wrap .wpcf7-form-control{
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background-color: #f5f8fa;
	line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px;
}
.row_grid_cf7 .wpcf7-form-control-wrap .wpcf7-form-control:focus,
.row_grid_cf7 .wpcf7-form-control-wrap .wpcf7-form-control:focus-visible{
	border: 1px solid rgba(82, 168, 236, .8);
}
.row_grid_cf7 .wpcf7-form-control.wpcf7-textarea{
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
}

.row_grid_cf7 .wpcf7-form-control.wpcf7-submit{
	background-color: #0C5394;
    border: solid 1px #0C5394;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 12px 24px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
}
.row_grid_cf7 .wpcf7-form-control.wpcf7-submit:hover{
	background-color: #007fff;
}

.center{
	text-align: center !important;
}
.wrapper_content_page{
    font-size: 14px;
    color: #6a728f;
    text-align: justify;
    padding: 40px 0;
    font-family: Poppins;
}
.wrapper_content_page h1,
.wrapper_content_page h2,
.wrapper_content_page h3,
.wrapper_content_page h4,
.wrapper_content_page h5,
.wrapper_content_page h6{	
	font-weight: 700;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.wrapper_content_page h2{
	font-size: 30px;
}
.wrapper_content_page h3{
    font-size: 20px;
}
.wrapper_content_page p{
	padding: 0;
	margin-bottom: 25px;
	line-height: 1.5rem;
}
.wrapper_content_page ul,
.wrapper_content_page ol{
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
	position: relative;
}
.wrapper_content_page ol{
	padding-left: 13px;
}
.wrapper_content_page ul li,
.wrapper_content_page ol li{
	margin-bottom: 15px;
	position: relative;
}
.wrapper_content_page ul li{
	padding-left: 20px;
}
.wrapper_content_page ol li{
	padding-left: 6px;
}
.wrapper_content_page ul li ol,
.wrapper_content_page ol li ul{
	padding-top: 15px;
	margin-bottom: 0;
}
.wrapper_content_page ul li ol li{
	padding-left: 5px;
}
.wrapper_content_page ul li ol li:before{
	display: none;
}
.wrapper_content_page ul li:before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #6a728f;
}
.wrapper_content_page ul li:last-child,
.wrapper_content_page ol li:last-child{
	margin-bottom: 0;
}
.wrapper_content_page a{
	color: #0782ff;
	font-weight: 700;
	text-decoration: underline;
}

.btn_general_primary{
	background-color: #1976d2;
	color: #ffffff !important;
	font-size: 14px;
    line-height: 1.715em;
    text-align: center;
    min-height: 2.572em;
    padding: 10px 35px;
    transition: all .5s ease-in-out;
    border-radius: 1.5rem;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
}
.btn_general_primary{
	box-shadow: 0 3px 5px -1px #0003, 0 5px 8px #00000024, 0 1px 14px #0000001f;
}
.menu_header ul.menu_top li.pll-parent-menu-item{
	position: relative;
	width: 115px;
}
.menu_header ul.menu_top li.pll-parent-menu-item > a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.menu_header ul.menu_top li.pll-parent-menu-item > a:before,
.menu_header ul.menu_top li.pll-parent-menu-item > a:after{
	content: "";
	width: 2px;
	height: 12px;
	background-color: #616161;
	right: 0;
	left: inherit;
	opacity: 1;
	top: 17px;
}
.menu_header ul.menu_top li.pll-parent-menu-item > a:before{
	transform: rotate(40deg);
}
.menu_header ul.menu_top li.pll-parent-menu-item > a:after{
	transform: rotate(-40deg);
	right: 7px;
}
.menu_header ul.menu_top li.pll-parent-menu-item ul.sub-menu{
	position: absolute;
	top: 48px;
	left: 0;
	padding: 0;
	margin: 0;
	background: #ffffff;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.25s ease-in;
	transition: 0.25s ease-in;
}
.menu_header ul.menu_top li.pll-parent-menu-item:hover ul.sub-menu{
	opacity: 1;
	pointer-events: inherit;
}
.menu_header ul.menu_top li.pll-parent-menu-item ul.sub-menu a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.menu_header ul.menu_top li.pll-parent-menu-item a > span,
.menu_header ul.menu_top li.pll-parent-menu-item ul.sub-menu a > span{
	margin-left: 10px !important;
}
.menu_header ul.menu_top li.pll-parent-menu-item ul.sub-menu li.menu-item a{
	font-weight: normal;
}
.menu_header ul.menu_top li.pll-parent-menu-item ul.sub-menu li.current-lang a{
	font-weight: bold;
}

@media screen and (max-width: 1199px){
	.business-list-item{
		width: 48%;
		margin-bottom: 2%;
	}
	.footer_site .wrapper_layout_site{
		padding: 0 24px;
	}
}
@media screen and (max-width: 991px){
	.column_data_form{
		width: 100%;
	}
	.column_data_form .title_section_general{
		margin: 0 auto;
		text-align: center;
	}
}
@media screen and (max-width: 768px){
	.footer_site{
		padding: 30px 0;
	}
	.business-list-item{
		width: 98%;
	}
	.content_social_media ul{
		justify-content: center;
	}
	.content_social_media ul li{
		margin: 0 10px;
	}
	.footer_site .custom-logo-link.logo-2{
		margin-left: auto;
		margin-right: auto;
	}
	.footer-country-item{
		padding-right: 55px;
	}
	.list_data_country li{
		text-align: center;
	}
	.footer-country-item figure{
		justify-content: center;
	}
	.footer-countrys{
		margin-bottom: 36px;	
	}
	.footer_site .custom-logo-link.logo-2{
		margin-bottom: 20px;	
	}
}
@media screen and (max-width: 650px){
	.row_grid_cf7 .column_form_cf7__50{
		width: 100%;
	}
	.row_grid_cf7 .column_form_cf7__50:first-child,
	.row_grid_cf7 .column_form_cf7__50:last-child{
		padding-right: 0;
		padding-left: 0;
	}
	.column_data_form .title_section_general{
		font-size: 1.25rem;
		line-height: 30px;
	}
}
@media screen and (max-width: 575px){
	.footer-country-item{
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px;	
	}
	.footer-country-item:last-child{
		margin-bottom: 0;	
	}
	.heading_h1_general_site{
		padding-left: 20px;
		padding-right: 20px;
	}
	.business-list-item{
		height: auto;
	}
}

.content_data_technology_success{
	display: block;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.content_data_technology_success img{
	max-width: 140px;
	height: auto;
}