:root {
  --white: white;
  --golden: #fcb500;
  --dark-green: #2d6648;
  --white-soft: #edf5f2;
  --idr-dark-green: #2d6648;
  --ird-blue: #00a4e1;
  --blue-2: #1c3661;
  --ird-marron: #8a6b15;
  --color-2: #ffcc17;
  --dark-grey: #3e3e3e;
  --ird-crema: #f8f3e6;
  --card-background: #f8f3e6;
  --complementario-blue: #1c3661;
  --idr-red: #ff3d33;
  --ird-light-green: #60b31e;
  --color-3: #1c3661;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ageopersonaluse, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ageopersonaluse, sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ageopersonaluse, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ageopersonaluse, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.27em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ageopersonaluse, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.27em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ageopersonaluse, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.27em;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--white);
  font-family: Poppins, sans-serif;
  text-decoration: underline;
}

strong {
  font-weight: 500;
}

.volver-atras-img {
  height: 24px;
}

.seccion-guia-estilos {
  padding-bottom: 78px;
}

.gotham-normal {
  font-family: Gotham;
  font-weight: 400;
}

.boton1 {
  background-color: var(--golden);
  text-align: center;
  border-radius: 8px;
  align-self: center;
  margin-top: 24px;
  padding: 8px 16px;
  transition: padding .2s;
  display: inline-block;
  position: relative;
}

.boton1:hover {
  padding-right: 52px;
}

.boton1.navbar-cta {
  background-color: var(--dark-green);
  margin-top: 0;
  margin-left: 24px;
  font-weight: 700;
}

.boton1.color-green {
  background-color: var(--dark-green);
  align-self: center;
  margin-bottom: 10px;
}

.boton1.color-green:hover {
  background-color: var(--golden);
}

.caja-de-estilos-tipografia {
  margin: 30px 60px;
}

.caja-de-estilos-botones {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #afc1d1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 60px;
  padding: 18px;
  display: flex;
}

.caja-de-estilos {
  flex-wrap: wrap;
  margin: 30px 60px;
}

.bloque-color {
  background-color: var(--white);
  color: #fefefe;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

.bloque-color.green {
  background-color: var(--dark-green);
}

.bloque-color.golden {
  background-color: var(--golden);
}

.bloque-color.white-solf {
  background-color: var(--white-soft);
}

.volver-atras {
  grid-column-gap: 6px;
  background-color: var(--golden);
  color: #fefefe;
  border-radius: 20px;
  align-self: flex-start;
  padding: 4px 10px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.volver-atras:hover {
  background-color: rgba(252, 181, 0, .75);
}

.gotham-black {
  font-family: Gotham;
  font-weight: 900;
}

.button {
  background-color: var(--idr-dark-green);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
  padding: 8px 15px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--idr-dark-green);
  opacity: .75;
}

.button.blue {
  background-color: var(--ird-blue);
  color: var(--white);
  font-weight: 500;
}

.button.blue.rounded {
  border-radius: 16px;
  height: auto;
  margin-top: 24px;
}

.button.dark-blue {
  background-color: var(--blue-2);
  color: var(--white);
  border-radius: 1rem;
  width: 100%;
  margin-top: 1rem;
}

.button.green {
  background-color: var(--idr-dark-green);
  color: var(--white);
  border-radius: 1rem;
  width: 100%;
}

.button.marron {
  background-color: var(--ird-marron);
  color: var(--white);
  border-radius: 1rem;
  width: 100%;
}

.button.yellow {
  background-color: var(--color-2);
  color: var(--idr-dark-green);
  width: 160px;
  height: 74px;
  margin-top: 15px;
  font-weight: 500;
}

.gotham-bold {
  font-family: Gotham;
  font-weight: 700;
}

.boton4 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fefefe;
  border-radius: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .3s;
}

.boton4:hover {
  border-color: var(--dark-green);
  background-color: var(--dark-green);
}

.volver-atras-texto {
  align-self: center;
  margin-bottom: 0;
}

.paleta-de-colores {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin: 30px 60px;
  display: flex;
}

.gotham-light {
  font-family: Gotham;
  font-weight: 300;
}

.boton-formulario {
  background-color: var(--golden);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  align-self: flex-end;
  margin-top: 24px;
  padding: 8px 50px;
  font-family: Gotham;
  font-size: .9em;
  font-weight: 700;
}

.boton-formulario:hover {
  background-color: rgba(252, 181, 0, .7);
}

.tipografia {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.boton-icono {
  opacity: 0;
  background-image: url('../images/Right-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 36px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

.boton5 {
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .3s;
}

.boton5:hover {
  background-color: var(--dark-green);
  color: #fffdef;
}

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

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--dark-green);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: Gotham;
  font-size: 1.1em;
  transition: color .4s;
}

.nav-link.w--current {
  color: var(--dark-green);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  font-weight: 900;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  object-fit: cover;
  height: 60px;
}

.logo-2 {
  width: 200px;
  display: none;
}

.navbar-container {
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navbar-container.efecto {
  background-color: var(--white);
  box-shadow: none;
  border: 3px solid rgba(0, 0, 0, .03);
  border-radius: 50px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contenedor {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contenedor.contenedor-vista-producto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contenedor.contenedor-bloque-nosotros {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contenedor.contacto-contenedor {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contenedor.contenedor-contacto {
  z-index: 9;
  background-color: var(--white);
  border-radius: 8px;
  max-width: 560px;
  position: relative;
}

.titulo-inicio {
  color: #fefefe;
  line-height: 1em;
}

.seccion {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.seccion.hero-inicio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, rgba(0, 98, 37, .4) 30%), url('../images/home-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.seccion.hero-nosotros {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, rgba(36, 34, 24, .25) 30%), url('../images/fertilizantes.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.seccion.hero-productos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#edf5f2, rgba(36, 34, 24, .25) 0%), url('../images/campo-de-arroz.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.seccion.hero-contacto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, rgba(0, 98, 37, .25) 0%), url('../images/planta-y-tierra.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  min-height: 500px;
  display: flex;
}

.seccion.hero-vista-productos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  background-image: linear-gradient(rgba(36, 34, 24, .25), rgba(36, 34, 24, .25)), url('../images/image-small.webp');
  background-position: 0 0, 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 220px;
  display: flex;
}

.seccion.seccion-paginacion {
  background-color: #dfefe7;
  padding-top: 1em;
  padding-bottom: 1em;
}

.seccion.contact-cta {
  background-color: #dfefe7;
  padding-top: 0;
  padding-bottom: 0;
}

.seccion.seccion-nosotros {
  padding-top: 1em;
  padding-bottom: 1em;
}

.seccion.popup {
  z-index: 1100;
  color: var(--white);
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.seccion.seccion-marca {
  background-color: var(--white-soft);
  background-image: linear-gradient(rgba(0, 98, 37, .8), rgba(0, 98, 37, .8)), url('../images/banner-productos.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 1em;
  padding-bottom: 1em;
}

.seccion.seccion-productos {
  background-color: var(--white-soft);
}

.texto-verde {
  color: var(--golden);
}

.sub-encabezado {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 400;
}

.columna {
  padding: 20px;
}

.columna.hero-columna {
  flex-direction: column;
  align-items: flex-start;
  max-width: 660px;
  display: flex;
}

.columna.sidebar-categoria {
  border-right: 3px solid rgba(0, 98, 37, .8);
  height: 100vh;
  margin-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.columna.columna-contacto {
  grid-column-gap: 80px;
  justify-content: center;
  display: flex;
}

.columna.columna-small {
  width: 40%;
}

.columna.columna-small.columna-nosotros {
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.columna.columna-big {
  width: 60%;
}

.columna.columna-marca {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columna.columna-quienes-somos {
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.titulo-caja {
  color: var(--golden);
  letter-spacing: 4px;
  background-color: rgba(252, 181, 0, .1);
  border-radius: 24px;
  padding: 4px 8px 2px 12px;
  font-family: Gotham;
  font-size: .8em;
  font-weight: 900;
  display: inline-block;
}

.boton3 {
  background-color: var(--golden);
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 12px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.boton3:hover {
  background-color: rgba(252, 181, 0, .8);
}

.boton3.boton-center {
  align-self: center;
}

.contenedor-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contenedor-2.productos-contenedor {
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 2fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 95%;
  max-width: 1280px;
  display: grid;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(270px, 280px));
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  display: grid;
}

.producto {
  box-shadow: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.producto:hover {
  background-color: rgba(252, 181, 0, .05);
  box-shadow: 0 0 5px -3px #000;
}

.titulo-categoria {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.separador2 {
  border-bottom: 1px dashed rgba(0, 98, 37, .8);
  margin: 20px auto;
}

.div-block-4 {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.link-block {
  align-self: center;
  text-decoration: none;
}

.link-block.end {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.producto-imagen {
  object-fit: contain;
  border-radius: 20px;
  min-height: 280px;
  max-height: 280px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.producto-categoria {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 1em;
  font-weight: 400;
}

.producto-enlace {
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.c-content_numers {
  display: flex;
}

.c-text-1 {
  font-size: 18px;
  line-height: 1.2;
}

.c-text-1.cc-number {
  color: var(--dark-green);
  margin-left: 5px;
  margin-right: 5px;
}

.checkbox {
  border-color: var(--dark-green);
  border-radius: 0;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: var(--golden);
}

.checkbox-label {
  color: #000;
  align-self: center;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 1.1em;
}

.div-block-5 {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 1em;
}

.image {
  width: 22px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.separador6 {
  background-color: #fefefe;
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
}

.logo-footer {
  width: 260px;
}

.coleccion-productos-footer {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-5 {
  color: #fefefe;
}

.footer-contenedor {
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer {
  background-color: var(--dark-green);
}

.text-block-3, .link-2 {
  color: #fefefe;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
}

.footer-icono {
  width: 30px;
}

.footer-titulo {
  color: #fefefe;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-copyright-bloque {
  color: #fefefe;
  background-color: #282828;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: #fefefe;
  font-weight: 900;
}

.footer-contenido {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.div-block-21 {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  align-self: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-20 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
}

.div-block-20.oculto {
  display: none;
}

.footer-block {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-block.f-3 {
  flex: 0 auto;
}

.link {
  color: #fefefe;
  margin-bottom: 5px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  text-decoration: underline;
}

.separador3 {
  border-bottom: 2px dashed var(--white);
  width: 100%;
  margin: 20px auto;
}

.separador {
  background-color: red;
  width: 50px;
  height: 4px;
  margin-bottom: 10px;
}

.html-embed-3 {
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.rich-text-block-2 {
  flex: 1;
  align-self: stretch;
  margin-top: 20px;
}

.image-2 {
  height: 80px;
}

.vista-producto-imagen {
  min-height: 400px;
}

.vista-producto-titulo {
  margin-top: 20px;
}

.div-block-22 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.text-block-5 {
  border-bottom: 4px solid var(--golden);
  color: var(--dark-green);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  padding: 10px 10px 0;
  font-family: Gotham;
  font-weight: 700;
}

.div-block-25 {
  background-color: var(--white-soft);
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.lista-paginacion {
  grid-column-gap: 5px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.item-list {
  display: inline-block;
}

.item-enlace {
  color: #061d29;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.item-enlace:hover {
  text-decoration: underline;
}

.item-list-separador {
  align-items: center;
  display: inline-block;
}

.icono-next {
  width: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.item-activo {
  color: #777;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
}

.contacto-head {
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
}

.contenedor-4 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.columna-2 {
  padding: 20px;
}

.contacto-link-bloque {
  grid-column-gap: 10px;
  color: #000;
  text-decoration: none;
  display: flex;
}

.contacto-link-bloque.oculto {
  display: none;
}

.separador-contacto {
  border-right: 3px solid #000;
  align-self: center;
  height: 50%;
}

.icono-contacto-bloque {
  align-self: center;
}

.paragraph-7 {
  color: #000;
  text-align: center;
}

.icono-contacto {
  width: 55px;
}

.heading-2 {
  color: var(--dark-green);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2em;
}

.contacto-info {
  color: #000;
  margin-bottom: 0;
  font-size: .9em;
}

.separador4 {
  background-color: var(--golden);
  width: 150px;
  height: 4px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.nosotros-seccion-imagen-contenedor {
  width: 200px;
  height: 200px;
  position: relative;
}

.nosotros-seccion-imagen {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.logo-transparente {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.separador5 {
  background-color: red;
  width: 50px;
  height: 2px;
  margin: 10px auto;
}

.titulo-seccion-nosotros {
  color: #004a24;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
}

.nosotros-texto {
  text-align: justify;
}

.titulo-pagina {
  color: var(--dark-green);
  text-align: left;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.text-span-2 {
  color: var(--golden);
  font-weight: 400;
}

.heading-3 {
  color: #000;
}

.form-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-field {
  border-radius: 8px;
  height: 48px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.form-field:focus {
  background-color: rgba(0, 98, 37, .05);
  border: 1px solid rgba(0, 98, 37, .5);
}

.form-field::placeholder {
  font-family: Montserrat, sans-serif;
}

.form-field.textarea {
  height: 150px;
}

.boton3-2 {
  color: #fefefe;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ff7b00;
  border-radius: 4px;
  margin-top: 12px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.boton3-2:hover {
  background-color: rgba(255, 123, 0, .8);
}

.success-message {
  background-color: rgba(0, 98, 37, .1);
}

.titulo-formulario {
  color: #061d29;
  font-size: 1.5em;
  display: block;
}

.close-img {
  width: 30px;
  height: 30px;
}

.contact-overlay {
  background-color: rgba(6, 29, 41, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.descripcion-pagina {
  color: #fefefe;
  text-shadow: 0 0 3px #000;
  font-family: Gotham;
  font-size: 2em;
  font-weight: 700;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Gotham;
  font-size: 2em;
}

.heading-5 {
  color: var(--golden);
  font-size: 3.5em;
}

.text-span-3, .text-span-4 {
  font-weight: 700;
}

.image-3 {
  width: 150px;
  margin-bottom: 20px;
}

.image-4 {
  width: 180px;
}

.text-span-5 {
  color: var(--golden);
}

.heading-6 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-6 {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Gotham;
  font-weight: 700;
}

.paragraph-8 {
  text-align: center;
  margin-top: 20px;
}

.link-block-2 {
  background-color: var(--dark-green);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex: none;
  min-width: 250px;
  padding: 20px 10px;
  font-size: 1.2em;
  text-decoration: none;
  box-shadow: 0 6px 13px 9px rgba(0, 0, 0, .3);
}

.link-block-2:hover {
  background-color: var(--golden);
}

.collection-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 0;
  font-weight: 700;
}

.heading-7 {
  text-align: center;
  font-size: 4em;
  font-weight: 400;
}

.text-block-7 {
  color: var(--dark-green);
  text-align: center;
  font-family: Gotham;
  font-weight: 700;
}

.text-block-8 {
  color: var(--golden);
  font-weight: 700;
}

.text-gold {
  color: var(--golden);
}

.navbar-logo-left {
  z-index: 99;
  color: #fff;
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left.green-text {
  background-image: linear-gradient(180deg, var(--white), rgba(255, 255, 255, 0));
  color: var(--idr-dark-green);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.container.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.flex {
  display: flex;
}

.container.flex.vertical {
  flex-flow: column;
}

.container.flex.vertical.center {
  align-items: center;
}

.container.flex.vertical.center.absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.container.big {
  max-width: 1440px;
}

.container.big.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.container.big.x-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container.vertical-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container.vertical-padding.horizontal-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: var(--white);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  z-index: 99;
  margin-left: -42%;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-divider.dark-green {
  background-color: var(--idr-dark-green);
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-accent.white:hover {
  color: rgba(255, 255, 255, .75);
}

.button-primary {
  background-color: var(--golden);
  color: var(--idr-dark-green);
  border: 0 #000;
  border-radius: 16px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--golden);
  color: #fff;
}

.button-primary:active {
  background-color: var(--golden);
}

.hero-title {
  color: #fff;
  text-align: center;
  font-family: Dropkicker, sans-serif;
}

.hero-title.xxlg {
  font-size: 10em;
}

.hero-subtitle {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-2.relative {
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.relative {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.image-5 {
  width: 100%;
  display: inline-block;
}

.hero-content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 45%), url('../images/home-hero-image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 115vh;
  padding-top: 12rem;
  padding-bottom: 15.4rem;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.ird-logo {
  max-width: none;
  height: 30px;
  display: block;
}

.image-overlay-container {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-section.relative {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-2 {
  position: absolute;
}

.home-about-us-info {
  flex: 0 auto;
}

.home-about-us-video {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

.home-about-us-section {
  z-index: 0;
  background-color: var(--color-2);
  background-image: url('../images/amarillo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -13.1rem;
  padding-top: 12rem;
  padding-bottom: 0;
  position: static;
}

.about-us-section-2-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #2d6648;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.youtube {
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
}

.heading-8 {
  color: var(--idr-dark-green);
}

.mision-vision-card {
  background-color: var(--ird-crema);
  color: var(--idr-dark-green);
  border-radius: 1rem;
  padding: 4rem 1.5rem 2rem;
}

.mision-vision-card.vision {
  background-color: var(--idr-dark-green);
  color: #fff;
  background-image: url('../images/verde.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mision-vision-card.crema {
  background-image: url('../images/crema.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-title {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
}

.mision-vision-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.mision-vision-column {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mision-vision-card-with-icon {
  color: var(--white);
  background-color: #ff3d33;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  padding: 4rem 1.5rem 2rem;
  display: flex;
}

.mision-vision-card-with-icon.vision {
  background-color: var(--idr-dark-green);
  color: #fff;
}

.mision-vision-card-with-icon.blue {
  background-color: #00a4e1;
}

.mision-vision-card-with-icon.ligth-green {
  background-color: #60b31e;
}

.card-top-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
}

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

.section-subtitle {
  color: var(--idr-dark-green);
  text-align: center;
  margin-bottom: 0;
}

.section-subtitle.green {
  color: var(--idr-dark-green);
}

.section-subtitle.white {
  color: var(--card-background);
}

.section-subtitle.yellow {
  color: var(--golden);
}

.section-subtitle.blue {
  color: var(--ird-blue);
}

.section-subtitle.crema {
  color: var(--card-background);
}

.section-title {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.section-title.blue {
  color: var(--ird-blue);
}

.section-title.green {
  color: var(--idr-dark-green);
}

.section-title.white {
  color: var(--card-background);
}

.section-title.yellow {
  color: var(--golden);
}

.section-title.regular {
  color: var(--complementario-blue);
  font-weight: 400;
}

.organigrama-section {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, var(--idr-dark-green)), url('../images/multi-section-bg.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.que-hacemos-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.organigrama {
  text-align: center;
  object-fit: contain;
  width: 100%;
  max-width: 950px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.paragraph-11 {
  color: var(--white);
  text-align: center;
}

.slider-card-home {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.slider-card {
  flex-flow: row;
  flex: 2 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  position: relative;
}

.slider-card.vertical {
  flex-flow: column-reverse;
  width: auto;
  margin-right: 0%;
  position: static;
}

.slider-card.active {
  flex-shrink: 0;
}

.slider-card-info {
  z-index: 199;
  background-color: var(--white);
  border-radius: 1rem;
  flex: 0 auto;
  align-self: center;
  height: auto;
  margin-top: -30px;
  padding: 1rem;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slider-card-info.transparent {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.slider-card-image-container {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: block;
  position: static;
}

.slider-card-image {
  object-fit: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.proyeccion-social-card {
  flex-flow: row;
  flex: 2 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  position: relative;
}

.proyeccion-social-card.vertical {
  flex-flow: column-reverse;
}

.proyeccion-social-card.active {
  flex-flow: column;
  flex: none;
}

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

.location-section {
  background-image: url('../images/blanco-patron.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: block;
  position: static;
}

.mapa {
  text-align: center;
  width: 100%;
  max-width: 950px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.location-section-container {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: static;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.counter-item {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.c-counter-text {
  color: #fff;
  align-self: center;
  font-size: 3rem;
  line-height: 3rem;
}

.c-counter-text.red {
  color: var(--idr-red);
}

.c-counter-icon {
  width: 2rem;
  height: 2rem;
}

.flex-block {
  background-color: var(--idr-red);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-counter-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-counter-container.red {
  color: var(--idr-red);
}

.c-counter-description {
  color: #fff;
  text-align: center;
  font-size: .75em;
}

.footer-light {
  color: #fff;
  background-color: #3e3e3e;
  background-image: url('../images/footter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  color: var(--white);
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border: 1px solid #000;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #000;
  background-image: url('../images/Path-2560.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  text-align: center;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.paragraph-14 {
  max-width: 400px;
  font-size: .75em;
}

.image-9 {
  margin-bottom: 1rem;
}

.jungle-section-2 {
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 10rem;
  position: relative;
}

.paragraph-15 {
  text-align: center;
  font-family: Ageopersonaluse, sans-serif;
}

.grid-3 {
  grid-template-rows: auto;
}

.map-description-container {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.functions-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: rgba(45, 102, 72, .6);
  border-radius: 1rem;
  padding: 4rem 1.5rem 2rem;
  display: flex;
}

.functions-card.vision {
  background-color: var(--idr-dark-green);
  color: #fff;
}

.functions-card.yellow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--idr-dark-green);
  background-color: rgba(255, 204, 23, .6);
  padding-top: 2rem;
  display: flex;
}

.functions-card.marron {
  text-align: justify;
  background-color: rgba(138, 107, 21, .6);
  flex: 1;
}

.functions-card.green {
  background-color: rgba(96, 179, 30, .8);
}

.functions-card.blue {
  background-color: rgba(28, 54, 97, .6);
}

.functions-card.red {
  background-color: rgba(255, 61, 51, .9);
}

.funciones-que-relaizamos {
  background-color: var(--ird-light-green);
  color: #fff;
  margin-top: -8rem;
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
}

.funciones-que-relaizamos.yellow {
  background-color: var(--color-2);
  color: var(--ird-marron);
}

.funciones-que-relaizamos.blue {
  background-color: var(--ird-blue);
}

.flex-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  display: flex;
}

.title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.title.text-left {
  color: var(--blue-2);
  text-align: left;
  font-size: 2.2rem;
}

.title.text-left.mb-1 {
  margin-bottom: 1rem;
}

.image-10 {
  object-fit: contain;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.image-10.collage {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.selva-hero-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.selva-hero-section.relative {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.selva-hero-content-container {
  background-image: url('../images/ird-selva-hero-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-16.justify {
  text-align: justify;
}

.image-card {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 24px;
}

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

.function-header-title {
  flex: none;
  font-weight: 400;
}

.paragraph-17 {
  color: var(--idr-dark-green);
}

.paragraph-18 {
  color: var(--idr-dark-green);
  display: none;
}

.about-us-column {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-us-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.heading-12 {
  font-family: Poppins, sans-serif;
}

.slider-card-title {
  color: var(--ird-blue);
  font-weight: 700;
}

.container-header.space-bottom {
  margin-bottom: 4rem;
}

.container-header.mb-1-5 {
  margin-bottom: 1.5rem;
}

.carousel-mask {
  width: 100%;
  margin-left: -15%;
  margin-right: 0%;
  padding-left: 0%;
  overflow: visible;
}

.carousel {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-right: 50%;
  padding-bottom: 75px;
  overflow: visible;
}

.carousel-slider {
  width: 40%;
}

.carousel-slider._2 {
  right: -2rem;
}

.carousel-slider._3 {
  right: -4rem;
}

.c-slider {
  display: flex;
}

.slider-custom-code {
  display: none;
}

.c-slide {
  width: 250px;
  margin-left: 1rem;
  margin-right: 1rem;
}

.c-slide_image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  height: 200px;
  min-height: 150px;
  max-height: 200px;
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
  transform: translate(0);
}

.c-slider-wrapper {
  text-align: center;
  height: 468px;
}

.heading-13 {
  font-family: Poppins, sans-serif;
}

.c-kpi-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 20px 30px rgba(22, 66, 104, .08);
}

.c-counter-legend {
  color: var(--idr-red);
  text-align: center;
  font-size: .75em;
}

.c-kpi-description {
  text-align: center;
  border-top: 1px solid #000;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: .75rem;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kpi-title {
  color: var(--idr-red);
  font-weight: 400;
  line-height: 2.25rem;
}

.kpi-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.kpi-row {
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.c-left-floating-title-container {
  background-color: var(--ird-light-green);
  color: var(--white);
  border-radius: 0 1rem 1rem 0;
  align-self: flex-start;
  max-width: 400px;
  padding: 1rem 1rem 1rem 4rem;
  position: static;
  top: 4rem;
  left: -10rem;
  right: auto;
}

.c-map-container {
  flex-flow: column;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.c-left-floating-text {
  margin-bottom: 0;
}

.c-footer-social-networks-container {
  margin-bottom: 2rem;
}

.inner-container {
  flex: 0 auto;
  width: 100%;
  padding: 2rem;
}

.activity-section__title-container {
  align-self: center;
}

.activity-section__title-container.green {
  color: var(--ird-light-green);
}

.text-span-6 {
  font-size: 2.3rem;
}

.section-content {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-item-icon {
  height: 60px;
}

.project-item-description {
  text-align: center;
  flex: 1;
}

.project-item-description.text-left {
  text-align: left;
}

.project-item-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  padding: 1rem;
  display: flex;
}

.project-item-container.border-right {
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: black var(--ird-blue) var(--ird-blue);
}

.project-item-container.border-left {
  border-top: 1px solid var(--ird-blue);
  border-right: 1px solid var(--ird-blue);
}

.project-item-container.center {
  align-self: center;
}

.project-item-container.full-width {
  align-self: stretch;
  width: 100%;
  max-width: none;
}

.project-item-container.full-width.green {
  border-bottom: 1px solid var(--ird-light-green);
  color: var(--ird-light-green);
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.what-we-offer-section {
  background-color: var(--ird-blue);
  background-image: url('../images/background-celeste.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.title-big {
  color: var(--complementario-blue);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.header-icon {
  height: 1.6rem;
}

.offer-card__header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offer-card__header.center {
  justify-content: center;
  align-items: center;
}

.offer-card {
  background-color: var(--ird-blue);
  color: var(--blue-2);
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  box-shadow: 0 10px 48px rgba(0, 0, 0, .25);
}

.offer-card.green {
  background-color: var(--ird-light-green);
}

.offer-card.yellow {
  background-color: var(--color-2);
  color: var(--ird-marron);
}

.header-text {
  font-family: Ageopersonaluse, sans-serif;
  font-weight: 700;
}

.header-text.white {
  color: #fff;
}

.offer-card__description {
  flex: 1;
}

.offer-card__list {
  padding-left: 1rem;
  line-height: 24px;
}

.offer-card__cta {
  padding-top: 2rem;
}

.f-14 {
  text-align: center;
  font-size: .75em;
}

.f-14.semi-bold {
  margin-bottom: 0;
  font-weight: 600;
}

.f-14.semi-bold.green {
  color: var(--idr-dark-green);
}

.f-14.semi-bold.dark-blue {
  color: var(--blue-2);
}

.bold {
  color: var(--blue-2);
  margin-bottom: 0;
  font-weight: 700;
}

.bold.green {
  color: var(--idr-dark-green);
}

.bold.marron {
  color: var(--ird-marron);
}

.services-row {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.services-row__col {
  flex: 0 auto;
  align-self: stretch;
}

.contact-us-section {
  background-image: url('../images/background-sol.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-item-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 18%;
  display: flex;
}

.contact-item {
  background-color: var(--ird-light-green);
  border-radius: 12rem;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  padding: 2rem 2rem 6rem;
  display: flex;
}

.contact-item.yellow {
  background-color: var(--color-2);
  width: 100%;
  max-width: 400px;
  height: 694px;
}

.contact-item.blue {
  background-color: var(--ird-blue);
  width: 100%;
}

.contact-item.horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--ird-blue);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding-bottom: 2rem;
}

.location-name {
  color: var(--white);
  margin-bottom: 0;
}

.company-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.user-info-row {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.user-info-row.border-bottom {
  text-align: left;
  border-bottom: 1px solid #000;
}

.pt-4 {
  padding-top: 4rem;
}

.engineer-name {
  margin-bottom: 0;
}

.contact-carousel {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.blur-overlay {
  z-index: 0;
  filter: blur(6px);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blur-overlay.selva {
  filter: none;
  background-image: url('../images/selva-transparencia.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.blur-overlay.sierra {
  filter: none;
  background-image: url('../images/sierra-transparencia.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-4 {
  z-index: 2;
  position: relative;
}

.image-11 {
  width: 100%;
}

.buscador {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-96 {
  border: 2px undefined undefined;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 30.5px;
}

.rectangle-101 {
  background-color: var(--color-2);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(24, 59, 8, .6), inset 0 0 15px rgba(87, 69, 19, .5);
}

.la-g-nova {
  border: undefinedpx solid var(--dark-green);
  color: var(--dark-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.santa-teresa-y-los-ngeles, .pucayacu-y-san-isidro {
  border-style: solid;
  border-width: undefinedpx;
  color: #fff;
  text-align: center;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.c-tab-item {
  color: var(--white);
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
}

.c-tab-item.active {
  background-color: var(--color-2);
  color: var(--idr-dark-green);
  border-radius: 2rem;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 20px rgba(24, 59, 8, .6);
}

.c-tab-item.active.w--current {
  font-weight: 500;
}

.c-tab-item.active.blue {
  background-color: var(--ird-blue);
  color: var(--white);
}

.c-vertical-separator {
  background-color: var(--white);
  flex-flow: row;
  flex: 0 auto;
  align-self: center;
  width: 2px;
  height: 2rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.c-vertical-separator.green {
  background-color: var(--ird-light-green);
}

.tabs-container {
  z-index: 5;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.tabs-bg-container {
  z-index: 0;
  filter: blur(6px);
  background-color: rgba(255, 255, 255, .15);
  border-radius: 2rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-title-image {
  object-fit: fill;
  margin-bottom: 6rem;
}

.function-header-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bold-text {
  font-size: 3.2rem;
}

.function-header-subtitle {
  font-size: 1.5rem;
}

.card-icon {
  height: 65px;
}

.card-col.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-col.grid.separator {
  border-left: 1px solid var(--white);
  padding: 0 2rem;
}

.icon-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon {
  height: 48px;
}

.description {
  text-align: left;
  margin-bottom: 0;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: center;
}

.products-section {
  background-color: var(--ird-light-green);
}

.c-content-list {
  padding-left: 2rem;
  padding-right: 2rem;
}

.content-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  padding: 1rem;
  display: flex;
}

.content-list-item.border-right {
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: black var(--ird-blue) var(--ird-blue);
}

.content-list-item.border-left {
  border-top: 1px solid var(--ird-blue);
  border-right: 1px solid var(--ird-blue);
}

.content-list-item.center {
  align-self: center;
}

.content-list-item.full-width {
  align-self: stretch;
  width: 100%;
  max-width: none;
}

.content-list-item.full-width.green {
  border-bottom: 1px solid var(--ird-light-green);
  color: var(--ird-light-green);
}

.content-list-item.default {
  padding-left: 0;
  padding-right: 0;
}

.instalation-section {
  background-color: var(--color-2);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-text-box {
  border: 2px solid var(--idr-dark-green);
  border-radius: 1rem;
  flex: 1;
  padding: 2rem 1rem;
}

.dark-green {
  color: var(--idr-dark-green);
}

.offer-card-2 {
  color: #1c3661;
  background-color: #00a4e1;
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  box-shadow: 0 10px 48px rgba(0, 0, 0, .25);
}

.offer-card-2.yellow {
  color: #8a6b15;
  background-color: #ffcc17;
}

.bold-2 {
  color: #1c3661;
  font-weight: 700;
}

.bold-2.marron {
  color: #8a6b15;
}

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

.container-5.vertical-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.button-2 {
  color: #2d6648;
  text-align: center;
  background-color: #fcb500;
  border-radius: 8px;
  margin-top: 24px;
  padding: 8px 15px;
  font-weight: 700;
}

.button-2:hover {
  background-color: rgba(252, 181, 0, .7);
}

.button-2.marron {
  color: #fff;
  background-color: #8a6b15;
  border-radius: 1rem;
  width: 100%;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-block-4 {
  width: 100%;
}

.footer-icon {
  max-width: 40px;
  display: inline-block;
}

.image-13, .image-14 {
  max-width: 40px;
}

.costa-hero-content-container {
  background-image: url('../images/ird-costa-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 16rem;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.costa-blur-overlay {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/costa-transparencia.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sierra-hero-content-container {
  background-image: url('../images/vaquita3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 16rem;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-15 {
  width: 24px;
}

.c-link {
  color: #333;
  font-size: 1rem;
  text-decoration: none;
}

.flex-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
}

.bold-text-2 {
  font-weight: 700;
}

.image-16 {
  filter: invert();
  width: 40px;
  height: 40px;
}

.floating-button {
  background-color: var(--ird-light-green);
  border: 5px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
}

.text-span-9 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 2.8rem;
}

.columns-2 {
  display: flex;
}

.column-4 {
  flex-flow: column;
  display: flex;
}

.normal-hero-section.relative {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.hero-section-overlay {
  background-image: url('../images/bonita-adolescente-feliz-volver-universidad-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 16rem;
}

.form-section {
  background-image: url('../images/blanco-patron.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-span-10 {
  font-weight: 400;
}

.form-section-title {
  color: var(--ird-light-green);
  margin-top: 0;
  font-size: 2.8rem;
  line-height: 2.9rem;
}

.form-section-subtitle {
  color: var(--dark-grey);
}

.form-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.form-selector-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--ird-blue);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 8px 1rem;
  text-decoration: none;
  display: flex;
}

.button-icon {
  width: 24px;
  height: 24px;
}

.button-text {
  margin-bottom: 0;
  text-decoration: none;
}

.form-selector {
  background-color: var(--white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  display: none;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(63, 63, 63, .2);
}

.form-selector-option {
  text-align: center;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.form-selector-option:hover {
  background-color: rgba(217, 217, 217, .2);
}

.form-option-button {
  background-color: var(--ird-blue);
  border-radius: 1rem;
  padding: 1rem 4rem;
  box-shadow: 0 3px 30px rgba(0, 0, 0, .25);
}

.form-option-button.green {
  background-color: var(--ird-light-green);
}

.form-options-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.form-jornada-students {
  width: 100%;
  display: block;
}

.form-header {
  background-color: var(--ird-blue);
  color: var(--white);
  text-align: center;
  padding: 1rem 2rem;
}

.form-wrapper {
  background-color: var(--white);
  border-radius: 1rem;
  margin-top: 2%;
  overflow: hidden;
  box-shadow: 0 5px 50px rgba(63, 63, 63, .1);
}

.form-body {
  padding: 1.5rem;
}

.form-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.form-input {
  background-color: rgba(217, 217, 217, .2);
  border: 0 #000;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.form-col {
  flex: 1;
}

.form-submit-button {
  background-color: var(--idr-dark-green);
  border-radius: 1rem;
  width: 30%;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: block;
}

.form-jornada-docentes {
  width: 100%;
  display: block;
}

.form-visitas-academicas {
  width: 100%;
  display: none;
}

.c-counter-prefix {
  color: #fff;
  align-self: center;
  font-size: 3rem;
  line-height: 3rem;
}

.c-counter-prefix.red {
  color: var(--idr-red);
}

.c-counter-suffix {
  color: #fff;
  align-self: center;
  font-size: 3rem;
  line-height: 3rem;
}

.c-counter-suffix.red {
  color: var(--idr-red);
}

.justify {
  text-align: justify;
}

.bold-text-10 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3em;
}

.form-trabajos-de-investigacion, .form-visitas-academicas-docentes {
  width: 100%;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  color: var(--complementario-blue);
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-14 {
  color: #1c3661;
  text-align: center;
  font-weight: 400;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.3em;
  }

  h3 {
    font-size: 1.8em;
  }

  .boton1.navbar-cta {
    background-color: var(--golden);
    margin-left: 18px;
  }

  .nav-menu {
    background-color: var(--dark-green);
    text-align: left;
    flex: none;
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
  }

  .nav-link {
    color: #fefefe;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fefefe;
    text-decoration: underline;
  }

  .navbar {
    background-color: var(--white-soft);
  }

  .brand {
    flex: 1;
  }

  .menu-button {
    color: var(--dark-green);
  }

  .menu-button.w--open {
    background-color: var(--white-soft);
    color: var(--golden);
  }

  .logo-2 {
    display: inline-block;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .navbar-container.efecto {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .contenedor.contenedor-vista-producto {
    grid-template-columns: .8fr 1fr;
  }

  .contenedor.contacto-contenedor {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .seccion.hero-inicio, .seccion.hero-nosotros, .seccion.hero-productos, .seccion.hero-contacto {
    height: auto;
    padding-top: 8em;
  }

  .seccion.hero-vista-productos {
    height: auto;
    padding-top: 8em;
    display: none;
  }

  .seccion.seccion-paginacion {
    margin-top: 5em;
  }

  .link-block {
    padding-right: 2px;
  }

  .c-text-1 {
    font-size: 16px;
  }

  .coleccion-productos-footer {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .footer-contenedor {
    width: 95%;
  }

  .footer-contenido {
    grid-column-gap: 40px;
  }

  .footer-logo {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .html-embed-3 {
    margin-bottom: 0;
  }

  .vista-producto-imagen {
    min-height: 300px;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    flex-wrap: nowrap;
  }

  .item-enlace, .item-activo {
    font-size: 1.2em;
  }

  .titulo-seccion-nosotros {
    white-space: normal;
  }

  .descripcion-pagina {
    font-size: 1.8em;
  }

  .icon {
    color: var(--dark-green);
  }

  .collection-list-2 {
    flex-wrap: wrap;
  }

  .container {
    max-width: 728px;
  }

  .container.flex.vertical.center.absolute {
    padding-top: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-content-container {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 45%), url('../images/home-hero-image.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 12rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .funciones-que-relaizamos {
    background-size: contain;
  }

  .funciones-que-relaizamos.yellow {
    background-image: url('../images/background-amarillo-patron.png');
    background-position: 50%;
    background-size: cover;
  }

  .title {
    text-align: left;
  }

  .title.blue {
    color: var(--ird-blue);
    text-align: center;
  }

  .image-10 {
    object-fit: cover;
  }

  .selva-hero-content-container {
    background-position: 50%;
    background-size: cover;
    padding-top: 12rem;
  }

  .heading-10 {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 2.25rem;
  }

  .carousel-mask {
    flex: 0 auto;
    width: 100%;
  }

  .carousel {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .carousel-slider {
    width: 28%;
  }

  .c-left-floating-title-container {
    left: -4.2rem;
  }

  .text-span-6 {
    font-weight: 700;
  }

  .blur-overlay.selva {
    background-image: url('../images/selva-transparencia.jpg');
  }

  .container-5 {
    max-width: 728px;
  }

  .costa-hero-content-container, .sierra-hero-content-container {
    background-position: 50%;
    background-size: cover;
    padding-top: 12rem;
  }

  .text-span-7, .text-span-8 {
    font-weight: 400;
  }

  .bold-text-3 {
    font-weight: 600;
  }

  .bold-text-4 {
    font-weight: 700;
  }

  .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-weight: 600;
  }

  .bold-text-9 {
    font-weight: 700;
  }

  .hero-section-overlay {
    background-position: 50%;
    background-size: cover;
    padding-top: 12rem;
  }

  .paragraph-20 {
    font-size: .9em;
  }

  .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: var(--white-soft);
    color: var(--golden);
  }

  .contenedor.contenedor-vista-producto {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contenedor.contenedor-bloque-nosotros {
    flex-direction: column;
  }

  .contenedor.contenedor-bloque-nosotros.invertir {
    flex-direction: column-reverse;
  }

  .columna.sidebar-categoria {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    height: auto;
    position: static;
  }

  .columna.columna-contacto {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .columna.columna-small, .columna.columna-big {
    width: 100%;
  }

  .contenedor-2.productos-contenedor {
    grid-template-columns: 1fr;
  }

  .producto {
    border-radius: 10px;
    box-shadow: 0 0 10px -5px #000;
  }

  .footer-contenedor {
    align-items: center;
    width: 90%;
  }

  .footer-contenido {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .footer-block {
    align-items: center;
  }

  .html-embed-3 {
    margin-bottom: 10px;
  }

  .vista-producto-imagen {
    margin-bottom: 0;
    padding: 0 20px;
    position: static;
  }

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

  .item-enlace, .item-activo {
    font-size: 1em;
  }

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

  .contacto-link-bloque {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .mision-vision-row {
    flex-flow: column;
  }

  .location-section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .functions-card._2col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .grid-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .title {
    text-align: left;
  }

  .about-us-row {
    flex-flow: column;
  }

  .container-header, .container-header.space-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .carousel-mask {
    width: 95%;
    margin-left: 14px;
  }

  .carousel {
    display: flex;
  }

  .carousel-slider {
    width: 47%;
  }

  .c-slide_image {
    width: 100%;
  }

  .kpi-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .services-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .services-row__col {
    flex-flow: row;
  }

  .contact-item.yellow {
    height: 525px;
  }

  .contact-item.blue {
    margin-left: 15%;
  }

  .contact-item.horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: hidden;
  }

  .user-profile {
    width: 165px;
    margin-left: 25%;
    margin-right: 0;
  }

  .user-info-row {
    flex: 1;
  }

  .pt-4 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .contact-carousel {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .buscador {
    flex-flow: row;
  }

  .c-vertical-separator {
    width: 2rem;
    height: 2px;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .tabs-container {
    flex-flow: column;
  }

  .card-col.grid.separator {
    border-top: 1px solid var(--white);
    border-left-style: none;
    border-left-width: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .description {
    text-align: left;
  }

  .container-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .flex-block-4 {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .flex-block-4.horizontal-contact {
    font-size: 14px;
  }

  .column-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    flex-flow: column;
  }

  .form-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gallery-overview, .hero-heading-center, .hero-stack, .pricing-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.7em;
  }

  h2 {
    font-size: 2.1em;
  }

  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.5em;
  }

  .nav-menu {
    background-color: #018d45;
    width: 100%;
  }

  .titulo-inicio {
    font-size: 2.5em;
  }

  .titulo-categoria {
    font-size: 1.5em;
  }

  .footer-contenido {
    margin-top: 0;
    font-size: 15px;
  }

  .image-2 {
    object-fit: contain;
    margin-top: 9px;
  }

  .div-block-22 {
    flex-direction: column;
    margin-top: 0;
  }

  .descripcion-pagina {
    font-size: 1.7em;
  }

  .container {
    max-width: none;
  }

  .container.flex.vertical.center.absolute {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link-2.w--current, .nav-dropdown, .nav-dropdown-icon, .nav-link-accent {
    color: var(--dark-grey);
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hero-title {
    font-size: 2em;
  }

  .hero-content-container {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 35%), url('../images/home-hero-image.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .text-block-9 {
    color: var(--dark-grey);
  }

  .image-overlay-container {
    height: 100%;
    padding-top: 8rem;
  }

  .overlay {
    display: none;
  }

  .about-us-section-2-columns {
    grid-auto-flow: column;
  }

  .section-title.regular {
    font-size: 2em;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .map-description-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .functions-card.yellow, .functions-card.marron, .functions-card.green {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .functions-card.blue {
    flex-flow: column;
    align-items: flex-start;
  }

  .functions-card.red {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-block-2, .grid-4 {
    flex-flow: column;
  }

  .image-10 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .selva-hero-content-container {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 35%), url('../images/ird-selva-hero-image.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .container-header.space-bottom {
    overflow-wrap: break-word;
    flex-flow: row;
    justify-content: center;
  }

  .carousel {
    overflow: hidden;
  }

  .carousel-slider {
    width: 96%;
  }

  .c-slider {
    width: 100%;
    max-width: 980px;
    overflow: hidden;
  }

  .contact-item.yellow {
    height: 566px;
  }

  .contact-item.blue {
    margin-left: 1%;
  }

  .contact-item.horizontal {
    flex-flow: column;
    padding-bottom: 4.5rem;
  }

  .user-profile {
    width: 165px;
    margin-left: 15%;
    margin-right: 0%;
  }

  .contact-carousel {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-title-image {
    margin-top: 6rem;
  }

  .function-header-container, .icon-list-item {
    flex-flow: column;
  }

  .container-5 {
    max-width: none;
  }

  .costa-hero-content-container, .sierra-hero-content-container, .hero-section-overlay {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 35%), url('../images/ird-selva-hero-image.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .form-options-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
  }

  .form-submit-button {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .paragraph-19 {
    margin-bottom: 60%;
  }

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_29f17c6f-a093-4e31-be6b-10b201e45921-46c791dd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3e9d0360-e9a3-688d-5bab-b4cf1f7b1ce3-46c791dd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5f9b754-89da-6f2a-1ce6-862225ba145f-46c791dd, #w-node-_2570e103-b2fd-d317-fed1-fac638326b83-46c791dd, #w-node-_51806a6b-1cd2-7a4d-c3ae-a7a0693f4323-46c791dd {
  justify-self: center;
}

#w-node-_62642df8-2451-a373-f240-7c1d3403ff65-b0090fc6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13856f01-15f4-56c9-4531-717d06f172b7-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172c9-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172ca-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172cb-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172cc-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172cd-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172ce-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172cf-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172d0-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172d1-f99b4fea, #w-node-_13856f01-15f4-56c9-4531-717d06f172d2-f99b4fea, #w-node-ae8cb3c6-728f-b195-b33f-09fcf6388ffe-d68e0b2c, #w-node-ae8cb3c6-728f-b195-b33f-09fcf6389008-d68e0b2c, #w-node-ae8cb3c6-728f-b195-b33f-09fcf6389012-d68e0b2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_13856f01-15f4-56c9-4531-717d06f172b7-f99b4fea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_13856f01-15f4-56c9-4531-717d06f172b7-f99b4fea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dropkicker';
  src: url('../fonts/Dropkicker-Regular-BF64e5680a807f3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dropkicker';
  src: url('../fonts/Dropkicker-Bold-BF64e5680a78a81.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dropkicker';
  src: url('../fonts/Dropkicker-SemiBold-BF64e5680a6a330.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ageopersonaluse';
  src: url('../fonts/AgeoPersonalUse.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ageopersonaluse';
  src: url('../fonts/AgeoPersonalUse-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ageopersonaluse';
  src: url('../fonts/AgeoPersonalUse-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ageopersonaluse';
  src: url('../fonts/AgeoPersonalUse-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}