/*
Theme Name: Divi-Child
Theme URI: https://www.latamstudio.com
Version: 4.9.4
Description: Tema hijo de Divi para hacer cambios sin riesgo
Author: LatamStudio
Author URI: https://www.latamstudio.com
Template: Divi
*/

@import url("../Divi/style.css");

/* Otra forma más eficiente de importar la hoja de estilos del tema hijo es hacer enqueue desde el archivo functions.php */
/* wp_enqueue_style('nombre-carpeta-tema-hijo', get_stylesheet_directory_uri() .'/style.css', array('parent-theme')); */

/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/
.et_contact_bottom_container {
    float: none;
    display: contents;
}

#main-header .et_mobile_menu {
    background-color: #F1F1EE !important;
}

.et_mobile_menu li a {
	color: #000000 !important;
    text-transform: uppercase;
}

@media (max-width: 980px) {
	.TobeFooter .et_pb_column {
		width: 45%;
		margin: 20px;
	}

	.et_pb_column .et_pb_grid_item {
		margin: 2% 4% 8% 0;
		width: 22%;
	}

	.TobeBannerSec {
		width: 100%;
    	height: 100vh;
	}

	.TobeBannerIMG {
		position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	overflow: hidden;
    	pointer-events: none;
	}

	.TobeBannerIMG img {
		object-position: 40.9091% 44.2746%;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
	}
}

@media (max-width: 479px) {
	.TobeFooter .et_pb_column {
		margin: 0;
	}

	.et_pb_column .et_pb_grid_item {
		margin: 10px 10px 11.5%;
		width: 44%;
	}
}