/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@font-face {
    font-family: "Stonehen";
    src: url(fonts/stonehen.ttf) format("truetype");
}
.ancho { padding: 0 100px; }
.fusion-read-more{ display: none; }
.simcal-default-calendar-grid .simcal-events > .simcal-event{
	font-size:large;
	color:white;
}
h1, h2, h3, h4, h5 {text-transform: uppercase; }

table#tablita tr:nth-child(2n+1) {
  background-color: #f6f6f6;
}
table#tablita tr:nth-child(2n) {
 background-color: #f6f6f6;
}
#tablita{
	font-size:1vw!important;
	width:100%!important;

}
@media only screen and (max-width:480px){
    #tablita{
		width:100%!important;
        font-size:2vw!important;

    }
}
@media only screen and (max-width:470px){
    #tablita{
		width:100%!important;
        font-size:2vw!important;
    }
	#tablita td{
		padding:0px!important;
	}
	#tablita th{
		padding:0px!important;		
	}
}
@media only screen and (max-width:460px){
    #tablita{
		width:100%!important;
        font-size:2vw!important;
    }
	#tablita td{
		padding:0px!important;
	}
	#tablita th{
		padding:0px!important;		
	}
}
@media only screen and (max-width:400px) and (landscape:portrait){
    #tablita{

		width:100%!important;
        font-size:2vw!important;
	
    }
	#tablita td{
		padding:0px!important;
	}
	#tablita th{
		padding:0px!important;		
	}
}