@font-face {
	font-family: 'Plaza-W04-Ultra';
	src: url('../fonts/Plaza-W04-Ultra.ttf') format('ttf'), url('../fonts/Plaza-W04-Ultra.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


body {
	margin: 0;
	padding-top: 70px;
}

a, a:hover{
	text-decoration: none !important;
}

.container{
	max-width: 1440px !important;
}

section{
	padding: 30px 0;
}

h1 {
	text-align: center;
	font-size: 40px;
	font-weight: normal !important;
}

h1 span{
	color: #73AA35;
}

h2.titleGreen {
	text-align: center;
	text-transform: uppercase;
	color: #73AA35;
	padding-bottom: 20px;
}

header {
	height: 70px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	z-index: 99;
	padding: 0 20px;
}

.headerDisplay {
	max-width: 1440px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
	height: 70px;
}


.divbbanner{
	position: relative;
}

.infoBannerP {
	position: absolute;
	top: 15%;
	left: 15%;
}

.infoBannerP img {
	width: 180px !important;
	margin-bottom: 25px;
}

.divbbanner p{
	font-family: 'Plaza-W04-Ultra';
    color: #46BD5B;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
}

.divbbanner p span{
	color:#99E149;
	display: block;
}

.infoDiv1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.info {
	width: 25%;
	margin: 0 50px;
}

.info img{
	width: 100%;
}

.info p span{
	color: #73AA35;
	font-weight: 500;
}

.info p {
	text-align: center;
	font-size: 15px;
}

.itemComm {
	text-align: center;
	padding: 0 20px;
}

.itemComm p{
	color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.divCommodities {
	background-image: url(/assets/img/commodities_desktop.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}

.imgComm img {
	width: 70px !important;
	margin: 0 auto;
}

.itemComm span {
	display: block;
	color: #fff;
	margin: 10px 0;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 17px;
}

.divForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formC {
	width: 38%;
}

.imgForm{
	width: 58%;
}

.imgForm img{
	width: 100%;
}

.formDisplay {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formDisplay .form-control{
	width: 48%;
    margin-bottom: 10px;
    font-size: 15px;
    height: 40px;
}

.formDisplay textarea.form-control{
	width: 100%;
	height: 100px;
}

.borderTop{
	border-top: 20px solid #C21D3B;
}

h2.titleBlack{
	color: #000;
	text-align: center;
}

.custom-control.custom-checkbox {
	width: 100%;
    text-align: center;
    margin: 11px 0;
    font-size: 14px;
}

.formDisplay .btn {
	width: 170px;
	background: linear-gradient(274deg, rgba(110,172,57,1) 0%, rgba(63,192,96,1) 100%);
	color: #fff;
	margin: 5px auto 0;
	border-radius: 50px;
	font-weight: 500;
}

.custom-control-label a{
	color: #000;
	font-weight: 500;
}

.custom-control-label a:hover {
	color: #73AA35;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(115 170 53 / 25%) !important;
	border: 1px solid #73aa35 !important;
}

.formC p {
	text-align: center;
	font-size: 15px;
	line-height: 17px;
}

.formC p span{
	font-weight: 500;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #73aa35 !important;
	background-color: #73aa35 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgb(115 170 53 / 25%) !important;
}

.logoxs {
	width: 220px;
	filter: brightness(0.8);
}

.logoxs:hover {
	width: 220px;
	filter: brightness(1);
}

.divFooter {
	background-color: #C21D3B;
	padding: 50px 0;
	text-align: center;
}

.divFooter p{
	color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}

.divFooter p a{
	color: #fff;
    margin: 0 5px;
	font-weight: 500;
	font-size: 14px;
}

.footerXs {
	background-color: #000;
	height: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.txtGreen{
	color: #73AA35;
}

.divbtext p span {
	font-weight: 500;
}



.divhtel {
	display: flex;
	align-items: center;
}

.divhtel img{
	margin-right: 10px;
}

.divhtel p{
	margin: 0;
    line-height: 15px;
    font-weight: 500;
    font-size: 14px;
}

.divhtel a{
	font-size: 14px;
    font-weight: 500;
	color: #000;
}

.divhtel a:hover{
	color: #73AA35;
}

.divhmenu a {
	background-color: #ededed;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	height: 35px;
	margin: 0 10px;
	display: inline-block;
	flex-wrap: wrap;
	padding: 7px 20px;
	border-radius: 20px;
}

.divhmenu a.bgDegradado{
	background: linear-gradient(274deg, rgba(110,172,57,1) 0%, rgba(63,192,96,1) 100%);
    color: #fff;
}

.divbbanner img{
	width: 100%;
}

.divBanner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(82deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 75%);
}

.divBanner .txtBanner{
	width: calc(100% - 375px);
} 

.divBanner .divImg img{
	width: 100%;
} 

.divBanner .divImg {
	width: 375px;
}

.txtBanner{
	text-align: center;
}

.txtBanner img {
	margin-bottom: 20px;
}

.txtBanner p {
	text-transform: uppercase;
	font-size: 43px;
	color: #000;
	font-weight:700;
	line-height: 45px;
	font-family: 'Plaza-W04-Ultra';
	text-align: center;
	letter-spacing: 1.5px;
}


.txtBanner p span {
	display: block;
	color: #c21d3b;
}

.txtComm {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.owl-dots {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	bottom: -45px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ffffff !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #73AA35 !important;
	border: 1px solid #fff !important;
}

.divhtel span {
	pointer-events: none;
}

.btnUp {
	border-radius: 50%;
	border: 2px solid #fff;
	height: 45px;
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	margin-right: 20px;
}

.btnUp img{
	width: 25px;
}

.divUpHome{
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}

.txtLegal p {
	font-size: 15px;
}

.txtLegal h4 {
	font-size: 20px;
	font-weight: 500;
}

.contentPanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 700;
	background-color: rgba(0, 0, 0, 0.5);
}
.closeFan {
	display: inline-block;
	position: absolute;
	top: 2%;
	right: 8%;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: #000;
	background-size: 10px;
	background-image: url(../img/ico-cerrar.svg);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.infotyp {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: transparent;
	border-radius: 10px;
	padding: 20px;
	transform: translate(-50%, -50%);
	width: 50%;
	margin: 0 auto;
	background:#fff;
}
	.infotyp h2, .infotyp h3{color:#000;text-align:center;}
	.infotyp p {
		color: #6c757d !important;
		text-align: center;
		font-size: 1.25rem;
	}

.btnCerrar {
	background: #97c354 !important;
	border: 0 !important;
	padding: 5px 0;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	width: 180px;
	height: 38px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	display: block;
}

	@media (max-width: 1200px) {
		/*formulario*/

		.divForm {
		align-items: center;
	}

	.itemComm {
		padding: 0 10px;
	}

	.infoBannerP {
		top: 12%;
		left: 5%;
	}

}


@media (max-width: 992px) {

	/*formularios*/

	.imgForm {
		width: 80%;
		margin-bottom: 25px;
	}

	.formC {
		width: 80%;
	}

	.divForm {
		justify-content: center;
	}

	.info p {
		line-height: 17px;
	}

	.divhmenu a {
		margin: 0 5px;
	}

	.divhmenu a:last-child{
		margin-right: 0;
	}

	.divhlogo iimg {
		width: 100px;
		padding: 5px;
	}

	.info {
		width: 40%;
		margin: 0 25px;
	}

	.txtBanner p {
		font-size: 35px;
	}

	.divBanner .txtBanner {
		width: calc(100% - 250px);
		padding: 25px;
	}

	.divBanner .divImg {
		width: 250px;
	}

	.infoBannerP {
		top: 7%;
	}

	

}

@media (max-width: 768px) {
	.infotyp{width:80%;}
	/*formularios*/
	.imgForm,
	.formC {
		width: 100%;
	}

	.info {
		width: 48%;
		margin-bottom: 20px;
	}

	/*header*/
	.divhmenu {
		width: 100%;
		text-align: center;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		border-top: 0.5px solid #BEBDBD;
	}

	.headerDisplay {
		position: relative;
		justify-content: flex-end;
	}

	.divhtel {
		height: 50px;
	}

	header {
		height: 100px;
	}

	.divhlogo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0%);
		top: -3px;
	}

	body {
		padding-top: 100px;
	}

	.divhlogo img {
		width: 100px;
		padding: 7px 0;
	}

	.infoDiv1 {
		justify-content: space-between;
	}

	.info {
		width: 46%;
		margin: 0 0 20px 0;
	}

	.divbtext p br{
		display: none;
	}

	.txtBanner p {
		line-height: 40px;
	}

	h1 {
		font-size: 30px !important;
	}

	h2.titleBlack {
		font-size: 30px;
	}

	header{
		padding: 0;
	}

	.TelDesktop p font{
		display: none;
	}

	.TelDesktop {
		position: absolute;
		width: 230px;
		right: 0;
		background-color: #fff;
		top: 51px;
		padding: 5px 15px;
		border-radius: 5px;
	}

	.divhtel span {
		pointer-events: unset;
		position: relative;
		cursor: pointer;
	}

	.divhtel a {
		display: block;
		text-align: right;
	}

	.divhmenu a {
		height: 30px;
		padding: 4px 20px;
	}

    .divhtel p {
        line-height: 18px;
        text-align: right;
    }
}

@media (max-width: 575px) {
	.infotyp {
		width: 90%;
	}


	/*formularios*/

	.imgForm{
		display: none;
	}

	.formDisplay .form-control {
		width: 100%;
	}

	.info {
		width: 100%;
	}

	.divBanner .divImg {
		width: 100%;
	}

	.divBanner .txtBanner {
		width: 100%;
	}

	.divBanner {
		background: #fff;
	}

	.txtBanner p span {
		font-size: 30px;
		line-height: 35px;
	}

	.txtBanner p {
		line-height: 25px;
		font-size: 20px;
	}

	.infoBannerP {
		top: 7%;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 100%;
	}

	.divbbanner p{
		text-align: center;
	}

	.infoBannerP img{
		display: none;
	}

    .TelDesktop {
        width: 100%;
    }
}