.rs-background-video-layer iframe {visibility:inherit !important;}

.wpcf7 input[type="checkbox"]{
		-webkit-appearance: checkbox;
	}

	.wpcf7 input[type="radio"]{
		-webkit-appearance: radio;
	}

input[type="checkbox"] {
height: 20px;
position: relative;
top: 6px;
}

/*HEADER*/
.headroom {border-bottom: 5px solid #3a9fb7;}

.heli-features .vc_inner > div:before {top: -40px !important;bottom: -10px !important;background-color: #fff !important;}
/*color azul para el hover de las imagenes de proyectos*/
.eg-heli-portfolio-01-container {background-color: rgba(58, 159, 183, 0.95) !important; }
.eg-heli-portfolio-01-container::before {     border: 1px solid #E0E0E0; } /*color de la linea para el hover de las imagenes de proyectos*/
/*para quitar del menu un buscador y otro menu en el lateral derecho*/
.header01 .header-column-icon-container, .header02 .header-column-icon-container, .header08 .header-column-icon-container { display: none; }

/*MENU*/
.menu-item-4025 {background-color: #212120;}

/*PROYECTOS*/
.eg-heli-portfolio-01-element-3-a {
  display: none !important;}
.esg-slideup {
    text-transform: uppercase !important;}

/*----------------------------------BLOG------------------------------------------*/
/*para el hover del blog en una foto*/
.eg-heli-news-01-container { background-color: rgba(58, 159, 183, 0.8) !important; }
/*para el circulo del blog*/
.post-thumb .dates { background-color: rgba(58, 159, 183, 1);  }
/*Quitar la informaciond el autor en el blog*/
.author-info {display: none;}


.big-title:after {background-color: #399eb6 !important;background-image: none;padding: 30px 0;}
.single .big-title {padding: 60px 0px 60px 0px !important;}
.big-title .breadcrumb a {color: #fff !important;}
.level-4 ,.level-3, .level-2, .level-1{color: #fff;}
/* MENU HAMBURGUESA*/
.header-icon.header-icon-canvas.menu_button {display: none;}

/*FORMULARIO*/
div.wpcf7-mail-sent-ok {border: 2px solid #d2af29 !important;}

/*****************Responsive SAMSUNG S3, S4, Note 2 y 3******************/
@media only screen and (min-device-width : 360px) and (max-device-width : 640px){
.divLogoMenu{display:none !important}
}

/**************************Responsive IPHONE 4 y 5****************************/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px){
.divLogoMenu{display:none !important}
}

/**************************Responsive IPHONE 6******************************/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px){
.divLogoMenu{display:none !important}
}

/**************************Responsive IPHONE 6 Plus***************************/
@media only screen and (min-device-width : 414px) and (max-device-width : 736px){
.divLogoMenu{display:none !important}
}

/**********************Responsive Apple iPad Mini********************/
@media only screen and (min-device-width : 1024px) and (max-device-width : 768px){
.divLogoMenu{display:none !important}
}



/*********************Ampliar el ancho de las imagenes de cabecera de cada uno de los post*******************/
img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
    width: 100%;
}