@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap');

.typ {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}

.cuadro{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.bg_menu_gradient {
  background-image: linear-gradient(to right bottom, #073059, #073059, #073059, #073059, #073059);
}


.parsley-errors-list{
  color: #F00;
  font-size: 12px;
  list-style: none;
  margin: 5px;
  padding: 0px;
  text-align: left;
}


/* Custom, iPhone Retina1 1111111111111111111111 */ 
@media (max-width : 320px) 
{

}


/* Extra Small Devices, Phones 22222222222222 iphone 6 Plus*/ 
@media (min-width : 321px) and (max-width : 480px) 
{
	
}

/* Small Devices, Tablets 333333333333333333333*/
@media (min-width : 481px) and (max-width : 768px) 
{
	
} 

/* Medium Devices, Desktops 444444444444444444444444*/
@media (min-width : 769px) and (max-width : 992px) 
{
	
}

/* Large Devices, Wide Screens 55555555555555555555555555555555555*/

@media (min-width : 993px) and (max-width : 1200px)
{

}
@media (min-width : 1201px)
{

}

