/***********************************************************************************
	    ---------------------- RESPONSIVE --------------------------    
/***********************************************************************************/

@media only screen and (max-width: 1199px) { 

.contenido h3 {    font-size: 2.5em; }

}

@media only screen and (max-width: 991px) { 

.contenido h3 {    font-size: 2em; }

.contForm label{   margin-left:0px; clear:both;  }

.cont-info{ clear:both; }

div .img {    width: 100%;  }

.enlace input{ width:100%; }

  .logo-breaksoft{ padding:50px 18px 20px 18px;  text-align:center; }
  
  .imgZoom:active { 
	  margin-left: 8%; 	  
	  height: 15%;   max-height: 30%; 
	  min-width:20%;
	  border:10px solid #FFF; 
  }
  
}

@media screen and (max-width: 825px) { 
	.traductor{
	  right: 230px;
	}
}

@media screen and (max-width: 670px) { 
	.traductor{
	  clear:both;
	  right: 13px;
	  position:absolute;
	  top: 50px;
	  z-index:9999;
	}
}

/************************************************************************************
MAX-WIDTH 240
*************************************************************************************/
@media screen and (max-width: 240px) { 

}