@font-face{
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:400;
	src:url(../fonts/fa-regular-400.ttf) format('truetype');
}
.margin-auto-0 {
	margin: auto 0;
}

.height-logo {
	height: 100%;
}
.product-promo--style-2 {
	margin-top: 0px !important;
}
.bold-text {
	font-weight: 800;
}
/*** Color text */
.blue-color-text {
	color: #0a82a3;
}
.white-color-text {
	color: white;
}
.green-color-text {
	color: #00c161 !important;
}
.justify-center {
	justify-content: center;
}
.green-color-bg {
	background-color: #00c161 !important;
	border: 2px solid #00c161;
}
.text-productos {
	color: #0a82a3 !important;
	font-weight: 800;
	font-size: 20px;
}

.text-27 {
	font-size: 27px;
}

.text-70 {
	font-size: 70px;
}

.text-center {
	text-align: center;
}

.container-text-article {
	text-align: center;
	background-color: #0a82a3 !important;
	padding: 5px !important;
}

.color-text-article {
	color: #00c161 !important;
	text-transform: uppercase;
	font-weight: 800;
}

.green-color-background {
	background-color: #00c161 !important;
}

.footer--style-3.green-color-background #footer__navigation a {
	color: white !important;
}

.width-100 {
	width: 100%;
}

.width-90-percentage {
	width: 90%;
}

.text-banner {
	color: #0a82a3;
	font-weight: 600;
	font-size: 14px;
}

.top-bar--style-2 .top-bar__navigation a:not(.custom-btn) {
	color: #0a82a3;
	font-weight: 700;
}

.custom-btn.custom-btn--style-1:focus,
.custom-btn.custom-btn--style-1:hover,
.custom-btn.custom-btn--style-2 {
	background-color: #0a82a3;
	color: white !important;
}

.margin-auto-30 {
	margin: auto -30px;
}

.padding-0 {
	padding: 0;
}

.product-promo--style-2 {
	max-width: inherit !important;
}

.text-big-green {
	font-weight: 800;
	font-size: 62px;
}

.align-center-text {
	text-align: center;
}

.feature--style-3 .__item .__title {
	font-weight: 800 !important;
	font-size: 17px !important;
}

.white-color-text-form::placeholder{
	color: white;
	opacity: 1;
}

.white-color-text-form::-moz-placeholder{
	color: white;
	opacity: 1;
}
.blue-bg-form {
	background-color: #0a82a3;
}

.custom-btn-green {
	border: none;
	background-color: #00c161;
	color: white;
	font-size: 20px;
	line-height: 50px;
}

.height-img-footer {
	height: 60px;
}

.custom-btn.custom-btn--style-1.btn-footer {
	border: 3px solid #00c161;
    color: #0a82a3;
    font-size: 14px;
}

.custom-btn.custom-btn--style-1.btn-footer :hover{
	border: none;
    color: white !important; 
}

form .textfield.white-color-text-form::-webkit-input-placeholder {
    color: white !important;
}

.contact-blue-form form .textfield{
	background-color:#0a82a3
}

.font-weight-400{
    font-weight: 400;
}

.font-size-38{
    font-size: 38px !important;
}

.margin-0-120{
    margin: 0 120px;
}

.size-text-mercado{
    font-size: 34px;
    font-weight: 600;
}

.text-align-end{
    text-align: end;
}

.custom-green{
    color: #00c161;
    border: 1px solid #00c161;
}

.text-tecnologia{
    font-size: 20px;
    font-weight: 200;
}

.text-title-tecnologia{
    font-size: 50px;
    padding-bottom: 30px;
}

.blue-bg-form {
	color: #0a82a3;
}

.form-center-cotiza{
    justify-content: center;
    text-align: center;
}

.btn-comprar-cotiza{
    min-height: fit-content;
    height: 45px;
    padding: 0;
}

.style-list{
	list-style: initial;
    margin: inherit;
}

.container-gray {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	display: none;
}

.container-modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1044;
	display: none;
	overflow: scroll;
}

.modal-form {
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	margin-top: 90px !important;
}

.container-title-modal {
	padding: 15px !important;
	color: white;
	background-color: #00c161;
	display: flex;
}

.flex-title {
	flex: 1;
}

.appoinment-box {
	padding: 30px;
}

.button-close-modal {
	font-family: "Font Awesome 5 Free" !important;
	background: transparent;
	color: white;
	border: none;
	font-size: 26px;
	cursor: pointer;
}

.form-group label {
	color: #222222;
	margin-bottom: 0;
}
.form-control {
	background: #eeeff4;
	border: none;
	height: 44px;
	line-height: 44px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
}
.form-control:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.fa-times-circle:before{content:"\f057"}

@media screen and (max-width: 992px) {
  .container-modal {
    height: calc(100vh - 40px);
    margin-top: 27px;
  }
}


/*************************************
        Accordion
**************************************/

.accordion .accordion-title {
	font-size: 20px;
    line-height: 40px;
}

.accordion .accordion-title a {
	text-transform: uppercase;
	font-weight: 800;
	background: #0a82a3;
	margin-top: 20px;
	border: 1px solid #0a82a3;
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 11px 60px;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion .accordion-title a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #0a82a3;
}

.accordion .accordion-title a.active {
	color: #fff;
	background-color: #0a82a3;
	cursor: default;
	border-color: #0a82a3;
	border-top: 0px;
}

.accordion .accordion-title a:after {
	content: "\f078";
	width: 20px;
	height: 20px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	left: 20px;
	font-family: 'font-awesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #626262;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion .accordion-title a.active:after, .accordion .accordion-title a.active:hover:after {
	content: "\f077";
	color: #fff;
}

.accordion .accordion-title a.active:hover {
	color: #ffffff;
}

.accordion .accordion-title a:hover:after {
	color: #0a82a3;
}

.accordion-content {
	padding: 25px;
	border: 1px solid #e3e3e3;
}

.margin-bot-30{
	margin-bottom: 30px;
}

.no-transform{
	text-transform: none;
}

.float-r{
	float: right;
}

.products-list .img-fluid{
	height: 600px;
}

.products-list.mercados .img-fluid{
	height: 100px;
}

.products-list.mercados a .__content{
	margin: auto 0 0 0;
}

.products-list.mercados a .image-align-item{
	text-align: center;
}

.list{
	width: 80%;
    margin: 0 auto;
}

.list .__image{
	text-align: center;
}

.top-bar__navigation .submenu{
	background-color: white;
}

.top-bar__navigation .submenu a{
	color :#0b81a4;
}

.top-bar__navigation .submenu a:hover{
	cursor: pointer;
}

.recipes .__item{
	height: 241px;
}

.gallery--style-3 .__image .__content {
	background-color: rgba(11, 129, 164, 0.7) !important;
}

#btn-to-top{
	background-color: #0a82a3 !important;
}

.img-390{
	max-height: 390px;
	width: 100%;
}

.cotiza{
	background-position: 0 !important;
}

.margin-20 {
	margin: 20px;
}
.custom-button-back {
	background-color: #00c161;
    width: fit-content;
    margin: 20px;
	border-radius: 35px;
	border: none;
}

.custom-button-back a{
	color: white;
	font-weight: 600;
	background-color: transparent;
    line-height: 44px;
    margin: 10px;
}

button.custom-button-back:hover{
	background-color: #0a82a3;
	cursor: pointer;
}
button.custom-button-back:focus{
	outline: none;
}
.top-bar__bg{
	display: none;
}
.top-bar.is-expanded .top-bar__inner{
	background-color: white;
}

.banner-cotiza{
	height: auto;
    position: relative;
    margin: 0 0 120px 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.btn-cotiza{
	position: absolute;
    top: 50%;
    right: 0;
}

.align-r{
	text-align: right;
}

.wi-100{
	width: 100%;
}

.position-r{
	background-position: right;
}

.position-l{
	background-position: left;
}

.title-descarga{
	margin: 50px 30px 40px;
}

.img-numeros{
	opacity: 1!important;
}

.container-img-numeros{
	margin: 0 auto;
}

.accordion .products-list .img-fluid{
	height:100%;
}

@media(max-width: 400px){
	.products-list .img-fluid{
		height: 200px;
	}
}

@media (max-width: 700px){
	.products-list .img-fluid{
		height: 400px;
	}
	.margin-auto-30{
		display: flex;
		margin: 0;
		width: 100%;
		justify-content: center;
	}
	.top-bar__logo img{
		height: 81px;
	}
	.text-70{
		font-size: 35px;
	}

	.recipes .__item{
		height: auto;
	}

	.section--no-pt{
		padding-top: 70px;
	}
	.margin-0-120{
		margin:0;
		text-align: center;
	}
	#hero .__title{
		font-size: 4rem;
	}
	.style-list{
		padding-left: 30px !important;
	}
	.top-bar__bg{
		display: block;
	}
	.img-390{
		max-width: -webkit-fill-available;
		height: auto;
	}
	
}
@media (min-width: 992px){
	.section.blue-bg-form{
		padding-top: 80px!important;
		padding-bottom: 80px!important;
	}
}

@media (max-width: 992px){
	.position-l{
		background-position-x: 14%;
	}
}

.multi-select-container {
	display: inline-block;
	position: relative;
	width: 100%;
  }
  
  .multi-select-menu {
	position: absolute;
	left: 0;
	top: 1em;
	float: left;
	min-width: 100%;
	background: #fff;
	margin: 1em 0;
	padding: 0.4em 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 1;
  }
  
  .multi-select-menu input {
	margin-right: 0.3em;
	vertical-align: 0.1em;
  }

  .multi-select-menuitems{
	display: grid;
  }
  
  .multi-select-button {
	width: 100%;
    height: 44px;
    border: none;
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 1.4rem;
	font-weight: 600;
	
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
  }
  
  .multi-select-button:focus{
	  outline: none;
  }
  .multi-select-button:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 0.4em 0 0.4em;
	border-color: #999 transparent transparent transparent;
	margin-left: 0.4em;
	vertical-align: 0.1em;
  }
  
  .multi-select-container--open .multi-select-menu { 
	  display: block; 
	  width: auto;
	  background-color: #00C162;
	  color: white;
	  border: none;
	}
  
  .multi-select-container--open .multi-select-button:after {
	border-width: 0 0.4em 0.4em 0.4em;
	border-color: transparent transparent #999 transparent;
  }

  .multi-select-menuitem{
	padding-left: 25px;
	text-align: left;
  }