/* 
Theme Name: Frectaris Web Design
Theme URI: https://github.com/elementor/hello-theme/
Description: Tema hijo personalizado para Frectaris web design
Author: Frectaris
Author URI: https://www.frectaris.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/
.enlaceDestacado a {
    background: #02273b;
    color: #fff !important;
}
.enlaceDestacado a:hover {
    background: #518779;
	color:#fff!important;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: 100%;
}
@media only screen and (min-width: 1600px) {
	.fondoPantallagrande{
		background-position: 33% 58%!important;	
	}
	
}
@media only screen and (max-width: 768px) {
	.degradadoMovil:before{	
		background-image:linear-gradient(180deg, #05503E00 0%, var( --e-global-color-primary ) 35%)!important;
	}
}