/*
Author: Fernando Zamora
Company: Big Whale Studio
Last Edited: 25/06/2017
*/
@import url("fonts/font-face.css");

a{
	color: #FFFFFF;
}
a:hover{
	text-decoration: none;
}
a:hover img{
	border: none;
}
body{
	background-color: #0C203A;
	font-family: VanCondensed;
}

#header{
	width: 100%;
	height: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: BebasNeue;
	padding-top: 30px;
	z-index: 10;
	transition: all 0.5s;
	display: inline-block;
}
#header.sticky{
	height: 50px;
	position: fixed;
	padding: 0px;
	background-color: rgba(251, 204, 22, 0.7);
}
#header #USAlogo{
	height: 90px;
	margin: 12.5px 0px;
	float: left;
}
#header.sticky #USAlogo{
	height: 40px;
	margin: 5px 0px;
}
#header #USAlogo img{
	width: auto;
	height: 100%;
}
.safari #header.sticky #USAlogo img{
	width: 82px;
	height: 40px;
}
#header #MunequitaLogo{
	height: 115px;
	margin-left: 30px;
	float: right;
}
#header.sticky #MunequitaLogo{
	height: 40px;
	margin: 5px 0px 5px 30px;
}
#header #MunequitaLogo img{
	width: auto;
	height: 100%;
}
.safari #header.sticky #MunequitaLogo img{
	width: 25px;
	height: 40px;
}
#header #menu{
	float: right;
}
#header #menu ul{
	list-style: none;
	padding: 0;
}
#header #menu ul li{
	display: inline-block;
	margin: 40px 30px;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #00417C;
	text-transform: uppercase;
	cursor: pointer;
}
#header.sticky #menu ul li{
	margin: 10px 30px;
	font-size: 14px;
}

#mobileHeader{
	width: 100%;
	height: 50px;
	padding: 10px 0px;
	position: fixed;
	top:0;
	left: 0;
	display: none;
	z-index: 10;
	transition: all 0.5s;
}
#mobileHeader.sticky{
	background-color: rgba(251, 204, 22, 0.7);
}
#mobileHeader #menuBtn{
	width: 30px;
	height: 30px;
	display: inline-block;
}
#mobileHeader #menuBtn img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}

#mobileMenu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0%;
    background-color: #FEC91F;
    z-index: 10;
	display: none;
}
#mobileMenu .background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
#mobileMenu .background .circle{
	position: absolute;
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	border: none;
	opacity: 0;
	transform: translate(-50%,-50%);
	transition: all 1.5s;
}
#mobileMenu .background .circle.blue{
	top: 15%;
	left: 25%;
	background-color: #2657AE;
}
#mobileMenu .background .circle.blue{
    width: 800px;
    height: 800px;
    top: 20px;
    left: 100px;
    background-color: #2657AE;
    background-image: url(/assets/images/menu_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}
#mobileMenu.active .background .circle.blue{
	width: 200vw;
	height: 200vw;
	opacity: 1;
}
#mobileMenu .background .circle.yellow{
	top: 15%;
	left: 25%;
	background-color: #F5D231;
}
#mobileMenu.active .background .circle.yellow{
	width: 500vw;
	height: 500vw;
	opacity: 1;
}
#mobileMenu #menuCloseBtn{
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 30px auto;
}
#mobileMenu #menuCloseBtn img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}
#mobileMenu #mobileNav{}
#mobileMenu #mobileNav ul{
	padding: 0;
	list-style: none;
	text-align: center;
}
#mobileMenu #mobileNav ul a li{
	font-size: 25px;
	line-height: 50px;
	font-family: BebasNeue;
	letter-spacing: 2px;
	color: #F5D231;
	cursor: pointer;
}
#logoContainer{
	text-align: center;
}
#mobileMenu #USABananasBtn,#mobileMenu #MuñequitaBananasBtn{
	width: auto;
	height: 45px;
	margin: 40px 25px 0px;
	display: inline-block;
}
#mobileMenu #USABananasBtn img,#mobileMenu #MuñequitaBananasBtn img{
	width: auto !important;
	height: 100%;
}
#mobileMenu #USABananasBtn{
}
#mobileMenu #MuñequitaBananasBtn{
}


#banner{
	height: 880px;
	background-color: #F4C400;
	background-image: url(/assets/images/banner_bg.jpg)
}
#banner #gradient{
	position: absolute;
	width: 100%;
	height: 10%;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(244,196,0,0) 80%);
}
#banner #bannerMessage{
	width: 600px;
	margin: 310px 0px 0px auto;
	position: relative;
	left:10%;
}
#banner #bannerMessage img{
	width: 100%;
}
#banner #bannerMessage #videoBtn{
	width: 200px;
	height: 50px;
	cursor: pointer;
}
#banner #bannerImage{
	position: relative;
}
#banner #bannerImage img{
	width: 115%;
	height: auto;
	position: absolute;
	left: -20%;
}

#about{
	background-color: #FFFFFF;
	background-image: url(/assets/images/contact_bg.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
#about #historyBlock{
	position: relative;
	padding: 30px 45px 55px;
	background-color: #2E68B1;
	background-image: url(/assets/images/history_block_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#about #historyBlock #history{
}
#about #historyBlock #history h2{
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 10px;
	color: #F8CF00;
	margin: 0px 0px 80px;
	text-transform: uppercase;
}
#about #historyBlock #history h3{
	font-family: VanCondensed;
	font-size: 46px;
	font-weight: 600;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0px 0px 30px;
	text-transform: uppercase;
}
#about #historyBlock #history p{
	font-size: 25px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0px 0px 30px;
}
#about #historyBlock #history button{
	width: 300px;
	height: 50px;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #2657AE;
	margin: 0px;
	padding: 5px 15px;
	background-color: #F5D231;
	border:none;
	border-radius: 25px;
	text-transform: uppercase;
}
#about #historyBlock #historyImage{
	position: absolute;
	right: -20%;
	top: 0%;
}
#about #historyBlock #historyImage img{
	width: 100%;
	height: auto;
}

#products{
	padding: 140px 0px 60px;
	background-color: #FFFFFF;
}
#products h2{
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 10px;
	color: #295489;
	text-align: center;
	margin: 0px 0px 80px;
	text-transform: uppercase;
}
#products .productItem{
	width: 660px;
	margin: 0px auto;
	text-align: center;
}
#products .productItem img{
	width: 100%;
	height: auto;
}
#products .productItem h3{
	font-size: 38px;
	font-weight: 600;
	line-height: 42px;
	color: #BC2F35;
	text-align: center;
	margin: 0px 0px 20px;
	text-transform: uppercase;
}
#products .productItem .varieties{
	width: 100%;
	height: 36px;
	font-size: 32px;
	text-align: center;
	margin: 0px 0px 30px;
	text-transform: uppercase;
}
#products .productItem .varieties a:hover{
	text-decoration: none;
}
#products .productItem .varieties span{
	font-size: 32px;
	font-weight: 400;
	line-height: 36px;
	color: #202427;
	margin: 0px 10px;
	vertical-align: top;
	display: inline-block;
}
#products .productItem .varieties .vertical-spacer{
	width: 2px;
	height: 36px;
	background-color: #202427;
	vertical-align: top;
	display: inline-block;
}
#products .productItem button{
	width: 300px;
	height: 50px;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #2657AE;
	background-color: transparent;
	border:3px solid #F5D231;
	margin: 0px;
	padding: 5px 15px;
	border-radius: 25px;
	text-transform: uppercase;
}
#products .productItem button:hover{
	background-color: #F5D231;
}

#ourlands{
	padding: 0px 0px 80px;
	text-align: center;
	background-color: #FFFFFF;
}
#ourlands #ourlandsBG{
	padding: 200px 0px 0px;
	background-image: url(/assets/images/ourlands_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#ourlands #landextension{
	margin-bottom: 200px;
}
#ourlands h2{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 10px;
	color: #295489;
	text-align: center;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}
#ourlands #landextension h3{
	font-family: Besom;
	font-size: 80px;
	font-weight: 600;
	line-height: 80px;
	color: #BD2F34;
	margin: 0px 0px 45px;
	text-align: center;
}
#ourlands #landextension h3 small{
	font-size: 55px;
	color: #BD2F34;
}
#ourlands #landextension p{
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	color: #2C2B29;
	margin: 0px 0px 30px;
}
#ourlands #landextension button{
	width: 300px;
	height: 50px;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 15px;
	background-color: #2E68B1;
	border:none;
	border-radius: 25px;
	text-transform: uppercase;
}
#ourlands #productionBlock{
	position: relative;
	padding: 30px 45px 55px;
	background-color: #2E68B1;
	background-image: url(/assets/images/production_block_bg.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}
#ourlands #productionBlock #production{
	padding: 60px 0px;
	text-align: left;
}
#ourlands #productionBlock #production h3{
	font-family: VanCondensed;
	font-size: 46px;
	font-weight: 600;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0px 0px 30px;
	text-align: left;
	text-transform: uppercase;
}
#ourlands #productionBlock #production p{
	font-size: 25px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0px 0px 30px;
}
#ourlands #productionBlock #productionImage{
	position: absolute;
	left: -20%;
	top: 0%;
}
#ourlands #productionBlock #productionImage img{
	width: 100%;
	height: auto;
}
#ourlands #numbers{
	padding: 180px 0px 0px;
}
#ourlands #numbers .stats{
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	color: #2D68B3;
	text-align: center;
	background-image: url(/assets/images/numbers_separator.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#ourlands #numbers .stats.first{
	background-image: url(/assets/images/numbers_separator.png), url(/assets/images/numbers_separator.png);
	background-position: left center,right center;
}
#ourlands #numbers .stats img{
	width: 100%;
	max-width: 250px;
	height: auto;
}
#ourlands #numbers .stats h3{
	font-family: Besom;
	font-size: 80px;
	font-weight: 300;
	line-height: 80px;
	color: #0D1720;
	margin: 0px 0px 10px;
	text-align: center;
}
#ourlands #numbers .stats hr{
	width: 40%;
	height: 1px;
	margin: 15px auto 5px;
	background-color: #85888B;
	display: none;
}

#gallery{
	height: 50vw;
}
#gallery #galleryContainer{
	width: 1000%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1;
	font-size:0;
}
#gallery #galleryContainer .galleryItem{
	width: 10%;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#gallery .container-fluid{
	position: relative;
	z-index: 5;
}
#gallery #galleryBtn{
	width: 300px;
	height: 30px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%,0%);
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #2657AE;
	margin: 0px;
	padding: 5px 15px;
	background-color: #F5D231;
	border: none;
	border-radius: 25px;
	text-transform: uppercase;
}
#gallery #dots{
	width: 100%;
	height: 30px;
	text-align: center;
	position: absolute;
	left: 0%;
	bottom: 10px;
}
#gallery #dots .dot{
	width: 20px;
	height: 20px;
	margin: 5px 10px;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 50%;
	border:1px solid #FFFFFF;
	cursor: pointer;
}
#gallery #dots .dot.active{
	background-color: transparent;
}

#lifecycle{
	width: 100%;
	height: auto;
	position: relative;
}
#lifecycle #lifecycleTitle{
	width: 100%;
	height: 120px;
	position: relative;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top center;
	background-image: url(/assets/images/semaforo_head.jpg);
}
#lifecycle  #lifecycleTitle h3{
    font-family: Besom;
    font-size: 60px;
    font-weight: 600;
    line-height: 40px;
    color: #1C4879;
    margin: 0px 0px 0px;
    text-align: center;
    text-transform: uppercase;
	width: 100%;
    height: 50px;
    position: absolute;
    top: 70px;
    color: rgb(251, 204, 22);
}
#lifecycle img{
	width: 100%;
	height: auto;
}
#lifecycle #lifecycle1{
	display: block;
}
#lifecycle #lifecycle2{
	display: none;
}

#map{
	height: 600px;
}
#map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0%;
	left: 0%;
}
#map #locationInfo{
	width: 310px;
	height: 410px;
	background-color: #F3EA00;
	margin: 95px 0px;
	padding: 20px;
	font-size: 18px;
	line-height: 25px;
	color: #1C4879;
	background-image: url(/assets/images/contact_bg.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top center;
}
#map #locationInfo h3{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
#map #locationInfo address{
	margin-bottom: 30px;
}
#map #locationInfo a{
	color: #1C4879;
}

#contact{
	text-align: center;
	max-height: 640px;
	background-color: #FDC409;
	background-image: url(/assets/images/contact_bg.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: top center;
}
#contact #contactIcon{
	width: 100px;
	height: 80px;
	margin-bottom: 15px;
}
#contact #contactForm{
	padding: 30px;
}
#contact h2{
	font-family: Besom;
	font-size: 60px;
	font-weight: 600;
	line-height: 40px;
	color: #1C4879;
	margin: 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
#contact #contact-form{
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
#contact #contact-form button{
	width: 300px;
	height: 50px;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 15px;
	background-color: #2657AE;
	border:none;
	border-radius: 25px;
	text-transform: uppercase;
}

#socials{
	text-align: center;
	padding: 20px 0px;
}
#socials .socialItem{
	width: 30px;
	height: 30px;
	margin: 0px 10px;
	display: inline-block;
}
#socials .socialItem img{
	width: 100%;
	height: auto;
}

#slogan{
	height: 450px;
	background-image: url(/assets/images/slogan_bg.png);
}
#slogan #sloganText{
	width: 400px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#slogan #sloganText img{
	width: 100%;
}

#bannerBar{
	height: 170px;
	background-color: #fbcc16;
}

#ourhistory{
	height: 1200px;
	position: relative;
	background-color: #FFFFFF;

}
#ourhistory .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#ourhistory .background .circle{
	width: 180vh;
	height: 180vh;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-25%,-50%);
	border-radius: 50%;
	background-color: #fbcc16;
}
#ourhistory .background .bottom{
	width: 100%;
	height: 223px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(/assets/images/production_block_bg.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
	background-color: #3b68ad;
	display: none;
}
#ourhistory .background .bgimg{
	width: 110vh;
	height: 90vh;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(30%,-50%);
	border-radius: 50%;
}
#ourhistory .background .bgimg img{
	width: 100%;
	height: auto;
}
#ourhistory .background .bgimg #bgimg1{
	display: block;
}
#ourhistory .background .bgimg #bgimg2{
	display: none;
}
#ourhistory h1 {
    font-family: Besom;
    font-size: 100px;
    font-weight: 500;
    line-height: 100px;
    color: #00417C;
    margin: 200px 0px 45px;
    text-align: left;
}
#ourhistory h1 small{
    font-size: 100px;
    line-height: 100px;
    color: #BD2F34;
}
#ourhistory p{
	font-size: 25px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 0px;
	color: #00417C;
	margin: 0px 0px 30px;
	text-align: justify;
}

#ourhistorysecond{
	height: auto;
	padding: 90px 0px 100px;
	position: relative;
	background-color: #2E68B1;
	background-image: url(/assets/images/production_block_bg.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}
#ourhistorysecond .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#ourhistorysecond .background .square{
	width: 600px;
	height: 600px;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: #fbcc16;
}
#ourhistorysecond .background .trapeze{
	width: 300px;
	height: 300px;
	position: absolute;
	top: 0%;
	right: 0%;
	transform: translate(55%,-50%) rotate(45deg);
	background-color: #fbcc16;
}
#ourhistorysecond p{
	font-size: 23px;
	font-weight: 300;
	line-height: 40px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0px 0px 30px;
	text-align: justify;
}
#ourhistorysecond #historyimg1{
	width: 100%;
	height: auto;
}
#ourhistorysecond #historyDescription{
	padding: 30px 20px;
}

#mision{
	height: 900px;
	padding: 250px 0px 0px;
	background-color: #FFFFFF;
}
#mision .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#mision .background .gradient{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -20%;
	left: 0%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-image: url(/assets/images/mision_bg.png);
}
#mision .background .bananatree{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	background-image: url(/assets/images/mision_banana_tree.png);
}
#mision .content{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	bottom: 0%;
	padding: 0px 0px 30px;
}
#mision .icon{
	width: auto;
	max-width: 100%;
	height: auto;
}
#mision h3{
	font-family: Besom;
	font-size: 45px;
	font-weight: 100;
	color: #2A569D;
	text-transform: lowercase;
}
#mision p{
	font-size: 20px;
	font-weight: 100;
	color: #2A569D;
}
#mision ul{
	font-size: 20px;
	font-weight: 100;
	color: #2A569D;
	padding: 0px 0px 0px 15px;
}
#mision ul li {
	list-style-position: inside;
}

#team{
	height: 1400px;
	background-color: #FFFFFF;
	text-align: center;
}
#team .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#team .background .half{
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-color: #2E68B1;
	background-image: url(/assets/images/production_block_bg.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
}
#team h2{
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 15px;
	color: #fbcc16;
	text-align: center;
	margin: 0px 0px 10px;
	text-transform: uppercase;
}
#team p{
	font-family: VanCondensed;
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
	color: #FFFFFF;
	margin: 35px 0px 30px;
	text-align: center;
	text-transform: uppercase;
}
#team button{
	width: 300px;
	height: 50px;
	font-size: 24px;
	font-weight: 500;
	line-height: 40px;
	color: #2657AE;
	margin: 0px;
	padding: 5px 15px;
	background-color: #F5D231;
	border: none;
	border-radius: 25px;
	margin-bottom: 100px;
	text-transform: uppercase;
}
#team img{

}
#team label{
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2px;
	color: #00417C;
	margin: 0px 0px 30px;
}

#productDetails{
	height: 800px;
	background-color: #fbcc16;
}
#productDetails .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
#productDetails .background .triangle{
	width: 100%;
	height: 240px;
	position: absolute;
	bottom: 0%;
	left: 0%;
}
#productDetails h1 {
    font-family: Besom;
    font-size: 100px;
    font-weight: 500;
    line-height: 100px;
    color: #00417C;
    margin: 100px 0px 45px;
    text-align: center;
}
#productDetails h1 small{
    font-size: 100px;
    line-height: 100px;
    color: #BD2F34;
}
#productDetails #productImage{
	width: 100%;
	height: auto;
}
#productDetails #productDescription{
	margin-top: 80px;
}
#productDetails #productDescription h3{
	font-size: 36px;
	font-weight: 500;
	line-height: 45px;
	letter-spacing: 15px;
	color: #00417C;
	text-align: center;
	margin: 0px 0px 10px;
}
#productDetails #productDescription p{
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2px;
	color: #00417C;
	margin: 0px 0px 30px;
}
#productSelection{
	height: auto;
	padding: 50px 0px 150px;
	background-color: #FFFFFF;
}
#productSelection #productContainer{
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
}
#productSelection .product{
	width: 30%;
	height: auto;
	margin: 0% 1%;
	display: inline-block;
	cursor: pointer;
}
#productSelection .product img{
	width: 90%;
	height: auto;
}
#productSelection .product h4{
	font-size: 40px;
	line-height: 50px;
	margin: 10px 0px 10px;
	text-align: center;
	text-transform: uppercase;
}

#ourgallery{
	min-height: 100vh;
	padding: 60px 0px 100px;
	position: relative;
	background-color: #F5F5F5;
	/*background-image: url(/assets/images/production_block_bg.png);*/
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
}
#ourgallery h2{
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 10px;
	color: #1C4879;
	margin: 0px 0px 80px;
	text-transform: uppercase;
}
#ourgallery .image{
	width: 300px;
	height: 200px;
	margin: 15px;
	border-radius: 10px;
	border:0px solid #FFFFFF;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
#ourgallery .image img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

#responsabilities{
	width: 100%;
	height: 600px;
	padding: 100px 0px 80px;
	background-color: #1C4679;
}
#responsabilities .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	background-image: url(/assets/images/responsabilities_bg.png);
}
#responsabilities .background .world{
	width: 800px;
	height: 600px;
	position: absolute;
	bottom: -100px;
	left: calc(100% - 600px);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url(/assets/images/responsabilities_world.png);
}
#responsabilities h2 {
    font-family: Besom;
    font-size: 80px;
    font-weight: 400;
    line-height: 60px;
    color: #E7B50E;
    margin: 0px 0px 30px;
	padding: 0px 35px;
    text-align: left;
    text-transform: uppercase;
}
#responsabilities #responsabilityHolder{
	padding: 0px 0px 0px 35px;
}
#responsabilities .responsability {
	width: 50%;
	max-width: 450px;
	height: 140px;
	position: relative;
	padding: 8px 5px 5px 15px;
	float: left;
}
#responsabilities .responsability.right{
	float: right;
}
#responsabilities .responsability .mark{
	width: 8px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border-radius: 4px;
	background-color: #6996CB;
}
#responsabilities .responsability h4{
	font-size: 22px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #E7B50E;
    margin: 0px 0px 5px;
    text-transform: uppercase;
}
#responsabilities .responsability p{
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	color: #FFFFFF;
}

#certifications{
	width: 100%;
	height: 600px;
	padding: 100px 0px 80px;
	background-color: #FFFFFF;
	overflow: visible;
}
#certifications .background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	background-image: url(/assets/images/certifications_effect_bg.png);
}
#certifications .background .palmtree{
	width: 550px;
	height: 600px;
	position: absolute;
	top: -50px;
	left: calc(0% - 100px);
}
#certifications .background .palmtree img{
	width: 100%;
	height: auto;
}
#certifications h2 {
    font-family: Besom;
    font-size: 80px;
    font-weight: 400;
    line-height: 60px;
    color: #BD2F34;
    margin: 0px 0px 30px;
	padding: 0px 35px;
    text-align: left;
    text-transform: uppercase;
}
#certifications p {
	font-size: 18px;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
	color: #6996CB;
}
#certifications .certificactionIcons{
	text-align: center;
	margin-top: 35px;
}
#certifications .certificactionIcons img{
	height: 120px;
	margin: 0px 30px;
}

#footer{
	height: 60px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 50px;
}
#footer #legal{
	text-align: right;
	color: #FFFFFF;
}
#footer #legal a{
	color: #FFFFFF;
}
#footer #legal .legalBtn{
	display: inline-block;
	margin: 0px 15px;
}
#footer #copyright{
	text-align: left;
	color: #959595;
}

section{
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
section .container-fluid{
	max-width: 1500px;
}
section .container-fluid .fullHeight{
	height: 100%;
}
hr.spacer{
	width: 100%;
	height: 0px;
	margin: 0px;
	float: none;
	clear: both;
	border: none;
}

#error404{
	height: 400px;
	font-size: 60px;
	background-color: #FFFFFF;
	padding: 60px;
}
#legalSection{
	height: auto;
	background-color: #FFFFFF;
	padding: 60px;
	font-size: 16px;
}

#modal{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 10;
	display: none;
}
#modal .modalWindow{
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #000000;
	border-radius: 15px;
}
#modal .modalWindow video{
	width: 100%;
	height: auto;
	/*
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%,-50%);
	*/
}
#modal .modalWindow .closeBtn{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -40px;
	right: 0px;
	cursor: pointer;
}
#modal .modalWindow .closeBtn img{
	width: 100%;
	height: auto;
}

img.mfp-img{
	max-width: 1200px;
}

@media (max-width: 499px) {
	#header{
		display: none;
	}
	#mobileHeader{
		display: inline-block;
	}

	#banner #gradient{
		display: none;
	}
	#banner #bannerImage img {
    	width: 100%;
		left: 0%;
	}
	#banner #bannerMessage {
	    width: 100%;
		left: 0%;
		margin-top: 400px;
		text-align: center;
	}
	#banner #bannerMessage #videoBtn {
    	margin: 0px auto;
		width: 160px;
	}
	#banner {
	    height: auto;
	}
	#banner #bannerImage img {
    	width: 400px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#banner #bannerMessage {
    	width: 80%;
		left: 10%;
		margin: 400px 0px 0px;
		text-align: center;
	}
	#banner #bannerMessage #videoBtn {
    	margin: 0px auto;
		width: 120px;
	}

	#about{
		padding-top: 200px;
		background-size: auto 180px;
		background-position: top center;
	}
	#about #historyBlock {
    	padding: 30px 15px 55px;
	}
	#about #historyBlock #historyImage {
		width: 80vw;
		right: 50%;
		top: 0%;
		transform: translate(50%,-200px);
	}
	#about #historyBlock #historyImage img{
		width: 100%;
		height: auto;
	}
	#about #historyBlock #history {
    	margin-top: 90px;
	}
	#about #historyBlock #history h2 {
    	font-size: 22px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	#about #historyBlock #history h3 {
    	font-size: 25px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#about #historyBlock #history p {
    	font-size: 18px;
		line-height: 25px;
	}
	#about #historyBlock #history button {
    	font-size: 18px;
		width: 90%;
		height: 40px;
		line-height: 30px;
	}

	#products {
    	padding: 100px 0px 60px;
	}
	#products h2 {
    	font-size: 24px;
		line-height: 40px;
		letter-spacing: 8px;
		margin: 0px 0px 60px;
	}
	#products .productItem {
    	width: 100%;
	}
	#products .productItem h3 {
    	font-size: 30px;
		line-height: 38px;
	}
	#products .productItem .varieties{
		display: none;
	}
	#products .productItem .varieties span {
    	font-size: 18px;
		line-height: 36px;
	}
	#products .productItem button {
    	width: 100%;
    	font-size: 18px;
		height: 40px;
		line-height: 24px;
	}

	#ourlands .container-fluid{
		padding: 0;
	}
	#ourlands #ourlandsBG{
		padding: 150px 0px 0px;
		background-size: auto 1300px;
	}
	#ourlands h2{
		font-size: 24px;
		line-height: 40px;
		letter-spacing: 8px;
	}
	#ourlands #landextension{
		margin-bottom: 250px;
	}
	#ourlands #landextension h3{
		font-size: 45px;
		line-height: 45px;
	}
	#ourlands #landextension h3 small {
    	font-size: 30px;
	}
	#ourlands #landextension p{
		font-size: 16px;
		line-height: 25px;
		padding: 0px 20px;
	}
	#ourlands #landextension button{
		font-size: 15px;
		width: 80%;
		height: 30px;
		line-height: 20px;
	}
	#ourlands #productionBlock{
		padding: 30px 15px 55px;
	}
	#ourlands #productionBlock #productionImage {
		width: 90%;
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%,-100px);
	}
	#ourlands #productionBlock #productionImage img{
		width: 100%;
		height: auto;
	}
	#ourlands #productionBlock #production {
    	text-align: left;
		margin-top: 220px;
		padding: 0px;
	}
	#ourlands #productionBlock #production h3{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	#ourlands #productionBlock #production p{
		font-size: 18px;
		line-height: 25px;
	}
	#ourlands #numbers {
    	padding: 40px 0px 0px;
	}

	#ourlands #numbers .stats, #ourlands #numbers .stats.first{
		background: none;
	}
	#ourlands #numbers .stats hr{
		display: block;
	}

	#lifecycle #lifecycleTitle{
		height: 120px;
		background-image: url(/assets/images/semaforo_head_moviles.jpg);
	}
	#lifecycle #lifecycleTitle h3{
		font-size: 45px;
		line-height: 45px;
	}
	#lifecycle #lifecycle1{
		display: none;
	}
	#lifecycle #lifecycle2{
		display: block;
	}
	#lifecycle h3{
		top: 30px;
		font-size: 30px;
		line-height: 30px;
	}

	#gallery {
    	height: 100vw;
	}
	#gallery #dots{
		height: 20px;
	}
	#gallery #dots .dot{
		width: 10px;
		height: 10px;
		margin: 5px 5px;
	}

	#map {
    	height: 150vw;
	}
	#map #locationInfo {
    	margin: 0px;
		width: 100%;
		height: 180px;
		padding: 10px;
	}
	#map #locationInfo .left{
		float: left;
		width: 30%;
	}
	#map #locationInfo .right{
		float: right;
		width: 60%;
	}
	#map #locationInfo #mapLogo{
		width: 100%;
		height: auto;
	}
	#map #locationInfo h3 {
    	font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	#map #locationInfo address {
    	margin-bottom: 8px;
		font-size: 12px;
	}
	#map #locationInfo a {
    	font-size: 12px;
	}

	#contact{
		max-height: 800px;
	}
	#contact #contactIcon{
		width: 40px;
		height: 30px;
	}
	#contact #contactForm{
		padding: 30px 0px;
	}
	#contact h2 {
    	font-size: 25px;
		font-weight: 400;
		line-height: 40px;
		margin: 10px 0px;
	}
	#contact #contact-form button{
		width: 80%;
		height: 40px;
		line-height: 30px;
		font-size: 18px;
	}

	#slogan {
    	height: 100vw;
	}
	#slogan #sloganText {
    	width: 60%;
	}

	#footer{
		height: auto;
	}
	#footer #legal, #footer #copyright {
    	text-align: center;
		font-size: 14px;
		line-height: 30px;
	}
	#footer #legal{
		padding-top: 20px;
	}
	#footer #copyright{
		padding-bottom: 20px;
	}

	#bannerBar{
		display: none;
	}
	#bannerBar.small{
		height: 50px;
		display: block;
	}
	#ourhistory{
		min-height: auto;
		height: auto;
		padding-bottom: 400px;
	}

	#ourhistory .background .circle{
	    top: 30%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	#ourhistory .background .bgimg {
	    width: 100vw;
	    height: auto;
	    top: auto;
	    bottom: 0%;
	    right: 50%;
	    transform: translate(50%,0%);
	    padding: 0px;
	}
	#ourhistory .background .bgimg #bgimg1{
		display: none;
	}
	#ourhistory .background .bgimg #bgimg2{
		display: block;
	}
	#ourhistory h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 60px 0px 0px;
	    padding: 0px 20px;
	}
	#ourhistory h1 small {
	    font-size: 50px;
	    line-height: 50px;
	}
	#ourhistory p{
		font-size: 14px;
		line-height: 20px;
		padding: 0px 20px;
	}
	#ourhistorysecond {
    	height: auto;
    	padding: 30px 0px 50px;
    }
	#ourhistorysecond .background .square,
	#ourhistorysecond .background .trapeze{
		display: none;
	}
	#ourhistorysecond p{
		font-size: 14px;
		line-height: 20px;
		padding: 0px 20px;
	}

	#mision{
		height: auto;
		padding: 130px 0px 30px;
	}
	#mision .background .gradient{
		top:0%;
	}
	#mision .content{
		position: relative;
	}
	#mision h3{
		font-size: 35px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	#mision p{
		font-size: 14px;
		line-height: 20px;
	}
	#mision ul{
		font-size: 14px;
		line-height: 20px;
	}


	#team{
		height: auto;
	}
	#team h2{
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	#team p{
		font-size: 25px;
		line-height: 30px;
		margin: 0px;
	}
	#team img {
	    width: 100%;
		height: auto;
	}
	#team label {
    	font-size: 18px;
    	line-height: 30px;
    }
	#ourhistory .container-fluid .fullHeight{
		height: auto;
	}

	#productDetails{
		height: auto;
		padding-bottom: 100px;
	}
	#productDetails .background .triangle{
		height: 100px;
		bottom: -1px;
	}
	#productDetails h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 60px 0px 45px;
	}
	#productDetails h1 small{
	    font-size: 50px;
	    line-height: 50px;
	}
	#productDetails #productDescription h3{
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 3px;
	}
	#productDetails #productDescription p{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	#productSelection{
		padding: 60px 0px;
	}
	#productSelection .product h4{
		font-size: 18px;
		line-height: 30px;
		margin: 5px 0px 5px;
	}

	#responsabilities{
		height: auto;
		padding: 60px 0px 150px;
	}
	#responsabilities .background{
		background-position: top left;
		background-size: auto;
	}
	#responsabilities .background .world{
		width: 100%;
		height: 400px;
		bottom: 0%;
		left: 0%;
	}
	#responsabilities h2 {
	    font-size: 40px;
	    line-height: 50px;
	    padding: 0px;
	    text-align: center;
	}
	#responsabilities #responsabilityHolder{
		padding: 0px;
	}
	#responsabilities .responsability {
		width: 50%;
		max-width: 100%;
		height: 100px;
		padding: 4px 15px 5px 10px;
	}
	#responsabilities .responsability .mark{
		width: 4px;
		height: 25px;
		border-radius: 2px;
	}
	#responsabilities .responsability h4{
		font-size: 16px;
	    line-height: 18px;
	}
	#responsabilities .responsability p{
		font-size: 12px;
		line-height: 15px;
	}

	#certifications{
		height: auto;
		padding: 60px 0px 420px;
		overflow: hidden;
	}
	#certifications .background{
		background-position: left bottom;
		background-size: 100% auto;
	}
	#certifications .background .palmtree{
		width: 100%;
		max-width: 320px;
		height: auto;
		top: auto;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%,0%);
	}
	#certifications .background .palmtree img{
		width: 100%;
		height: auto;
	}
	#certifications h2 {
	    font-size: 40px;
	    line-height: 50px;
		padding: 0px;
	    text-align: center;
	}
	#certifications p {
		font-size: 12px;
		line-height: 15px;
		margin: 0;
		color: #6996CB;
		text-align: center;
	}
	#certifications .certificactionIcons{
		text-align: center;
		margin-top: 25px;
	}
	#certifications .certificactionIcons img{
		height: 70px;
		margin: 0px 15px;
	}

	#modal .modalWindow{
		max-width: 90%;
		height: auto;
	}
	#modal .modalWindow .closeBtn{
		width: 30px;
		height: 30px;
		top:-35px;
	}

	.input {
		margin: 5px 1rem;
    }
}
@media (min-width: 350px) and (max-width: 499px){
	#about #historyBlock #history {
	    margin-top: 180px;
	}
	#ourhistory {
    	padding-bottom: 500px;
	}
	#ourhistory p,
	#ourhistorysecond p{
		font-size: 18px;
		line-height: 25px;
	}
	#lifecycle h3 {
	    top: 30px;
	    font-size: 40px;
	    line-height: 40px;
	}
	#mision .background .gradient{
		top:-0%;
	}
}
@media (max-width: 499px) and (orientation:landscape) {
}
@media (min-width: 500px) and (max-width: 767px) {
	#header{
		display: none;
	}
	#mobileHeader{
		display: inline-block;
	}
	#mobileHeader #menuBtn{
		width: 40px;
		height: 40px;
	}

	#banner {
	    height: auto;
	}
	#banner #gradient{
		display: none;
	}
	#banner #bannerImage img {
    	width: 450px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#banner #bannerMessage {
    	width: 80%;
		left: 10%;
		margin: 500px 0px 0px;
		text-align: center;
	}
	#banner #bannerMessage #videoBtn {
    	margin: 0px auto;
		width: 160px;
	}

	#about{
		padding-top: 280px;
		background-size: 100% auto;
		background-position: top center;
	}
	#about #historyBlock {
    	padding: 30px 15px 55px;
	}
	#about #historyBlock #historyImage {
		width: 80vw;
		max-width: 450px;
		right: 50%;
		top: 0%;
		transform: translate(50%,-300px);
	}
	#about #historyBlock #historyImage img{
		width: 100%;
		height: auto;
	}
	#about #historyBlock #history {
    	margin-top: 240px;
	}
	#about #historyBlock #history h2 {
    	font-size: 24px;
    	line-height: 35px;
		margin-bottom: 30px;
	}
	#about #historyBlock #history h3 {
    	font-size: 30px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	#about #historyBlock #history p {
    	font-size: 20px;
		line-height: 30px;
	}
	#about #historyBlock #history button {
    	font-size: 20px;
	}

	#products {
    	padding: 100px 0px 60px;
	}
	#products h2 {
    	font-size: 30px;
		line-height: 40px;
		letter-spacing: 8px;
	}
	#products .productItem {
    	width: 100%;
	}
	#products .productItem h3 {
    	font-size: 30px;
		line-height: 38px;
	}
	#products .productItem .varieties{
	}
	#products .productItem .varieties span {
		font-size: 18px;
		line-height: 25px;
	}
	#products .productItem .varieties .vertical-spacer{
    	height: 25px;
	}
	#products .productItem button {
    	font-size: 20px;
	}

	#ourlands .container-fluid{
		padding: 0;
	}
	#ourlands #ourlandsBG{
		padding: 150px 0px 0px;
		background-size: auto 1300px;
	}
	#ourlands h2{
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 8px;
	}
	#ourlands #landextension h3{
		font-size: 60px;
		line-height: 60px;
	}
	#ourlands #landextension h3 small {
    	font-size: 40px;
	}
	#ourlands #landextension p{
		font-size: 20px;
		line-height: 30px;
		padding: 0px 20px;
	}
	#ourlands #landextension button{
		font-size: 20px;
	}
	#ourlands #productionBlock{
		padding: 30px 15px 55px;
	}
	#ourlands #productionBlock #productionImage {
		width: 90%;
		max-width: 450px;
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translate(-50%,-150px);
	}
	#ourlands #productionBlock #productionImage img{
		width: 100%;
		height: auto;
	}
	#ourlands #productionBlock #production {
    	text-align: left;
		margin-top: 280px;
		padding: 0px;
	}
	#ourlands #productionBlock #production h3{
		font-size: 30px;
		line-height: 50px;
		margin-bottom: 30px;
	}
	#ourlands #productionBlock #production p{
		font-size: 20px;
		line-height: 30px;
	}
	#ourlands #numbers {
    	padding: 40px 0px 0px;
	}

	#ourlands #numbers .stats, #ourlands #numbers .stats.first{
		background: none;
	}

	#lifecycle #lifecycleTitle{
		height: 120px;
		background-image: url(/assets/images/semaforo_head_moviles.jpg);
	}
	#lifecycle #lifecycle1{
		display: none;
	}
	#lifecycle #lifecycle2{
		display: block;
	}
	#lifecycle h3 {
	    top: 50px;
	    font-size: 50px;
	    line-height: 50px;
	}

	#gallery {
		height: 100vw;
	}

	#map {
    	height: 100vw;
	}
	#map #locationInfo {
    	margin: 0px;
		width: 100%;
		height: 160px;
	}
	#map #locationInfo .left{
		float: left;
	}
	#map #locationInfo .right{
		float: right;
	}
	#map #locationInfo #mapLogo{
		height: 40px;
	}
	#map #locationInfo h3 {
    	font-size: 16px;
		letter-spacing: 1px;
		margin-bottom: 15px;
	}
	#map #locationInfo address {
    	margin-bottom: 8px;
		font-size: 14px;
	}
	#map #locationInfo a {
    	font-size: 14px;
	}

	#contact{
		max-height: 800px;
	}
	#contact #contactIcon {
	    width: 40px;
		height: 30px;
	}
	#contact #contactForm{
		padding: 30px 0px;
	}
	#contact h2 {
    	font-size: 35px;
		font-weight: 400;
		line-height: 40px;
	}
	#slogan {
    	height: 60vw;
	}
	#slogan #sloganText {
    	width: 60%;
	}
	#footer #legal, #footer #copyright {
    	text-align: center;
    	font-size: 14px;
    	line-height: 30px;
	}
	#footer #legal{
		padding-top: 20px;
	}
	#footer #copyright{
		padding-bottom: 20px;
	}

	#bannerBar{
		display: none;
	}
	#bannerBar.small{
		height: 50px;
		display: block;
	}
	#ourhistory{
		min-height: auto;
		height: auto;
		padding-bottom: 400px;
	}

	#ourhistory .background .circle{
	    top: 30%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	#ourhistory .background .bottom{
		display: block;
	}
	#ourhistory .background .bgimg {
	    width: 100vw;
	    max-width: 400px;
	    height: auto;
	    top: auto;
	    bottom: 0%;
	    right: 50%;
	    transform: translate(50%,0%);
	    padding: 0px;
	}
	#ourhistory .background .bgimg #bgimg1{
		display: none;
	}
	#ourhistory .background .bgimg #bgimg2{
		display: block;
	}
	#ourhistory h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 60px 0px 0px;
	    padding: 0px 20px;
	}
	#ourhistory h1 small {
	    font-size: 50px;
	    line-height: 50px;
	}
	#ourhistory p{
		font-size: 18px;
		line-height: 25px;
		padding: 0px 20px;
	}
	#ourhistorysecond {
    	height: auto;
    	padding: 30px 0px 50px;
    }
	#ourhistorysecond .background .square,
	#ourhistorysecond .background .trapeze{
		display: none;
	}
	#ourhistorysecond p{
		font-size: 18px;
		line-height: 25px;
		padding: 0px 20px;
	}

	#mision{
		height: auto;
		padding: 130px 0px 30px;
	}
	#mision .background .gradient{
		top:-2%;
	}
	#mision .content{
		position: relative;
	}
	#mision h3{
		font-size: 45px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	#mision p{
		font-size: 25px;
		line-height: 30px;
	}
	#mision ul{
		font-size: 25px;
		line-height: 30px;
	}


	#team{
		height: auto;
	}
	#team h2{
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	#team p{
		font-size: 25px;
		line-height: 30px;
		margin: 0px;
	}
	#team img {
	    width: 100%;
		height: auto;
	}
	#team label {
    	font-size: 18px;
    	line-height: 30px;
    }
	#ourhistory .container-fluid .fullHeight{
		height: auto;
	}

	#productDetails{
		height: auto;
		padding-bottom: 100px;
	}
	#productDetails .background .triangle{
		height: 100px;
		bottom: -1px;
	}
	#productDetails h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 60px 0px 45px;
	}
	#productDetails h1 small{
	    font-size: 50px;
	    line-height: 50px;
	}
	#productDetails #productDescription h3{
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 3px;
	}
	#productDetails #productDescription p{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	#productSelection{
		padding: 60px 0px;
	}
	#productSelection .product h4{
		font-size: 18px;
		line-height: 30px;
		margin: 5px 0px 5px;
	}

	#responsabilities{
		height: auto;
		padding: 60px 0px 200px;
	}
	#responsabilities .background{
		background-position: top left;
		background-size: auto;
	}
	#responsabilities .background .world{
		width: 100%;
		height: 450px;
		bottom: -50px;
		left: 0%;
	}
	#responsabilities h2 {
		font-size: 40px;
	    line-height: 50px;
	    padding: 0px;
		text-align: center;
	}
	#responsabilities #responsabilityHolder{
		padding: 0px;
	}
	#responsabilities .responsability {
		width: 50%;
		max-width: 100%;
		height: 100px;
		padding: 4px 15px 5px 10px;
	}
	#responsabilities .responsability .mark{
		width: 8px;
		height: 45px;
		border-radius: 4px;
	}
	#responsabilities .responsability h4{
		font-size: 16px;
		line-height: 18px;
	}
	#responsabilities .responsability p{
		font-size: 12px;
		line-height: 15px;
	}

	#certifications{
		height: auto;
		padding: 60px 0px 500px;
		overflow: hidden;
	}
	#certifications .background{
		background-position: 0% 120%;
		background-size: 100% auto;
	}
	#certifications .background .palmtree{
		width: 100%;
		max-width: 320px;
		height: auto;
		top: auto;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%,0%);
	}
	#certifications .background .palmtree img{
		width: 100%;
		height: auto;
	}
	#certifications h2 {
		font-size: 40px;
		line-height: 50px;
		padding: 0px;
		text-align: center;
	}
	#certifications p {
		font-size: 12px;
		line-height: 15px;
		margin: 0;
		color: #6996CB;
		text-align: center;
	}
	#certifications .certificactionIcons{
		text-align: center;
		margin-top: 25px;
	}
	#certifications .certificactionIcons img{
		height: 80px;
		margin: 0px 15px;
	}




	#modal .modalWindow{
		max-width: 90%;
		height: auto;
	}
	#modal .modalWindow .closeBtn{
		width: 30px;
		height: 30px;
		top:-35px;
	}

	.input.full {
    	max-width: 350px;
	}
}
@media (min-width: 500px) and (max-width: 767px) and (orientation:landscape) {
}
@media (min-width: 768px) and (max-width: 991px) {
	#header{
	}
	#header #USAlogo{
		height: 60px;
		margin: 12.5px 0px;
	}
	#header.sticky #USAlogo{
		height: 40px;
		margin: 5px 0px;
	}
	#header #MunequitaLogo{
		height: 90px;
		margin-left: 10px;
	}
	#header.sticky #MunequitaLogo{
		height: 40px;
		margin: 5px 0px 5px 30px;
	}
	#header #menu ul li{
		margin: 30px 10px;
		font-size: 20px;
		line-height: 30px;
	}
	#header.sticky #menu ul li{
		margin: 10px 20px;
		font-size: 14px;
	}

	#banner{
		height: auto;
	}
	#banner #bannerMessage {
		width: 100%;
    	margin-top: 240px;
    	margin-bottom: 50px;
	}
	#banner #bannerImage {
    	margin-top: 120px;
	}
	#banner #bannerImage img{
		width: 100%;
		left: 0;
	}

	#about #historyBlock #historyImage{
		position: relative;
		right: 50%;
		transform: translate(50%,0%);
	}
	#about #historyBlock #history{
		margin-top: 50px;
	}

	#ourlands #ourlandsBG{
		background-size: auto 1500px;
	}
	#ourlands #landextension{
		padding: 0px 20px;
	}
	#ourlands #productionBlock #productionImage{
		position: relative;
		width: 80%;
		max-width: 500px;
		height: auto;
		left: 50%;
		transform: translate(-50%,-30%);
	}
	#ourlands #numbers .stats h3{
		font-size: 65px;
	}

	#contact{
		max-height: auto;
	}
	#contact #contactIcon {
    	width: 80px;
    	height: 60px;
    }
    #contact h2{
	    font-size: 50px;
    }

    #footer #copyright {
		font-size: 14px;
    }

    #bannerBar {
		height: 140px;
	}
	#ourhistory {
		height: 650px;
	}
	#ourhistory .background .circle {
	    width: 900px;
	    height: 900px;
	    top: 50%;
	    left: 30%;
	    transform: translate(-50%,-50%);
	}
	#ourhistory .background .bgimg {
	    width: 380px;
	    height: 380px;
	    top: 50%;
	    right: 15%;
	    transform: translate(50%,-50%);
	}
	#ourhistory h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 70px 0px 20px;
	}
	#ourhistory h1 small {
    	font-size: 50px;
    	line-height: 50px;
	}
	#ourhistory p {
	    font-size: 16px;
	    line-height: 25px;
	    letter-spacing: 0px;
	    margin: 0px 0px 30px;
	}

	#ourhistorysecond {
		height: auto;
    	padding: 60px 0px 30px;
    }
	#ourhistorysecond .background .square{
		width: 350px;
		height: 340px;
	}
	#ourhistorysecond .background .trapeze{
		width: 150px;
		height: 150px;
	}
	#ourhistorysecond p {
	    font-size: 15px;
		line-height: 25px;
	}

	#mision{
		height: auto;
		padding: 130px 0px 30px;
	}
	#mision .background .gradient{
		top:-4%;
	}
	#mision .content{
		position: relative;
	}


	#team{
    	height: auto;
    }
	#team h2 {
    	font-size: 25px;
    	line-height: 30px;
    }
    #team p{
	    font-size: 25px;
		line-height: 30px;
    }

    #productDetails{
		height: auto;
		padding-bottom: 150px;
	}
	#productDetails .background .triangle{
		height: 150px;
		bottom: -1px;
	}
	#productDetails h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 60px 0px 45px;
	}
	#productDetails h1 small{
	    font-size: 50px;
	    line-height: 50px;
	}
	#productDetails #productDescription h3{
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 3px;
	}
	#productDetails #productDescription p{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	#productSelection{
		padding: 60px 0px;
	}
	#productSelection .product h4{
		font-size: 18px;
		line-height: 30px;
		margin: 5px 0px 5px;
	}

	#certifications .background{
		background-position: -370px center;
	}
	#certifications .background .palmtree{
		left: -200px;
	}
	#certifications h2 {
		font-size: 60px;
		padding: 0px 20px;
	}
	#certifications p {
		padding: 0px 20px;
	}
	#certifications .certificactionIcons img{
		height: 60px;
		margin: 0px 15px;
	}

	#modal .modalWindow{
		max-width: 90%;
		height: auto;
	}
	#modal .modalWindow .closeBtn{
		width: 30px;
		height: 30px;
		top:-35px;
	}

    .input {
		max-width: 100%;
		margin: 10px 1em;
    }
}
@media (min-width: 768px) and (max-width: 991px) and (orientation:landscape) {
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header #menu ul li {
    	margin: 40px 20px;
		font-size: 20px;
	}

	#banner{
		height: 800px;
	}
	#banner #bannerMessage {
		width: 100%;
    	margin-top: 240px;
	}
	#banner #bannerImage {
    	margin-top: 100px;
	}
	#banner #bannerImage img{
		width: 100%;
		left: 0;
	}
	#about #historyBlock #historyImage {
    	top: 0%;
    	right: -25%;
	}
	#about #historyBlock #history{
		width: 500px;
	}
	#about #historyBlock #history h2 {
	    font-size: 28px;
		line-height: 32px;
		margin-bottom: 40px;
	}
	#about #historyBlock #history h3 {
    	font-size: 40px;
		line-height: 50px;
	}
	#ourlands #ourlandsBG{
		background-size: auto 1200px;
	}
	#ourlands #landextension p{
		padding: 0px 20px;
	}
	#ourlands #productionBlock #productionImage{
		width: 500px;
		position: absolute;
		left: -15%;
		top: 0%;
	}
	#ourlands #productionBlock #production{
		width: 400px;
		float: right;
	}
	#contact{
		max-height: auto;
	}
	#contact #contactIcon {
    	width: 80px;
    	height: 60px;
    	margin-bottom: 15px;
	}

	#bannerBar {
		height: 140px;
	}
	#ourhistory {
		height: 650px;
	}
	#ourhistory .background .circle {
	    width: 1000px;
	    height: 1000px;
	    top: 50%;
	    left: 30%;
	    transform: translate(-50%,-50%);
	}
	#ourhistory .background .bgimg {
	    width: 450px;
	    height: 450px;
	    top: 50%;
	    right: 15%;
	    transform: translate(50%,-50%);
	}
	#ourhistory h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 70px 0px 20px;
	}
	#ourhistory h1 small {
    	font-size: 50px;
    	line-height: 50px;
	}
	#ourhistory p {
	    font-size: 20px;
	    line-height: 30px;
	    letter-spacing: 0px;
	    margin: 0px 0px 30px;
	}
	#ourhistorysecond {
		height: auto;
    	padding: 60px 0px 30px;
    }
	#ourhistorysecond .background .square{
		width: 350px;
		height: 340px;
	}
	#ourhistorysecond .background .trapeze{
		width: 150px;
		height: 150px;
	}
	#ourhistorysecond p {
	    font-size: 20px;
		line-height: 30px;
	}

	#mision{
		height: auto;
		padding: 130px 0px 30px;
	}
	#mision .background .gradient{
		top:-6%;
	}
	#mision .content{
		position: relative;
	}

	#team{
    	height: auto;
    }
	#team h2 {
    	font-size: 30px;
    	line-height: 40px;
    }
    #team p{
	    font-size: 25px;
		line-height: 30px;
    }

    #productDetails{
		height: auto;
		padding-bottom: 150px;
	}
	#productDetails .background .triangle{
		height: 150px;
		bottom: -1px;
	}
	#productDetails h1 {
	    font-size: 50px;
	    line-height: 50px;
	    margin: 60px 0px 45px;
	}
	#productDetails h1 small{
	    font-size: 50px;
	    line-height: 50px;
	}
	#productDetails #productDescription h3{
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 3px;
	}
	#productDetails #productDescription p{
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0px;
	}
	#productSelection{
		padding: 60px 0px;
	}
	#productSelection .product h4{
		font-size: 18px;
		line-height: 30px;
		margin: 5px 0px 5px;
	}

	#responsabilities .responsability {
		max-width: 300px;
	}
	#certifications .background{
		background-position: -300px center;
	}

	#modal .modalWindow{
		max-width: 90%;
	}
	.input {
		max-width: 755px;
		margin: 10px 1em;
    }

}
@media (min-width: 992px) and (max-width: 1199px) and (orientation:landscape) {

}
@media (min-width: 1200px) and (max-width: 1499px) {
	#ourhistory .background .circle {
    	width: 120vw;
    	height: 120vw;
    }
	#mision .background .gradient{
		top:-10%;
	}
	#responsabilities .responsability {
		max-width: 350px;
	}
	#certifications .background{
		background-position: -300px center;
	}
}
@media (min-width: 1500px) and (max-width: 1919px) {

}
@media (min-width: 1920px){
	.container-fluid{
		max-width: 1680px;
	}
}
