/*
Theme Name: FRESCA

*/


body{
	width: 100%;
	font-family: 'Oswald', sans-serif;
	overflow: hidden;
	margin: 0 auto;
}

.grecaptcha-badge{
	display: none;
}
.navbar{
	transition: background .3s;
}
.navbar.is-transparent{
	background:transparent; 
}
.has-background-dark {
    background-color: #adadad !important;
}
.navbar-item img {
    max-height: initial;
}

.navbar .logo{
	transition: width .3s;
}
.navbar.has-background-dark .logo{
	width: 50px !important;
}

.navbar-menu .navbar-item{
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 16px;
}
.navbar-menu .navbar-item:hover,
.navbar-menu .navbar-item:focus,
.navbar-menu .navbar-item:active,
.navbar-menu .navbar-item.is-active{
	color: red;
}

section.hero{
	padding: 50px 0;
	margin: 0;
}


.main-screen,
section.hero{
background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}

.section-title{
	font-size: 75px;
	text-transform: uppercase;
	color: white;
	font-weight: 800;
	line-height: 80px;
	
}

.title-shadow{
	    -webkit-text-stroke: 2px white;
    color: transparent;
    position: absolute;
    left: -7px;
    top: -5px;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 80px;

}
.title-shadow.is-red{
	 -webkit-text-stroke: 2px #f14668!important;
}

.title-shadow.is-black{
	 -webkit-text-stroke: 2px #000!important;
}

.navbar-burger {
	z-index: 999999;
}

@media screen and (max-width: 1023px){
.navbar-menu {
    background-color: rgb(255 255 255);
    box-shadow: 0 8px 16px rgb(10 10 10 / 10%);
    
    height: 100vh;
    max-height: 100vh !important;
    top: 0;
    position: fixed;
    width: 100%;
}

}

@media (max-width: 992px){
	.section-title,
	.title-shadow{
		font-size: 40px;
		line-height: 45px;
	}

	.title-shadow{
		-webkit-text-stroke: 1px white;
	}

	.navbar-menu .navbar-item {
		color: red;
		text-align: center;
		font-size: 22px;
		padding: 15px 5px;
	}

	.navbar-menu{
		padding: 40px 0;
	}
}

.section-subtitle{
	font-size: 25px;
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	
}

#nosotros .section-subtitle,
#nosotros .text-about{
	text-shadow: 2px 2px 6px #000000;
}

.text-about{
	font-size: 18.2px;
	
	color: white;
	font-weight: 300;
}




.service-container{
	background: #dcd54d;
	padding: 30px 20px;
	    border-radius: 30px;
	    height: 100%;

}

.service-container h3{
	font-size: 40px;
	text-transform: uppercase;
	color: white;
	font-weight: 800;
	line-height: 40px;
}
@media (max-width: 1100px){
	.service-container h3{
		font-size: 27px;
    line-height: 27px;
	}


	.icon-servicio{
		display: none;
	}
}


@media (max-width: 1430px){
	.service-container h3{
		font-size: 30px;
    line-height: 30px;
	}
}

@media (max-width: 992px){
.service-container{
	height: initial;
}
}

.service-container p{
	font-size: 15px;
	padding-bottom: 20px;
	color: black;
	font-weight: 300;

	line-height: 25px;
}

.contact-item {
	margin: 20px 0;
}

.contact-item h4{
	font-size: 17px;
	text-transform: uppercase;
	color: #f14668!important;
	font-weight: 800;
}

.contact-item p{
	font-size: 17px;
	text-transform: uppercase;
	color: #333!important;
	font-weight: 400;
}

.contacto-screen input,
.contacto-screen textarea{
	border-radius: 0;
	resize: none;
	margin-bottom: 5px;	
	border: solid 1px black;
}

.contacto-screen .button{
	padding: 10px 15px;
	background: black !important;
	box-shadow: none !important;
	border: none !important;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border-radius: 0;
	margin-top: 10px;
	    height: auto;
	    outline: none !important;
	text-transform: uppercase;
}

.footer {
    background-color: #f6b600;
    padding: 1rem 1.5rem 1rem;
}

.video-screen{
	padding: 0 !important;
}

.video-screen video{
	max-width: 100%;
}

@media (max-width: 992px){

	.hero.video-screen{
		min-height: initial;
		height: auto;
	}
	.hero.video-screen video{
		min-height: 100%; 
 min-width: 100%; 
 height: 100% !important;
 padding:0;
 margin: 0;
 width: auto !important; 
	}

	.logos-clientes {
		display: flex;
	}
	.logos-clientes .column{
		    flex-basis: 50%;
		        max-width: 50%;
	}
}
