/*
Theme Name: Advisor by Nébula
Author: Vicente Chiriguaya
Author URI: https://vicentechiriguaya.com
Description: Tema base para desarrollar webs
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.0
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nebulatheme
*/

html{
    margin: 0 !important;
}

.background-block {
    background: rgba(0,0,0,.8) !important;
}


@media screen and (max-width: 900px){
	.page-container .box .info {
		margin-top: 0% !important;
	}
}

@media screen and (max-width: 650px){
	.page-container .box .info {
		margin-top: -70% !important;
	}
	
	.container-info .info-box .info {
		margin-bottom: 30% !important;
	}	
	
	#marketing-section .content .marketing-container .box {
		margin-bottom: 85% !important;
	}
	
	#contact-section .content .contact-container .box {
		margin-top: 0% !important;
	}
	
	.ukiyo-wrapper{
    	height: 120vh;
	}
	
	section#contact,section#page-section {
		height: 120vh !important;
	}
	
}

@media screen and (max-width:375px){
	section#page-section{
		height: 180vh !important;
	}
	
	.page-container .box .info {
    margin-top: -175% !important;
}
}

section#contact{
	height: 130vh !important;
	background-size: cover;
}

