/*
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
*/

/* ----------------------------------------------------------------
	GOOGLE RECAPTCHA
---------------------------------------------------------------- */
.grecaptcha-badge {
display: none !important;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.fusion-content-boxes.minheight .content-wrapper-background {min-height:545px;}
	.fusion-content-boxes.minheight360 .content-wrapper-background {min-height:360px;}
}


/* ----------------------------------------------------------------
	FOOTER
---------------------------------------------------------------- */
/* Reducir el padding entre´elementos del menu en el widget*/
.fusion-footer-widget-area .fusion-widget-area .widget_nav_menu li {
	padding: 5px 10px 5px 10px;
}

/*------------------------------------------------------
	HELPERS
------------------------------------------------------*/
/* Margins */ 
.center { text-align: center !important; }
.nomargin {margin: 0 !important; }
.topmargin { margin-top: 3em !important; }
.topmarginS { margin-top: 1.5em !important; }
.topmarginM { margin-top: 5em !important; }
.bottommargin { margin-bottom: 3em !important; }
.bottommarginS { margin-bottom: 1.5em !important; }
.bottommarginM { margin-bottom: 5em !important; }
.notoppadding {padding-top:0px !important;}
.leftmarginnegativo {margin-left:-6em !important;}
.rightmarginnegativo {margin-right:-6em !important;}
.topmarginnegativo {margin-top:-200px !important;}
@media only screen and (max-width: 640px){
	body .fusion-title.topmarginnegativo {margin-top:-200px !important;}
}

.borderradius,
.borderradius .fusion-column-wrapper {
-webkit-border-radius: 8px !important;
-moz-border-radius: 8px !important;
border-radius: 8px !important;
}

.fss, .fsS {font-size:0.8rem; line-height:1rem;}
.fsm, .fsM {font-size:1.3rem;}
.fsl, .fsL {font-size:1.8rem;}
.fsxl, .fsXL {font-size:2.8rem;}
.uppercase {text-transform:uppercase;}
.ls1 {letter-spacing:1px;}
.ls2 {letter-spacing:2px;}
.comentario:before {
	content: "“";
    position: absolute;
    font-size: 100px;
    line-height: 1em;
    left: 10px;
    top: 15px;
}
.titlefont {font-family: Questrian;}

.tclaro * {color:#fff !important;}

.fusion-slider-container .flexslider .slides li:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
}

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

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

}

/* Extra large devices (large laptops and desktops, 1692px and up) */
@media only screen and (min-width: 1692px) {

}