
/*CSS3 Media Queries Dafing*/


@media (max-width: 1024px) { /*Aplica los estilos a pantallas de 1024px de ancho hacia atrás*/  
 .titulos_3columnas {
		
		/*display: none;*/
	
  }
}
@media screen and (max-width: 980px){
	#videohome{
		height:500px !important;
	}
	
}

@media screen and (min-width: 981px) and (max-width: 1023px) {
.et_pb_blurb_7 {margin-top: 55px !important;}
}
@media screen and (min-width: 981px) and (max-width: 1149px) { /*jpd -entre esas dos medidas esta el salto de línea de la foto-*/
#home_noticia_2, #home_noticia_3{
	margin-top: -16px !important;
	}
}


@-moz-document url-prefix() { /* jpd - solo firefox */
	@media screen and (min-width: 1133px) and (max-width: 1149px) { /*jpd -entre esas dos medidas esta el salto de línea de la foto-*/
	#home_noticia_2, #home_noticia_3{
		margin-top: -40px !important;
		}
	}
}


@media (max-width: 768px) { /*jpd -desde esa medida hacia atras se quita el espacio blanco entre el video y el titulo-OK!*/
#videohome {
	height: 100% !important;
	
	}
}



/*------------SECCION TEAM Mobile--------------*/

@media screen and (min-width: 225px) and (max-width: 979px) { /*jpd -entre esas dos medidas se tapa la foto del team-OK!*/
.et_pb_section_16{
	padding-top: 120px !important;
	padding-bottom: 140px !important;

	}
}

/*-------------------END------------------------*/


/*------------SECCION TEAM Pantalla 1920x1080 Full HD 22--------------*/


@media screen and (min-width: 1920px) and (max-width: 2000px) { /*jpd -titulo TEAM DAFING OK! */
.et_pb_section_16{
	padding-bottom: 363px !important;

	}
}

/*-----------------------------END----------------------------------*/


@media (max-width: 980px) { /*jpd -desde esa medida hacia atras se genera el espacio blanco-OK!*/
.et_pb_image_8, .et_pb_image_9, .et_pb_image_10  {
	margin-top: -90px;
	
	}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
  .textohome h1 {
    font-size: 55px;
    text-align: center;
    
    
  }
}

/*-------Boton Mute & Hover Video Home-------*/

input#mutebutton, .button{
	background-color: white;
	opacity: .9;
	color: #878787;
	border-radius: 10px;
	border-style: none;
	font-size: 15px !important;
	font-weight: 700;
	font-family: "Tw Cen MT";
	width: 100px;
	height: 28px;
	margin-left: 10px;
	text-align: center !important;

}

input#mutebutton:hover, .button:hover{
	background-color: white;
	opacity: 1;
	color: #f05320;
	border-radius: 10px;
	border-style: none;
	text-align: center !important;


}

/*-----------end------------------*/



/*-------ESTILOS Boton Mute Video Home MediaQueries -------*/

@media screen and (min-width: 250px) and (max-width: 630px) { /*jpd*/
input#mutebutton, .button{
	background-color: white;
	opacity: .9;
	color: #878787;
	border-radius: 10px;
	border-style: none;
	font-size: 10px !important;
	font-weight: 700;
	font-family: "Tw Cen MT";
	width: 50px;
	height: 20px;
	margin-left: 10px;
	text-align: center !important;

	}
}


/* Estilos Navegacion General*/


#top-menu li.current-menu-item > a{
	color: #666
}


