/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

html {
	background-color: #ffffff; 
}

p {
	margin: 0px;
}

h1 {
	text-transform: none !important;
	font-size: 45px;
}

/***** HEADER *****/
.avia-menu-text {
	font-size: 14px;
	font-weight: 400;
}

.logo img {
/*	width: 80%;
	padding-top: 10px;*/
}

.avia-menu-fx {
	height: 4px;
}

.menu-item-top-level-5 .avia-menu-text {
	background-color: #2f91e6;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 7px;
}

.menu-item-top-level-5 .avia-menu-fx {
	display: none;
}

/***** FOOTER *****/
#footer {
	padding: 0px;
}

.footer_color .container {
	display: flex;
	flex-wrap: wrap;
}

.footer_color .container>* {
	flex: 1 1 20.5%;
}

.widgettitle {
	text-transform: capitalize;
	font-size: 18px;
}

.widget_nav_menu a {
	font-size: 16px;
}

/* Columnas */
div.av_one_fifth {
	margin-left: 0px;
}

.av_one_fifth:nth-of-type(2) {
	margin-left: 150px;
}

/* Quinta columna */
.av_one_fifth:last-of-type {
	width: 100%;
	text-align: center;
}

#custom_html-5 {
	margin: 0 0 30px 0 !important;
}

/***** SOCKET *****/
#socket .copyright {
	float: none;
	display: block;
}

div.copyright_hexatel {
	float: left;
}

div.copyright_developer {
	float: right;
}

/***** HOME *****/
.entry-content-wrapper h2 {
	font-size: 45px;
	text-transform: initial !important;
}

.text-border-left {
	border-left: 3px solid #2f91e6 !important;
	padding-left: 15px;
}

.areaazul_mobile {
	display: none;
}

/* Sección de data */
.data_numbers {
	font-size: 70px;
    font-weight: 800 !important;
    color: #2f91e6;
    float: left;
    padding-top: 20px;
}

.data_text {
	font-size: 25px;
    font-weight: 700;
    float: right;
    width: 70%;
    color: #062e6a;
    line-height: 1;
	padding-top: 5px;
}

/* Sección de data */

.avia_textblock .h2_colorchange {
	color: #2f91e6 !important;
}

.av_textblock_section .servicios_titulos {
	font-weight: 600;
}

.avia_textblock.h3_modifications h3 {
	font-weight: 600;
	font-size: 25px;
}

/* Hover en servicios y valores */
.services_home_hover.flex_column:hover, .valores_hover.flex_column:hover  {
	background-color: #2f91e6;
	box-shadow: 0px 0px 10px 5px #b6ddff;
}

.services_home_hover.flex_column:hover .av_font_icon, .valores_hover.flex_column:hover .av_font_icon {
	border-color: #ffffff;
	color: #ffffff;
}

.services_home_hover.flex_column:hover .av_textblock_section .avia_textblock, .valores_hover.flex_column:hover .av_textblock_section .avia_textblock, .mantenimiento-servicios.flex_column:hover .h3_modifications {
	color: #ffffff !important;
}

.services_home_hover.flex_column:hover .avia-button-wrap .avia-button, .mantenimiento-servicios.flex_column:hover .avia-button-wrap .avia-button {
	background-color: #ffffff !important;
	color: #2f91e6 !important;
	transition: none !important;
}

.services_home_hover .avia-button-wrap .avia-button, .mantenimiento-servicios .avia-button-wrap .avia-button{
	transition: none !important;
	-webkit-transition: none !important;
}

/* Banner */
.banner-info p {
	padding-bottom: 15px;
}

/***** NOSOTROS ****/

.post-entry-24 .testimonio_hexatel {
	box-shadow: 5px 5px 20px #cbe7ff99 !important;
}

.data_numbers_2 {
	font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    float: left;
    padding-top: 10px;
}

.data_text_2 {
	font-size: 20px;
    color: #ffffff;
    float: right;
    width: 65%;
    font-weight: 400;
}

/***** CONTACTO ****/
.avia-builder-el-13 .iconlist-char, .avia-builder-el-7 .iconbox_icon:before {
	font-size: 90px;
}

.avia-icon-list .iconlist_title, .iconbox_content_title  {
	text-transform: none !important;
}

.page-id-28 .content, #av_section_1 .content, #av_section_1 .content {
	padding-bottom: 0px;
}

/* Formulario */
.required {
	display: none;
}

.avia_ajax_form label {
	font-size: 18px !important;
	font-weight: 400 !important;
}

.avia_ajax_form input.text_input {
	font-size: 16px !important;
}

.form_element input.button {
	border: 0px;
	border-radius: 10px;
	font-size: 18px;
	padding: 10px;
	float: right !important;
}

.avia-icon-list .iconlist_content {
	line-height: 1.5;
	padding-top: 10px;
}

/*Header iconbox*/
.post-entry-28 .contacto-boton, .post-entry-26 .iconbox {
	background: #ffffff !important;
	padding: 25px 40px;
	border-radius: 7px;
}

.iconbox_content_container {
	padding-top: 5px;
}

/**** SERVICIOS ****/
/* Pestañas */
.tab_content {
	display: flex;
}

.tabs-container {
	display:flex;
	flex-direction: row;
}

.tabs-1 {
	flex: 1;
}

.tabs-2 {
	flex: 1;
	padding: 20px 50px;
}

.tabs-1 img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	display: block;
	object-fit: cover;
}

.tabs-boton {
	background: #2f91e6;
	padding: 10px 20px;
	text-align: center;
	color: #ffffff !important;
	border-radius: 7px;
}

.tabs-button-container {
	margin-top: 40px;
}

.tabs-2 p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.65em;
	color: #495264;
}

.js_active .tab {
	font-size: 18px !important;
}

.tab_titles {
	border-bottom: 2px solid #495264 !important;
	margin-bottom: 20px;
}

.tabcontainer .tab.active_tab {
	color: #2f91e6 !important;
}

.tabs-2 h2, .iconbox2-contacto .iconbox_icon  {
	font-size: 30px !important;
}


/*************** Omar Fixes ****************/

.bordered{
	/*text-shadow: 1px 1px 10px black;*/
	padding:20px;
	font-size:30px; 
	background-color: rgba(0, 0, 0, 0.5);
}

.custom-html-widget{
	padding-top:35px;
}

.custom-html-widget a{
	font-size:20px;
	color:#062e6a;
	font-weight:bold;
}

#footer .widget{
	margin:0px;
}

#custom_html-5 .custom-html-widget{
padding-top:0px;
}

.social_icons{
	margin-left:20px;
	margin-right:20px;
	
}

 .page-id-26 #av_section_2 .content{
 padding-bottom:0px;
 }

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.tabs-container {
	display:flex;
	flex-direction: column;
}

h1 {
	font-size: 40px;
}

#menu-item-search {
	display: none !important;
}

.responsive .logo img, .responsive .logo svg {
/*	width: 70% !important;		*/
}
	
/***** FOOTER *****/
.footer_color .container>* {
	flex: unset;		
}

#footer .widget {
	padding: 0px;
	margin: 0px;
}

#media_image-2 {
	padding-top: 30px !important;
}

/***** SOCKET *****/
div.copyright_developer {
	float: none;
	text-align: center;
}

div.copyright_hexatel {
	float: none;
	text-align: center;
}

/***** HOME *****/
.post-entry-15 .banner-info {
		margin-bottom: 0px !important;
	}
	
.data_text {
		width: 60%;
	}

.entry-content-wrapper h2 {
	font-size: 35px;
}

.data_numbers {
	font-size: 50px;
}

.data_text {
	font-size: 20px;
	padding-top: 10px;
}

.avia-button-right {
	float: left;
}

.avia_textblock br {
	display: none;
}
	
.post-entry-15 .avia_image, .post-entry-26 .avia_image {
	padding-bottom: 20px;
}
	
.flex_column.av-ljd2qeyc-1801b678bfa3c5d949d7eb56dc70c360 {
  padding: 50px 50px 70px 50px !important;
}

#after_section_4 .content{
	padding-top: 0px;
}
	
.areaazul_mobile {
	display: revert;
}

/***** NOSOTROS *****/
.data_numbers_2 {
	font-size: 35px;
}

.data_text_2 {
	font-size: 18px;
}
	
.post-entry-24 .banner-info.avia-builder-el-4   {
	padding: 40px 40px 25px 40px !important;
	margin-bottom: 0px !important;
}
	
.flex_column.valores_hover {
	padding: 0px 0px 20px 0px !important;
}
	
.flex_column.testimonio_hexatel {
	padding: 40px 20px 40px 20px !important;
}

.post-entry-24 .avia-builder-el-39 {
	border-radius: 0px !important;
}

.flex_column.recursos_nosotros {
	padding: 0px 20px 0px 20px !important;	
}

/***** SERVICIOS *****/
.post-entry-26 .iconbox {
	padding: 0px;
}

.post-entry-26 .flex_column_table {
	margin-top: 20px !important;
}

.tabcontainer .tab.active_tab {
	color: #ffffff !important;
}

.tabs-2 {
	padding: 20px 0px;
}

.tabs-2 h2 {
	font-size: 20px !important;
}

/***** CONTACTO *****/
.iconbox_content_title, .iconbox_content_container {
	font-size: 14px !important;
}

.page-id-28 .avia-builder-el-8 {
	padding: 10px 30px 35px 30px !important;
	border-radius: 10px !important;
}
	
.form_element input.button {
	float: none !important;
	padding: 10px 50px;
}
.post-entry-28 .iconbox {
	padding: 25px 40px;
}

.iconbox-contacto .iconbox_content_title, .iconbox2-contacto .iconbox_content_title {
	font-size: 18px !important;
}

.iconbox-contacto .iconbox_content_container, .iconbox2-contacto .iconbox_content_container {
	font-size: 16px !important;
}

.iconbox2-contacto, .iconbox-contacto {
	padding-right: 30px;
}	
}