/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

#check2, .cs{
  transform: scale(1.5);
}
.text-field2 label{
  font-weight:lighter;
}
#water{
  
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
  
}
.labels{
  margin:20px auto;
  padding:5px;
}

.family{
  border: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	break-before: always;
}
.floatBlock{
  margin: 0 1.81em 0 5px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input2 {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 15px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}
.logo_hidro{
margin-left: 60px;
}
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.2);
}

.navbar {
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.nav-link {
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-link:hover {
  border-bottom: 3px none #9ec256;
  color: #9ec256;
}

.nav-link:visited {
  color: #7299d0;
}

.nav-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #7299d0;
}

.nav-link.idioma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link._2 {
  display: none;
}

.nav-link._3 {
  display: none;
}

.nav-link._4 {
  display: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 50px;
  min-width: auto;
  margin-left: 20px;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 34px;
  background-color: #0669B2;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.29);
  font-family: Montserrat, sans-serif;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-principal {
  width: 100%;
  height: 620px;
  min-height: auto;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: url('../images/Banner-Landing-Ice-Osmosis2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.ozono {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(49%, transparent)), url('../images/eco111.jpeg');
  background-image: linear-gradient(90deg, #fff, transparent 49%), url('../images/eco111.jpeg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 125%;
}

.slide.genesis {
  background-image: url('../images/Banner-Landing-Ice.jpg');
}

.slide.aire {
  background-image: url('../images/bright-and-empty-business-offices-with-long-hall-PL5Y5WC.jpg');
}

.slide.ozonoguard {
  background-image: url('../images/interior-of-restaurant-zone-food-court-with-green--PPYHNCF.jpg');
}

.slide.ozonguard {
  background-image: url('../images/interior-of-restaurant-zone-food-court-with-green--PPYHNCF.jpg');
}

.mask {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.63)), to(hsla(0, 0%, 100%, 0.63)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.63), hsla(0, 0%, 100%, 0.63));
}

.div-block-3.nosotros {
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3.nosotros.bold-text-13 {
  background-image: none;
}

.div-block-3.b {
  background-image: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #4d6a94;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-4.white {
  color: #fff;
}

.div-block-4.nosotros {
  width: 100%;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #4d6a94;
  font-size: 58px;
  line-height: 120%;
  text-align: center;
  text-shadow: none;
}

.heading-2.white {
  color: #fff;
}

.heading-2.white.centered {
  color: #7299d0;
  text-align: center;
}

.heading-2.b {
  color: #7299d0;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 18px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  background-color: #9ec256;
  box-shadow: 0 3px 9px -3px rgba(0, 0, 0, 0.52);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.button-2._2 {
  border: 1px solid #9ec256;
  background-color: transparent;
  box-shadow: none;
}

.contenido-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1046px;
  padding-top: 140px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/asset-16.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-25 {
  margin-top: 0vw;
  margin-bottom: 1vw;
  color: #7299d0;
  font-size: 3vw;
  line-height: 130%;
  font-weight: 600;
  text-align: left;
}

.heading-25.f {
  text-align: center;
}

.heading-25.f._2 {
  margin-top: 0vw;
  margin-bottom: 0vw;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.heading-25.f._2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 32px;
}

.heading-25.f._2 {
  margin-top: 2vw;
  margin-bottom: 0vw;
  font-size: 2vw;
}

.heading-24 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27.nosotros {
  max-width: 1200px;
}

.div-block-27.nosotros._2 {
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-4 {
  margin-bottom: 20px;
  opacity: 0.48;
  color: #fff;
  font-size: 24px;
}

.bold-text-11 {
  color: #7299d0;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-small-5 {
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.col1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3._2-col-in-mobile {
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 1px none rgba(114, 153, 208, 0.2);
  text-align: center;
}

.col.lg-3._2-col-in-mobile._23 {
  border-right-style: none;
}

.col.lg-3._2-col-in-mobile {
  width: 19vw;
  border-right: 1px none rgba(114, 153, 208, 0.2);
  text-align: center;
}

.col.lg-3._2-col-in-mobile._23 {
  border-right-style: none;
}

.margin-bottom-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 352px;
  min-height: 380px;
  margin-top: 90px;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(41, 41, 41, 0.11);
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: 1200px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-26 {
  color: #7299d0;
  font-size: 1vw;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-26.b {
  margin-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #7299d0;
  font-size: 1.1vw;
  text-align: left;
}

.heading-26.b.f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.heading-26.b.f._2356 {
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-sub {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

.heading-sub.white {
  color: #fff;
  font-size: 52px;
}

.heading-sub.white._2 {
  text-align: left;
}

.heading-sub._3 {
  text-align: center;
}

.contenido-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: none;
  min-height: 400px;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 60px;
}

.div-block-31._2 {
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  padding-top: 0px;
  padding-right: 48px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-32._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 30px;
}

.div-block-32._5 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 18px;
  line-height: 29px;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  color: #666a65;
  font-size: 15px;
  line-height: 165%;
  font-weight: 300;
}

.text-span-3 {
  color: #2e312d;
  text-decoration: none;
}

.bold-text-12 {
  color: #2e312d;
  text-decoration: none;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 140px;
  margin-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 320px;
  min-height: auto;
  padding: 60px 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: white;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 220px;
  margin-right: 80px;
  margin-left: 10px;
  padding-right: 24px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0669B2;
  box-shadow: inset 0 -0.5em 0 rgb(164 197 234 / 75%);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.paragraph-2 {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0669B2;
  box-shadow: inset 0 -0.5em 0 rgb(164 197 234 / 75%);
  font-size: 14px;
  line-height: 165%;
  font-weight: 600;
}

.paragraph-2_non {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #0669B2;
  font-size: 14px;
  line-height: 165%;
  font-weight: 600;
}

.paragraph-2:hover {
  color: #011d31;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: auto;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-44 {
  width: 28px;
  height: 23px;
  margin-right: 15px;
}

.slide-nav {
  display: none;
  font-size: 14px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46._2 {
  margin-top: 40px;
  margin-bottom: 140px;
}

.div-block-46._3 {
  margin-top: 100px;
  margin-bottom: 40px;
}

.language-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
}

.language-link:hover {
  color: #9ec256;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.language-dropdown {
  z-index: 3;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  z-index: 5;
  min-width: 180px;
  padding: 8px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
}

.language-list._2 {
  left: 3px;
  top: 60px;
  min-width: auto;
}

.image {
  display: block;
  max-width: none;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 50px
}

.div-block-49 {
  width: 70%;
}

.div-block-49.nosotros {
  width: 100%;
}

.image-2 {
  margin-right: 10px;
  color: #9ec256;
}

.text-block-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.text-block-2._2 {
  color: #9ec256;
}

.div-block-50 {
  width: 80px;
  min-height: 5px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #9ec256;
  opacity: 1;
  font-size: 14px;
}

.bold-text-13 {
  font-weight: 500;
}

.image-4 {
  max-width: 100%;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

.sub-footer {
  width: 100%;
  height: 45px;
  background-color: #0669B2;
}

.heading-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 100%;
  font-weight: 300;
  text-align: center;
  
}

.link-2 {
  padding-left: 10px;
  color: #9ec256;
  text-decoration: none;
}

.paragraph-3 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}

.paragraph-3.b {
  color: #7299d0;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.64)), to(rgba(255, 255, 255, 0.64))), url('../images/Captura-de-Pantalla-2020-05-19-a-las-5.28.01-p.-m..png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url('../images/Captura-de-Pantalla-2020-05-19-a-las-5.28.01-p.-m..png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-51.osmosis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.64)), to(rgba(255, 255, 255, 0.64))), url('../images/Banner-Landing-Ice-Osmosis2.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url('../images/Banner-Landing-Ice-Osmosis2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-51.ozono {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.64)), to(rgba(255, 255, 255, 0.64))), url('../images/eco111.jpeg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), url('../images/eco111.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-51.nosotros {
  min-height: 350px;
  background-image: url('../images/wave-3.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-51._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.79)), to(rgba(255, 255, 255, 0.79))), url('../images/Captura-de-Pantalla-2020-05-19-a-las-5.28.01-p.-m..png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url('../images/Captura-de-Pantalla-2020-05-19-a-las-5.28.01-p.-m..png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-51.covid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/eco211.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/eco211.jpg');
}

.div-block-51.aire {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/eco311.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/eco311.jpg');
}

.div-block-51.genesis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/Banner-Landing-Ice.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/Banner-Landing-Ice.jpg');
}

.div-block-51.ozonguard {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.79)), to(rgba(255, 255, 255, 0.79))), url('../images/interior-of-restaurant-zone-food-court-with-green--PPYHNCF.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url('../images/interior-of-restaurant-zone-food-court-with-green--PPYHNCF.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-51.ozonpure {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.79)), to(rgba(255, 255, 255, 0.79))), url('../images/bright-and-empty-business-offices-with-long-hall-PL5Y5WC.jpg');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.79)), url('../images/bright-and-empty-business-offices-with-long-hall-PL5Y5WC.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: none;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-52.nosotros {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 100px;
  background-image: none;
  background-size: auto;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 622px;
  min-height: 622px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-53._2 {
  max-height: none;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-height: none;
  min-height: auto;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #666a65;
  font-size: 16px;
  line-height: 165%;
  font-weight: 300;
}

.paragraph-4.white {
  color: #fff;
}

.div-block-53-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 622px;
  min-height: 622px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/blob-shape-8.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-53-copy._2 {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/blob-shape-8.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#resultado, #resultados,#resultados2{
  width:100%;
  height:auto;
  
}

.result1{
  font-size: 1.3em;
  color: yellowgreen;
  font-weight: bolder;
  display:flex;
  border:2px solid yellowgreen;
  text-align: center;
  margin: 1em auto;
  width:30%;
  justify-content: center;
  padding: 1.1em;
}
.text-field {
  margin-top: 1vw;
  margin-bottom: 18px;
  padding: 6.5% 20px;
  border: 1px none #e4e4e4;
  border-radius: 1px;
  background-color: #f5f5f5;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 165%;
}
.text-field2{
  margin-top: 1vw;
  margin-bottom: 18px;
  padding: 1.5% 5px;
  border: 1px none #e4e4e4;
  border-radius: 1px;
  background-color: #f5f5f5;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 165%;
  font-weight: bold;

}
.text-field3{
margin-top: 1vw;
margin-bottom: 18px;
padding: 0.5% 5px;
font-family: 'PT Sans', sans-serif;
font-size: 16px;
line-height: 165%;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: #464646;
}

.text-field:-ms-input-placeholder {
  color: #464646;
}

.text-field::-ms-input-placeholder {
  color: #464646;
}

.text-field::placeholder {
  color: #464646;
}

.text-field.b {
  margin-top: 2vw;
  padding-top: 1vw;
  font-size: 16px;
  line-height: 165%;
}

.div-block-11 {
  width: 100%;
  height: 32vw;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/undraw_play_time_7k7b.svg');
  background-position: 55% 14%;
  background-size: 227%;
  background-repeat: no-repeat;
}

.div-block-11.a {
  background-image: url('../images/undraw_modern_life_u1ev.svg');
  background-size: cover;
}

.div-block-11.a.c {
  height: 24vw;
  margin-top: -1vw;
  margin-bottom: 0vw;
  background-position: 55% 13%;
}

.div-block-11.a.c.bold-text-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 25%;
  min-width: 40%;
  margin-top: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: none;
}

.text-span-4 {
  color: #7299d0;
}

.heading-18 {
  margin-top: 0vw;
  margin-bottom: 1vw;
  color: #7299d0;
  font-size: 1.4vw;
  line-height: 150%;
  font-weight: 600;
}

.heading-35 {
  color: #aad05f;
  font-size: 1vw;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-35.b {
  margin-top: 0px;
  color: #7299d0;
  font-size: 1.1vw;
}

.short-paragraph-3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #666a65;
  font-size: 1.1vw;
  line-height: 165%;
  font-weight: 300;
}

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 87%;
  margin: 5vw auto;
  padding: 3vw 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: #fff;
  background-image: linear-gradient(106deg, transparent 20%, #fff 63%), url('../images/undraw_art_0tat.svg');
  background-position: 0px 0px, -19% -25%;
  background-size: auto, 87%;
  background-repeat: repeat, no-repeat;
  box-shadow: 32px 32px 60px -3px rgba(32, 32, 35, 0.25);
}

.wrapper-2.a {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vw;
  margin-bottom: 100px;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.wrapper-2.a._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper-2.b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  line-height: 28px;
}

.wrapper-2.b {
  height: 31vw;
  margin-top: 0vw;
  margin-bottom: 7vw;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  line-height: 28px;
}

.heading-19 {
  color: #aad05f;
  font-size: 1vw;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-19.b {
  margin-top: 0px;
  color: #7299d0;
  font-size: 1.1vw;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 18px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #0669B2;
  box-shadow: 5px 5px 14px 0 rgba(170, 208, 95, 0.25);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.button-5:hover {
  color: #fff;
}

.margin-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 32px 32px 45px -8px hsla(0, 0%, 65.3%, 0.35);
}

.margin-bottom-2.b {
  height: 100%;
  min-width: 60%;
  margin-top: 0vw;
  margin-bottom: 0px;
  padding-right: 0vw;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  box-shadow: none;
}

.margin-bottom-2.b._89653 {
  position: relative;
  padding-right: 40px;
}

.margin-bottom-2.b._2 {
  padding-right: 60px;
}

.section-5 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/wave-3.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.section-5.b {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  background-image: url('../images/wave-7.svg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
}

.heading-36 {
  margin-top: 0vw;
  margin-bottom: 1vw;
  color: #7299d0;
  font-size: 1.4vw;
  line-height: 150%;
  font-weight: 600;
}

.parrafo-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #666a65;
  font-size: 16px;
  line-height: 165%;
  font-weight: 500;
  text-align: center;
}

.parrafo-a._2 {
  margin-top: 30px;
  color: #4d6a94;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding: 18px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 34px;
  background-color: #9ec256;
  box-shadow: 0 3px 9px -3px rgba(0, 0, 0, 0.52);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.div-block-57 {
  width: 80px;
  min-height: 5px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
  font-size: 14px;
}

.div-block-57.contacto {
  width: 50px;
  margin-top: 40px;
}

.flag-esp {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 100px;
  background-image: url('../images/Simplified_Flag_of_Spain_civil_variant.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block-3 {
  color: #7299d0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
}

.text-block-3._2 {
  font-size: 16px;
  font-weight: 500;
}

.heading-sub-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-bottom: 0px;
  padding-top: 115px;
  padding-bottom: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 153, 208, 0.84)), to(rgba(114, 153, 208, 0.84))), url('../images/Osmosis.jpg');
  background-image: linear-gradient(180deg, rgba(114, 153, 208, 0.84), rgba(114, 153, 208, 0.84)), url('../images/Osmosis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-58.faqs {
  background-image: url('../images/wave-7.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  min-height: 200px;
}

.div-block-60 {
  width: 50%;
  height: 100%;
  min-height: 200px;
}

.div-block-60.contacto {
  padding-top: 60px;
  padding-right: 60px;
}

.form {
  margin-top: 12%;
  padding-top: 0px;
}

.checkbox {
  font-size: 18px;
}

.div-block {
  display: block;
  height: 1px;
  max-height: 1px;
  margin-top: 0vw;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  color: #9ec256;
  font-weight: 700;
}

.checkbox-label {
  margin-left: 0px;
  padding-left: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #292929;
  font-size: 12px;
  line-height: 165%;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0px;
  text-transform: none;
}

.container-3 {
  position: relative;
  z-index: 2;
  min-height: auto;
  margin-top: 0px;
  padding: 60px;
  border-radius: 40px;
  background-color: #fff;
  background-image: none;
  box-shadow: 14px 14px 55px 6px rgba(32, 32, 35, 0.25);
}

.container-3:hover {
  background-color: #fff;
}

.bold-text-3 {
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 3vw;
  font-weight: 600;
}

.heading-39 {
  max-width: 450px;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 16px;
  line-height: 165%;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}


.checkbox-field {
  margin-top: 2vw;
}
.checkbox-field2{
  margin-top:1vw;
}
.bold-text-17 {
  font-weight: 300;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.accordion-item:active {
  color: #7299d0;
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #7299d0;
  font-size: 18px;
  line-height: 165%;
  font-weight: 400;
  cursor: pointer;
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.image-26 {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.bold-text-18 {
  width: auto;
  font-size: 18px;
  line-height: 165%;
  font-weight: 400;
}

.bold-text-19 {
  font-size: 18px;
  line-height: 165%;
  font-weight: 400;
}

.bold-text-20 {
  line-height: 165%;
  font-weight: 400;
}

.paragraph-6 {
  color: #666a65;
}

.icon-7 {
  color: #4d6a94;
  font-size: 36px;
}

.icon-8 {
  color: #4d6a94;
  font-size: 36px;
}

.link-block-3 {
  margin-top: 0px;
  margin-bottom: 7.5px;
  text-decoration: none;
}

.link-block-3:hover {
  color: #9ec256;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.burger-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.b3-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b3-bar1 {
  width: 30px;
  height: 3px;
  background-color: #858eca;
}

.b3-middlebar-base {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858eca;
}

.b3-middlebar-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30px;
  height: 3px;
}

.b3-middlebar {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #858eca;
}

.b3-bar3 {
  width: 30px;
  height: 3px;
  background-color: #858eca;
}

.icon-10 {
  position: static;
  margin-right: 0px;
  margin-left: 5px;
}

.div-block-63 {
  display: none;
}

.image-28 {
  border-radius: 20px;
}

.div-block-64 {
  display: none;
  width: 100%;
  min-height: 200px;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.background-video-2 {
  z-index: 2;
  width: 600px;
  height: 600px;
}

.div-block-66 {
  width: 180px;
}

.image-30 {
  margin-left: -10px;
}

.image-20 {
  max-width: 70%;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-13._8 {
  width: auto;
  height: auto;
  min-height: 250px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 14px 35px -11px hsla(0, 0%, 48.7%, 0.35);
}

.heading-40 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #7299d0;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  text-transform: none;
}

.grid-8 {
  margin-top: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: 540px;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-68._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.statistic-circle-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-capped {
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.arrow-image-mobile-02 {
  display: none;
}

.arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-image-mobile {
  display: none;
}

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 5px 9px -6px rgba(0, 0, 0, 0.22), 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 52px;
  line-height: 52px;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #7299d0;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
}

.paragraph-7 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.icon-11 {
  position: relative;
  margin-right: 0px;
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
}

.flag-cat {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  border-radius: 100px;
  background-image: url('../images/Simplified_Flag_of_Spain_civil_variant.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flag-cat._2 {
  background-image: url('../images/cat.png');
}

.text-block-5 {
  font-size: 14px;
  line-height: 100%;
}

.div-block-71 {
  display: none;
}

.grey-rule {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e9e9e9;
}

.post-wrapper {
  margin-bottom: 30px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #fff;
}

.read-more-link {
  display: inline;
  margin-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #9ec256;
  font-size: 14px;
  line-height: 22%;
  font-weight: 700;
  text-decoration: none;
}

.read-more-link:hover {
  color: #333;
}

.details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 100%;
}

.blog-title-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-title-link:hover {
  opacity: 0.8;
}

.post-content {
  padding: 20px;
  border: 0px solid #000;
  border-radius: 10px;
  box-shadow: 0 5px 14px -10px rgba(71, 71, 71, 0.45);
  font-family: Montserrat, sans-serif;
}

.post-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 10px;
  color: #757575;
  font-size: 12px;
  line-height: 165%;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: rgba(77, 106, 148, 0.7);
  font-size: 11px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-image {
  display: block;
  height: 180px;
  margin-right: 20px;
  border-radius: 3px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.blog-image:hover {
  opacity: 0.8;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4d6a94;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
}

.collection-list-wrapper {
  width: 900px;
  margin-top: 60px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  font-family: Montserrat, sans-serif;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boton-paginacion {
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: none;
  border-color: #fff;
  border-radius: 5px;
  background-color: #98ba53;
  box-shadow: 0 4px 12px -7px rgba(43, 43, 43, 0.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.boton-paginacion:hover {
  background-color: #aed65f;
}

.text-block-7 {
  color: #fff;
}

.icon-12 {
  color: #fff;
}

.post-wrapper-2 {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 20px -9px rgba(49, 49, 49, 0.21);
}

.blog-page-image {
  height: 350px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.details-wrapper-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.post-content-2 {
  padding: 40px;
}

.body-copy {
  color: #4b4b4b;
  font-weight: 400;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4d6a94;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
}

.div-block-91 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  font-family: Montserrat, sans-serif;
}

.div-block-99 {
  padding: 11px 14px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666a65;
  font-size: 11px;
}

.div-block-99._2 {
  width: 140px;
  color: #4d6a94;
  font-weight: 600;
  text-align: center;
}

.image-13 {
  max-width: 36%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  min-height: 100px;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-101 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-32 {
  max-width: 100%;
}

.image-32._2 {
  width: auto;
  max-width: 100%;
}

.image-33 {
  max-width: 100%;
  padding: 0px;
}

.div-block-102 {
  width: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 14px 35px -11px hsla(0, 0%, 48.6%, 0.35);
}

.image-34 {
  max-width: 25%;
  margin-bottom: 20px;
}

.resumen-noticia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 69px;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 165%;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.link-bloque-portada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 7px 20px -2px rgba(43, 43, 43, 0.14);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-bloque-portada:hover {
  box-shadow: 0 7px 20px -2px rgba(43, 43, 43, 0.14);
  -webkit-transform: scale(1.05) translate(0px, -3px);
  -ms-transform: scale(1.05) translate(0px, -3px);
  transform: scale(1.05) translate(0px, -3px);
}

.bloque-periodico-tarjeta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16vw;
  height: 100%;
  padding: 20px 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}

.boton-contenido-noticia {
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #9ec257;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #9ec257;
  font-size: 13px;
}

.boton-contenido-noticia:hover {
  border-color: #f7f7f7;
  background-color: #9ec257;
  color: #fff;
}

.bloque-contenido-prensa-mobile {
  display: -ms-grid;
  display: grid;
  width: 1200px;
  min-height: 50px;
  margin-top: 40px;
  margin-left: -1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.8vw;
  grid-row-gap: 40px;
  -ms-grid-columns: minmax(16vw, 16vw) minmax(16vw, 16vw) minmax(16vw, 16vw) minmax(16vw, 16vw);
  grid-template-columns: minmax(16vw, 16vw) minmax(16vw, 16vw) minmax(16vw, 16vw) minmax(16vw, 16vw);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.imagen-portada-periodico {
  width: 100%;
  border-radius: 5px;
}

.logo-noticia {
  width: 10vw;
  max-width: none;
  margin-bottom: 30px;
  opacity: 0.8;
}

.logo-noticia:hover {
  opacity: 1;
}

.logo-noticia._2 {
  width: 5vw;
}

.bloque-contenido-noticia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 146px;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titulo-secundario {
  font-family: Montserrat, sans-serif;
  color: #378dcd;
  font-size: 48px;
  line-height: 57.6px;
  font-weight: 600;
}

.div-block-103 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-35 {
  width: 550px;
}

.dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #e7e7e7;
  border-bottom: 4px solid transparent;
  background-color: #f8f8f8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #eee;
}

.dropdown-item.w--current {
  border-bottom-color: #9ec256;
  cursor: default;
}

.dropdown-list {
  left: 0%;
  top: 100px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: none;
  overflow: hidden;
  height: 400px;
  margin-top: 0px;
  background-color: #f8f9fc;
}

.infotext {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(102, 106, 101, 0.48);
  text-transform: none;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-right: 24px;
  padding-bottom: 48px;
  padding-left: 24px;
}

.nav-point-wrapper {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 18px;
  padding-left: 18px;
}

.nav-point-wrapper.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7299d0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding: 0px 18px 0px 0px;
  color: #7299d0;
  font-weight: 500;
}

.dropdown-toggle:hover {
  color: #9ec256;
}

.dropdown-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.dropdown-icon {
  width: 100px;
  height: auto;
}

.dropdown-icon._2 {
  width: 144px;
}

.dropdown-icon._3 {
  width: 85px;
}

.dropdown-icon._4 {
  width: 180px;
}

.dropdown-item-wrapper-2 {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 1px solid #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}

.icon-13 {
  margin-right: 0px;
  margin-left: 0px;
}

.grey-rule-2 {
  width: 90px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #c7c7c7;
}

.text-block-8 {
  overflow: visible;
}

.text-block-9 {
  color: #9ec256;
  font-weight: 700;
}

.success-message {
  background-color: #fff;
}

.image-36 {
  width: 90%;
  margin-top: 40px;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav-2 {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

.testimonial-content-block {
  position: relative;
  max-width: 590px;
}

.arrow {
  width: 28px;
}

.testimonial-image {
  width: 75%;
  border-radius: 100%;
}

.left-arrow-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40%;
  bottom: 0%;
  display: none;
}

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-name {
  margin-top: 0px;
  color: #546681;
  font-size: 17px;
  font-weight: 400;
}

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px 0px 45px 45px;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  position: absolute;
  left: -15px;
  top: -25px;
  min-width: 70px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.horizontal-logo {
  margin-bottom: 25px;
}

.slide-horizontal {
  border-radius: 0px;
}

.author-name-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #4d6a94;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 40px;
  box-shadow: 0 10px 20px 0 rgba(41, 41, 41, 0.11);
}

.play-button {
  position: absolute;
}

.horizontal-angle {
  position: absolute;
  left: auto;
  top: 0%;
  right: -2%;
  bottom: 0%;
  z-index: 99;
  height: 101%;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
  -o-object-fit: cover;
  object-fit: cover;
}

.right-arrow-3 {
  top: 17px;
  right: -17px;
  display: none;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-color: #9ec256;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.right-arrow-3:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-quote-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #666a65;
  font-size: 14px;
  line-height: 165%;
  font-weight: 400;
}

.slider-horizontal {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.testimonial-image-2 {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow-3 {
  left: -17px;
  top: 17px;
  display: none;
  width: 45px;
  height: 45px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #9ec256;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
}

.left-arrow-3:hover {
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.play-icon {
  width: 60px;
}

.container-4 {
  width: 100%;
  max-width: 1100px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.slide-nav-3 {
  top: 575.901px;
  display: none;
  max-width: 150px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.horizontal-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 20px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mask-horizontal {
  overflow: visible;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.author-job {
  color: #666a65;
}

.testimonial-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.author-image {
  width: 50px;
  margin-right: 14px;
  border-radius: 100px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.14);
}

.div-block-105 {
  font-family: Montserrat, sans-serif;
}

.div-block-106 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-37 {
  width: 30px;
}

.text-span-5 {
  font-style: italic;
  font-weight: 400;
}

.text-span-6 {
  font-style: italic;
}

.image-4-copy {
  max-width: 130%;
  margin-top: -3px;
  margin-left: -2px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-filter: brightness(200%) grayscale(100%);
  filter: brightness(200%) grayscale(100%);
}

@media screen and (max-width: 991px) {
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .margin-bottom-3 {
    margin-bottom: 40px;
  }

  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .margin-bottom-2 {
    margin-bottom: 40px;
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-image-mobile-02 {
    position: relative;
    left: -55px;
    display: block;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .arrow-image-mobile {
    position: relative;
    left: 55px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .post-wrapper {
    margin-bottom: 20px;
  }

  .blog-image {
    height: 140px;
  }

  .post-wrapper-2 {
    margin-bottom: 20px;
  }

  .blog-page-image {
    height: 240px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .testimonial-image-2 {
    position: relative;
  }

  .container-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-content-block {
    padding-right: 40px;
    padding-left: 25px;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0px;
  }

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

  .grey-rule {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .post-wrapper {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .post-content {
    padding: 20px;
  }

  .blog-image {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .post-wrapper-2 {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .blog-page-image {
    height: 220px;
  }

  .post-content-2 {
    padding: 20px;
  }

  .article-title {
    font-size: 27px;
    line-height: 36px;
  }

  .grey-rule-2 {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .testimonial-card {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: auto;
  }
  .img_res{
    margin-left: 40px;
  }

  .navbar {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link {
    width: 100%;
    min-height: 6vh;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 100%;
    text-decoration: none;
  }

  .nav-link:hover {
    background-color: #f3f3f3;
  }

  .nav-link.w--current:hover {
    background-color: #ececec;
  }

  .nav-link.idioma {
    display: none;
  }

  .nav-link.idioma.w--open {
    display: none;
  }

  .nav-link._2 {
    display: none;
  }

  .nav-link._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 6vh;
  }

  .nav-link._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 0px;
  }

  .button {
    display: none;
    width: 50px;
    height: 50px;
    min-height: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    top: auto;
    border-top: 1px solid rgba(102, 106, 101, 0.1);
    background-color: #fff;
  }

  .slider-principal {
    height: 500px;
  }

  .slide {
    background-position: 61% 50%;
  }

  .div-block-3 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3.nosotros.bold-text-13 {
    padding-right: 0px;
  }

  .heading {
    font-size: 14px;
  }

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

  .div-block-4 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 150%;
    text-align: center;
  }

  .button-2 {
    width: 100%;
  }

  .contenido-1 {
    padding-top: 0px;
    padding-bottom: 40px;
    background-image: url('../images/asset-16.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-25 {
    font-size: 7vw;
  }

  .heading-25.f._2 {
    margin-top: 0vw;
    margin-bottom: 40px;
    font-size: 7vw;
  }

  .heading-25.f._2 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
  }

  .heading-25.f._2 {
    margin-top: 0vw;
    margin-bottom: 40px;
    font-size: 7vw;
  }

  .heading-24 {
    font-size: 2vw;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .div-block-27.nosotros {
    max-width: none;
    margin-top: 0px;
  }

  .bold-text-11 {
    font-size: 6vw;
    font-weight: 600;
  }

  .paragraph-small-5 {
    font-size: 4vw;
    font-weight: 500;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .col.lg-3._2-col-in-mobile {
    width: 100%;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .margin-bottom-3 {
    width: 85%;
    height: 300px;
    margin-top: 40px;
    padding: 20px;
  }

  .div-block-17 {
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-26.b {
    font-size: 5vw;
  }

  .heading-26.b.f {
    margin-top: 20.6vw;
    font-size: 3vw;
  }

  .heading-26.b.f._2356 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }

  .heading-26.b.f._2356 {
    margin-top: 0vw;
  }

  .heading-sub {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 165%;
    text-align: center;
  }

  .heading-sub.white {
    font-size: 32px;
  }

  .heading-sub.white._2._3 {
    text-align: center;
  }

  .div-block-29 {
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    padding-top: 60px;
  }

  .div-block-31 {
    width: auto;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-32._2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-span-2 {
    font-size: 14px;
    line-height: 165%;
  }

  .div-block-33 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    max-height: none;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin: 10px 20px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-31 {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 165%;
  }

  .paragraph-2 {
    margin-bottom: 0px;
    font-size: 11px;
    text-align: center;
  }

  .paragraph-2:hover {
    color: #fff;
  }

  .div-block-42 {
    display: none;
    width: auto;
    height: auto;
  }

  .div-block-43 {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-44 {
    margin-right: 0px;
  }

  .div-block-46 {
    width: 90%;
    max-width: none;
    margin-top: 20px;
  }

  .div-block-46._2 {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .div-block-46._3 {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .language-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .language-dropdown {
    display: none;
    width: 100%;
  }

  .language-list.w--open {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    margin-right: 0px;
  }

  .text-block {
    display: none;
  }

  .div-block-48 {
    height: auto;
  }

  .div-block-49 {
    width: 100%;
  }

  .bold-text-13 {
    font-size: 14px;
    line-height: 165%;
  }

  .sub-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }

  .heading-32 {
    padding-top: 10px;
    width: 80%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    line-height: 165%;
  }

  .paragraph-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .div-block-51.osmosis {
    min-height: 350px;
  }

  .div-block-51.ozono {
    min-height: 500px;
  }

  .div-block-51.nosotros.b {
    min-height: 250px;
  }

  .div-block-51.ozonguard {
    min-height: 450px;
  }

  .div-block-51.ozonpure {
    min-height: 450px;
  }

  .div-block-52.nosotros {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-53 {
    width: 100%;
    max-height: none;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-54 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-4 {
    font-size: 14px;
    text-align: center;
    padding: 20px;
  }

  .div-block-53-copy {
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 40px;
    background-size: cover;
  }

  .div-block-55 {
    margin-top: 0px;
  }

  .text-field {
    font-size: 14px;
  }

  .text-field.b {
    margin-top: 7vw;
    font-size: 14px;
  }

  .div-block-11.a.c.bold-text-3 {
    display: none;
  }

  .heading-18 {
    font-size: 18px;
    text-align: center;
  }

  .heading-35.b {
    font-size: 3vw;
  }

  .short-paragraph-3 {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .wrapper-2.a {
    height: auto;
    margin-top: auto;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .wrapper-2.b {
    display: block;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }

  .heading-19 {
    margin-top: 0vw;
    font-size: 4vw;
    font-weight: 600;
  }

  .heading-19.b {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .button-5 {
    height: 55px;
    font-size: 14px;
  }

  .margin-bottom-2.b {
    margin-top: auto;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .margin-bottom-2.b._89653 {
    margin-top: auto;
  }

  .section-5.b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: auto;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
  }

  .heading-36 {
    color: #7299d0;
    font-size: 5vw;
  }

  .parrafo-a {
    width: auto;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 300;
  }

  .button-6 {
    width: 100%;
  }

  .div-block-57.contacto {
    margin-top: 10px;
  }

  .heading-sub-1 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 165%;
    text-align: center;
  }

  .div-block-58 {
    padding-top: 60px;
  }

  .div-block-58.faqs {
    padding-bottom: 60px;
  }

  .div-block-59 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-60 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-60.contacto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .checkbox-label {
    font-size: 10px;
  }

  .container-3 {
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 40px 20px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 14px 14px 55px 6px rgba(32, 32, 35, 0.25);
  }

  .bold-text-3 {
    font-size: 8vw;
    line-height: 120%;
    font-weight: 800;
    text-align: center;
  }

  .heading-39 {
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
  }

  .checkbox-field {
    margin-top: 7vw;
  }

  .accordion-item,.accordion-item2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .content-wrapper.slim {
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordion-item-trigger,.accordion-item-trigger2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-heading {
    font-size: 14px;
  }

  .image-26 {
    width: 20px;
    height: 20px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .div-block-62 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-27 {
    display: none;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand.w--current {
    width: 200px;
    padding-left: 0px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .burger-3 {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
    box-shadow: none;
  }

  .b3-bar1 {
    background-color: #7299d0;
  }

  .b3-bar3 {
    background-color: #7299d0;
  }

  .icon-10 {
    position: static;
    margin: 0px 0px 0px 5px;
  }

  .div-block-63 {
    display: none;
    width: 100%;
    height: 1px;
    max-height: 1px;
    background-color: #ebebeb;
  }

  .div-block-64 {
    margin-top: 0px;
  }

  .background-video-2 {
    width: 300px;
    height: 300px;
  }

  .image-30 {
    margin-left: 0px;
  }

  .div-block-13 {
    width: 100%;
    padding-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-13._8 {
    width: 90%;
    padding: 40px 20px 60px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-40 {
    margin-top: 5vw;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }

  .grid-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .div-block-68 {
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-11 {
    display: none;
  }

  .flag-cat {
    background-image: url('../images/cat.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-6 {
    margin-top: 2px;
  }

  .div-block-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-71 {
    width: 1px;
    height: 100%;
    max-width: 1px;
    background-color: #ebebeb;
  }

  .read-more-link {
    font-size: 13px;
    line-height: 100%;
  }

  .details-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .post-summary {
    font-size: 11px;
  }

  .blog-image {
    height: 190px;
  }

  .blog-title {
    font-size: 20px;
    line-height: 165%;
  }

  .collection-list-wrapper {
    width: auto;
    margin-top: 40px;
  }

  .div-block-73 {
    padding: 40px 20px 60px;
  }

  .column {
    height: auto;
  }

  .pagination {
    margin-top: 20px;
  }

  .blog-page-image {
    height: 210px;
  }

  .post-content-2 {
    padding-bottom: 40px;
  }

  .body-copy {
    font-size: 14px;
    line-height: 165%;
  }

  .div-block-74 {
    width: auto;
  }

  .article-title {
    font-size: 24px;
    line-height: 165%;
  }

  .div-block-99 {
    font-size: 9px;
  }

  .image-13 {
    max-width: 100%;
    margin-top: 40px;
  }

  .div-block-100 {
    width: auto;
    margin-top: -40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-101 {
    margin-top: 40px;
  }

  .image-33 {
    max-width: 100%;
  }

  .div-block-102 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 10px;
  }

  .resumen-noticia {
    height: auto;
    font-size: 16px;
  }

  .link-bloque-portada {
    width: auto;
  }

  .bloque-periodico-tarjeta {
    display: none;
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .boton-contenido-noticia {
    margin-top: 30px;
  }

  .bloque-contenido-prensa-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .logo-noticia {
    width: auto;
    margin-bottom: 40px;
  }

  .logo-noticia._2 {
    width: 25%;
    margin-bottom: 0px;
  }

  .bloque-contenido-noticia {
    height: auto;
  }

  .titulo-secundario {
    display: none;
  }

  .div-block-103 {
    display: none;
  }

  .loader {
    display: none;
  }

  .image-35 {
    width: 80%;
    max-width: 80%;
  }

  .div-block-104 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-list {
    display: none;
    overflow: hidden;
  }

  .nav-point-wrapper.dropdown {
    display: none;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .testimonial-card {
    border-radius: 0px 0px 20px 20px;
  }

  .right-arrow-3 {
    left: auto;
    top: auto;
    right: 20%;
    bottom: -3%;
  }

  .author-block {
    margin-top: 15px;
  }

  .horizontal-quote-h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
  }

  .testimonial-image-2 {
    width: 100%;
    max-width: none;
  }

  .left-arrow-3 {
    left: 20%;
    top: auto;
    right: auto;
    bottom: -3%;
  }

  .container-4 {
    overflow: visible;
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .horizontal-content-block {
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .testimonial-image-wrap {
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .div-block-105 {
    font-size: 13px;
    text-align: center;
  }

  .image-37 {
    width: 25px;
  }
}

#w-node-60b69a993e36-8acfd4f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-60b69a993e37-8acfd4f8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-60b69a993e38-8acfd4f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f3d99ac67dcf-3afbd293 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f3d99ac67dcf-b43e9dc8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f3d99ac67dcf-92811010 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dc68901158cb-894ea2a1 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

/*SOLUCIONES*/
.accordion-item2{
  padding:10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.accordion-item-trigger2{
  display: flex;
  justify-content: space-between;
}

.sol{
  width:25%;
  flex-grow: 2;
  text-align: center;
}
.imgsol{
  width:27%;
  margin: 4em auto;
}

#genesi h3,#genesi1 h3,#genesi2 h3{
  margin:1em auto;
  color: #7299d0;
}

#genesi h5,#genesi1 h5, #genesi2 h5{
  margin:0.8em auto;
}
#genesi p, #genesi1 p, #genesi2 p{
    margin: 1em auto;
    font-size: 1.8em;
    border: 1px solid #9ec256;
    width: 40%;
    padding: 0.9em;
}

#genesi a,#genesi1 a,#genesi2 a{
text-decoration: none;
color:#9ec256;
}
#genesi a:hover, a:visited,#genesi1 a:hover, a:visited,#genesi2 a:hover, a:visited{
  color: #7299d0;
}

@media (max-width:760px){
  .accordion-item-trigger2{
    display:flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .sol{
    flex:100%;
    text-align: center;
  }
  #genesi p,#genesi1 p,#genesi2 p{
    width: 80%;
  }

}
/*Calculadora génesis*/
.div-block-58-4{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 115px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(6, 105, 178)), to(rgb(6, 105, 178)));
  background-image: linear-gradient(180deg, rgb(6, 105, 178), rgb(6, 105, 178));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}