/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

p {
	margin-bottom: 0;
	font: 1rem / 1 'Helvetica', 'Arial';
}

.main-nav > li > a .menu-text {
    padding: 10px 10px 6px;
}

.main-nav > li.act > a .menu-text,
.main-nav > li > a:hover .menu-text {
	background: #eca34b;
}



.cont-icon {
    margin-bottom: 1.25rem;
    display: flex;
    gap: 0.875rem;
}

.cont-icon:last-child {
	margin-bottom: 0;
}

.cont-icon > div {
	font: 1rem / 1.2 'Helvetica', 'Arial' !important;
	color: #ffffff;
}

.cont-mapa > img {
	width: 100%;
}

.cont-mapa > a {
    padding-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
}

.display-desktop {
	display: block;
}

.display-mobile {
	display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 0 !important;
    background: #2c3742;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: #eca34b !important;
}

#footer.solid-bg {
    background: url('/wp-content/uploads/globalparklaguna-pie.jpg');
}


@media (max-width: 768px) {
	.display-desktop {
		display: none;
	}
	
	.display-mobile {
		display: block;
	}
}