@charset "utf-8";
/* CSS Document */
/* Escritorio extra grande */
@media only screen and (min-width: 1200px){
	
  .contenido{
    height: 410px;
	zoom: 1.1; 
	} 
 .swal2-container {
    zoom: 1.2;
}


}
/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px){

 .contenido{
	height:410px;
	zoom: 1.2; 
	} 
 .swal2-container {
    zoom: 1.2;
}
}

/* Escritorio pequeño  y tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.contenido{
	height:420px;	
    zoom: 1.4;
	} 
  .swal2-container {
      zoom: 1.1;
  }
}

/*  telefonos  */
@media only screen and (min-width: 768px) and (max-width: 991px) and (min-height: 1300px) {
	.contenido{
	height:1420px;	
    zoom: 2;
	} 
  .swal2-container {
      zoom: 2;
  }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
	
    .contenido {
        height: 420px;
        zoom: 1.6;
        }
   .swal2-container {
       zoom: 1.2;
   }
}

/* Teléfonos */
@media only screen and (max-width: 575px){
    .contenido {
            height: 420px;
            zoom: 1.5;
        }
    

}
