/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* GLOBAL SETTINGS */
:root{
	font-size: 1vw;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 85rem;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 1rem;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 1rem;
}
.mc4wp-alert.mc4wp-success {
    color: #ffffff;
}
/*MEDIA QUERIES */
@media (max-width:1024px){
:root{
	font-size: 16px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 1rem;
	}
}
/* END GLOBAL SETTINGS */

/*Cajas de diligencia del manual aduanero*/
.box_diligencia_aduanera span{
	color: #A58100;
}
/*Formulario*/
.box_text_form span{
	color: #FFD336;
}

/*End Cajas de diligencia del manual aduanero*/

/*Formulario Mailchimp*/
.form_mailchimp label{
	display: none;
}
.form_mailchimp input[type="submit"]{
	margin-top: 1rem;
	color: #fff;
	background-color: #BB9200;
	border: none;
	border-radius: 0;
}

.form_mailchimp input[type="submit"]:hover{
	color: #BB9200;
	background-color: #fff;
	border-radius: 0;
}
.mc4wp-form-fields a {
    color: #fff;
}
.mc4wp-form-fields a:hover {
    color: #FFD336;
}
/*End Formulario Mailchimp*/

/*creditos footer*/
.creditos a{
	color: #fff;
}
.creditos a:hover{
	color: #A58100;
}
/*End creditos footer*/

/*Contador*/
.counter_guia .jltma-counterup {
    justify-content: center;
}
/*Caja opcion 2*/
.tex_box_2 strong {
	color: #A58100 !important;
}

/*Hover cajas martes class*/
.hover_box:hover h3.elementor-icon-box-title{
    color: #ffffff !important;
}
.hover_box:hover .elementor-icon-box-description{
    color: #ffffff !important;
}
.hover_box:hover .elementor-widget-text-editor p{
    color: #ffffff !important;
}
.hover_box:hover .elementor-widget-text-editor strong{
    color: #FFD336 !important;
}
.hover_box:hover .elementor-icon-box-icon svg{
    fill: #ffffff !important;
}