/*
Theme Name: Lamre
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

@font-face {
  font-family: "ArialRounded";
  src: url("fonts/arlrdbd.woff2") format("woff2"),
    url("fonts/arlrdbd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
}

* {
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}



.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  z-index: 10;
}
.header__container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__navbar {

}
.header__hamburger {
  display: none;
}
.header__navbar-list {
  display: flex;
}
.header__navbar-link {
  color: white;
  text-decoration: none;
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.header__navbar-link:hover {
 border-bottom: 4px solid #d78e65;
}
.header__navbar-link--active {
  border-bottom: 4px solid #d78e65;
}
.wrapper {
  margin: 0px;
}


.site-branding:hover * {
  fill: #d78e65;
}
.footer__column-logo a:hover * {
   fill: #d78e65;
}
.banner {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  min-height: 600px;
  border-bottom-right-radius: 130px;
  border-bottom-left-radius: 130px;
}
.banner__image {
  width: 100%;
}
.banner__content {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
}
.banner__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 90px;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.64);
  margin-top: 0px;
  margin-bottom: 16px;
  line-height: 1;
  text-align: center;
}
.banner__sub-title {
  font-weight: normal;
  font-size: 30px;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.64);
  margin: 0px;
  line-height: 1;
  text-align: center;
}
.banner__button-container {
  margin-top: 16px;
  max-width: 160px;
  width: 100%;
}



.button {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  border-radius: 18px;
  background-color: #d78e65;
  padding: 11px;
  line-height: 1;
  width: 100%;
  text-align: center;
}
.button:hover {
  background-color: #99664a;
}
.button--primary {
  border: solid 1px #123540;
  background-color: #123540;
}
.button--primary:hover {
  background-color: white;
  color: #123540;
}

/*
*
    HOME START
*
*/
.who-we-are {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  min-height: 600px;
}

.who-we-are__first-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.who-we-are__second-column {
  width: 50%
}

.who-we-are__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 52px;
  width: 100%;
  max-width: 500px;
  color: #003641;
  text-align: left;
  margin-bottom: 20px;
}

.who-we-are__content p {
  font-size: 20px;
  max-width: 500px;
  color: #003641;
}

.who-we-are__image {
  width: 100%;
}
.who-we-are__icon-pattern {
  position: absolute;
  bottom: -100px;
  right: 0px;
}

.us_different {
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1500px;
  width: 100%;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
}


.us_different__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 52px;
  width: 100%;
  color: #003641;
  text-align: center;
  margin-bottom: 20px;
}
.us_different__cards {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
}
.us_different__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 279px;
  height: 244px;
  border-radius: 20px;
  background-color: #faf4f0;
  padding-top: 20px;

}
.us_different__card-icon {
  min-height: 84px;
}
.us_different__card-title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #003641;
  max-width: 248px;
  text-align: center;
  margin-top: 10px;
}
.us_different__card-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #003641;
}




.home-services {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  min-height: 306px;
  box-shadow: 5px 10px 30px 0 rgba(59, 55, 53, 0.05);
  background-color: #d78e65;
  border-radius: 20px;
  margin-top: 150px;
}

.home-services__first-column {
  width: 552px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-services__second-column {
  width: auto;
}

.home-services__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 52px;
  width: 100%;
  max-width: 500px;
  color: white;
  text-align: left;
  margin-bottom: 20px;
}

.home-services__content p {
  font-size: 20px;
  max-width: 500px;
  color: white;
}

.home-services__image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 558px;
}
.home-services__icon-pattern {
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: -1;
}


.team-trajectory {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  min-height: 306px;
  box-shadow: 5px 10px 30px 0 rgba(59, 55, 53, 0.05);
  background-color: rgb(0 54 65 / 8%);
  border-radius: 20px;
  margin-top: 150px;
  margin-bottom: 120px;
  padding-bottom: 40px;
}



.team-trajectory__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 52px;
  width: 100%;
  color: #003641;
  text-align: center;
  margin-bottom: 20px;
}
.team-trajectory__content p {
  font-size: 20px;
  max-width: 676px;
  color: #003641;
}

.team-trajectory__person  {
  position: relative;
  height: 84px;
  width: 340px;
  border-radius: 40px;
  background-color: #003641;
  padding-left: 130px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.team-trajectory__person-image {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -40px;
  left: -40px;
}
.team-trajectory__person-image img {
  width: 100%;
}
.team-trajectory__person-name {
   font-family: 'ArialRounded', sans-serif;
   color: white;
   font-size: 20px;
    margin-bottom: 0px;
    margin-top: 18px;
}
.team-trajectory__person-place {
    font-weight: normal;
   color: white;
   font-size: 16px;
    margin-top: 0px;
}

@media only screen and (max-width: 800px) {
  .who-we-are {
    flex-direction: column;
  }
  .who-we-are__first-column {
    width: 100%;
  }
   .who-we-are__second-column {
    width: 100%;
    padding-left: 46px;
  }
  .who-we-are__title {
    font-size: 40px;
    text-align: center;
    padding-left: 46px;
    padding-right: 46px;
    margin-bottom: 0px;
  }
  .who-we-are__content {
    font-size: 40px;
    text-align: center;
    padding-left: 46px;
    padding-right: 46px;
  }
  .who-we-are__icon-pattern {
    width: 100px;
  }
  .us_different__title {
    font-size: 40px;
     padding-left: 46px;
    padding-right: 46px;
  }
  .us_different__cards {
    flex-direction: column;
    align-items: center;
  }
  .us_different__card {
    margin-bottom: 20px;
  }
  .home-services {
    width: calc(100% - 92px);
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 390px;
    margin-left: 46px;
    margin-right: 46px;
  }
  .home-services__title {
     font-size: 40px;
    text-align: center;
  }
  .home-services__image {
    left: -46px;
    width: calc(100% + 92px);
  }

  .home-services__content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .home-services__content .banner__button-container {
    margin: 0 auto;
  }
  .home-services__icon-pattern {
    left: -60px;
    width: 100px;
  }

  .team-trajectory {
    width: calc(100% - 92px);
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 50px;
    margin-left: 46px;
    margin-right: 46px;
  }
  .team-trajectory__title {
     font-size: 40px;
    text-align: center;
  }
  .team-trajectory__content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .team-trajectory__person {
    width: 250px;
    height: 72px;
    padding-left: 106px;
  }
  .team-trajectory__person-image {
    width: 108px;
    height: 108px;
    top: -20px;
    left: -10px;
  }
  .team-trajectory__person-name {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 4px;
  }
  .team-trajectory__person-place {
      font-size: 16px;
      margin-top: 0px;
      margin-bottom: 0px;
  }
}

/*
*
    HOME END
*
*/
/*
*
    SERVICIOS START
*
*/

.services-page {
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.services-page__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}
.services-page__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 460px;
  min-height: 244px;
  border-radius: 20px;
  background-color: #faf4f0;
  padding: 20px;
  height: auto;
}

.services-page__card:hover {
  background-color: #d78e65;
}

.services-page__card-image {
  min-height: 84px;
}
.services-page__card-image img {
  width: 100%;
}
.services-page__card-title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #d78e65;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.services-page__card:hover .services-page__card-title {
  color: white;
}

.services-page__description-short {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: #39423b;
}
.services-page__card:hover .services-page__description-short {
  color: white;
}
.services-page__card--expanded .services-page__description-short  {
  display: none;
}
.services-page__description-completed {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: #39423b;
  display: none;
}
.services-page__card:hover .services-page__description-completed {
  color: white;
}
.services-page__card--expanded .services-page__description-completed  {
  display: block;
}


.services-page__button {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  border-radius: 18px;
  color: #d78e65;
  background-color: white;
  padding: 11px;
  line-height: 1;
  width: 100%;
  max-width: 120px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}
.services-page__button:hover {
  background-color: #faf4f0;
}

@media only screen and (max-width: 800px) {
  .services-page {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
*
    SERVICIOS END
*
*/

/*
*
    LINEA START
*
*/

.linea-page {
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%;
  min-height: 400px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.linea-page__cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}
.linea-page__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 340px;
  min-height: 350px;
  border-radius: 20px;
  background-color: #faf4f0;
  padding: 20px;
  height: auto;
}

.linea-page__card-image {
  min-height: 84px;
}
.linea-page__card-image img {
  width: 100%;
}
.linea-page__card-title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #d78e65;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

.linea-page__description {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  color: #39423b;
}
.linea-page__description li {
  list-style-type: none;
  position: relative;
}
.linea-page__description ul li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfQ29weV80IiBkYXRhLW5hbWU9Ikdyb3VwIENvcHkgNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTYuMDk0IiBoZWlnaHQ9IjE2LjA5NCIgdmlld0JveD0iMCAwIDE2LjA5NCAxNi4wOTQiPgogIDxnIGlkPSJjaGVjay1jaXJjbGUtMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+CiAgICA8cGF0aCBpZD0iU2hhcGUiIGQ9Ik04LjQsMCwzLjUsNi42NDcsMCwzLjg0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy44NDkgNC41NDgpIiBmaWxsPSJub25lIiBzdHJva2U9IiNlNzZmNTEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxjaXJjbGUgaWQ9Ik92YWwiIGN4PSI4LjA0NyIgY3k9IjguMDQ3IiByPSI4LjA0NyIgZmlsbD0icmdiYSgyMzEsMTExLDgxLDAuMikiLz4KICA8L2c+Cjwvc3ZnPgo=");
  position: absolute;
  top: 12px; left: 10px;
  height: 20px; width: 20px;
  transform: translate(-150%, -50%);
}

.linea-page__button {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  border-radius: 18px;
  color: #d78e65;
  background-color: white;
  padding: 11px;
  line-height: 1;
  width: 100%;
  max-width: 120px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}
.linea-page__button:hover {
  background-color: #faf4f0;
}

@media only screen and (max-width: 800px) {
  .linea-page {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
*
    LINEA END
*
*/

/*
*
    CONTACTO START
*
*/


.page-contactanos {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  min-height: 306px;
  box-shadow: 5px 10px 30px 0 rgba(59, 55, 53, 0.05);
  background-color: rgb(0 54 65 / 8%);
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-bottom: 40px;
}



.page-contactanos__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 52px;
  width: 100%;
  color: #003641;
  text-align: center;
  margin-bottom: 0px;
}

.page-contactanos__content p {
  font-weight: normal;
  font-size: 20px;
  width: 100%;
  color: #003641;
  text-align: center;
  margin-bottom: 20px;
}
.page-contactanos__form {
  max-width: 476px;
  width: 100%;
}

.page-contactanos__form input[type="text"], .page-contactanos__form input[type="email"], .page-contactanos__form textarea {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #eee;
  padding: 12px;
  font-family: 'Montserrat', sans-serif;
}


.page-contactanos__form input[type="submit"] {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  border-radius: 18px;
  color: white;
  background-color: #123540;
  padding: 11px;
  line-height: 1;
  width: 100%;
  max-width: 120px;
  text-align: center;
  border: 0px;
  cursor: pointer;
  border: 1px solid #0a1c22;

}
.page-contactanos__form input[type="submit"]:hover {
  background-color: white;
  color: #0a1c22;
}


.contact-info {
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  min-height: 306px;
  box-shadow: 5px 10px 30px 0 rgba(59, 55, 53, 0.05);
  background-color: #d78e65;
  border-radius: 20px;
  margin-top: 150px;
  margin-bottom: 100px;
}

.contact-info__first-column {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-info__second-column {
  width: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.contact-info__title {
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 52px;
  width: 100%;
  color: white;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0px;
}

.contact-info__content p {
  font-size: 20px;
  max-width: 500px;
  color: white;
}
.contact-info__content a {
  font-size: 20px;
  max-width: 500px;
  color: white;
  text-decoration: none;
}
.contact-info__content li {
  list-style-type: none;
  position: relative;
  color: white;
  font-size: 20px;
  margin-bottom: 8px;
}
.contact-info__content ul li.tel::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4KICA8ZyBpZD0iR3J1cG9fMzU2MzMiIGRhdGEtbmFtZT0iR3J1cG8gMzU2MzMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02OTUgLTMxODkpIj4KICAgIDxjaXJjbGUgaWQ9IkVsaXBzZV81OSIgZGF0YS1uYW1lPSJFbGlwc2UgNTkiIGN4PSIxMC41IiBjeT0iMTAuNSIgcj0iMTAuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjk1IDMxODkpIiBmaWxsPSIjZmZmIi8+CiAgICA8ZyBpZD0iR3J1cG9fMzU1NDkiIGRhdGEtbmFtZT0iR3J1cG8gMzU1NDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQyOTkuODc2IDMwNTAuMzg3KSI+CiAgICAgIDxwYXRoIGlkPSJUcmF6YWRvXzI4ODA5IiBkYXRhLW5hbWU9IlRyYXphZG8gMjg4MDkiIGQ9Ik0tMzU5Ny45NiwxNDNhMS40ODEsMS40ODEsMCwwLDEsLjY2OS4yOWMuMDI3LjAyMy4wNTYuMDQ1LjA4MS4wNy41NDkuNTQ4LDEuMSwxLjA5NCwxLjY0NSwxLjY0N2ExLjE1LDEuMTUsMCwwLDEsLjE5LDEuNDQzLDEuMDI1LDEuMDI1LDAsMCwxLS41NDMuNDQ0LDEuMiwxLjIsMCwwLDAtLjc0Mi42NjIsMS4wMiwxLjAyLDAsMCwwLS4wNDcuNjg3LDQuMDMsNC4wMywwLDAsMCwuOTEyLDEuNiw1LjUzNCw1LjUzNCwwLDAsMCwxLjczNSwxLjM4LDEuNTQ4LDEuNTQ4LDAsMCwwLC45LjIxNCwxLjEsMS4xLDAsMCwwLC45MzMtLjY4NCwxLjI2NywxLjI2NywwLDAsMSwuNTEtLjY2OCwxLjEyNiwxLjEyNiwwLDAsMSwxLjMzMy4xMTZjLjMzNS4zMDUuNjQ5LjYzNC45NjkuOTU0LjI5Mi4yOTMuNTk1LjU3Ny44NjcuODg3YTEuMTc1LDEuMTc1LDAsMCwxLC4wNSwxLjQyOSwyLjAzNCwyLjAzNCwwLDAsMS0uMjA3LjI0NmMtLjMyMi4zMjYtLjY1My42NDEtLjk2OC45NzNhMS43MDYsMS43MDYsMCwwLDEtMS4yMjUuNTI5LDQuMDQ0LDQuMDQ0LDAsMCwxLTEuNDcyLS4yNTMsOS45NTEsOS45NTEsMCwwLDEtMi41ODctMS4zODQsMTYuODA5LDE2LjgwOSwwLDAsMS0zLjUtMy4zNjQsMTAuNywxMC43LDAsMCwxLTEuNzYyLTMuMTA4LDQuMTE4LDQuMTE4LDAsMCwxLS4yNTgtMS41NDMsMS42OTEsMS42OTEsMCwwLDEsLjUyNC0xLjJjLjI5Mi0uMjc2LjU3Ni0uNTYxLjg1My0uODUyYTEuNDcyLDEuNDcyLDAsMCwxLC44NzItLjUxNloiIGZpbGw9IiNkNzhlNjUiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  position: absolute;
  top: 12px; left: 4px;
  height: 20px; width: 20px;
  transform: translate(-150%, -50%);
  background: white;
  border-radius: 50%;
}
.contact-info__content ul li.email::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4KICA8ZyBpZD0iR3J1cG9fMzU2MzQiIGRhdGEtbmFtZT0iR3J1cG8gMzU2MzQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MDcgLTMxODkpIj4KICAgIDxjaXJjbGUgaWQ9IkVsaXBzZV82MCIgZGF0YS1uYW1lPSJFbGlwc2UgNjAiIGN4PSIxMC41IiBjeT0iMTAuNSIgcj0iMTAuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTA3IDMxODkpIiBmaWxsPSIjZmZmIi8+CiAgICA8ZyBpZD0iR3J1cG9fMzU1NDgiIGRhdGEtbmFtZT0iR3J1cG8gMzU1NDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQzMTIuNjcyIDIxNDEuNzM2KSI+CiAgICAgIDxwYXRoIGlkPSJUcmF6YWRvXzI4ODA0IiBkYXRhLW5hbWU9IlRyYXphZG8gMjg4MDQiIGQ9Ik0tMzM3MC40OTMsMTA1My4yNDNsLS4wMTQtLjA2M2E0LjU5LDQuNTksMCwwLDAtLjU1NC0uMDY2cS01LjM2MS0uMDA2LTEwLjcyMywwYS45NDQuOTQ0LDAsMCwwLS4xNjcsMGMtLjEzMi4wMjQtLjI2My4wNTYtLjQxNy4wOS4wNTQuMDU4LjA4My4wOS4xMTIuMTJsNS40NjMsNS40ODFhLjQ2Mi40NjIsMCwwLDAsLjc0LDBsNC45OS01Qy0zMzcwLjg3NSwxMDUzLjYxNC0zMzcwLjY4MywxMDUzLjQzLTMzNzAuNDkzLDEwNTMuMjQzWm0tMTEuODYxLDkuMDYxYTEuMTUsMS4xNSwwLDAsMCwuNTQ2LjExM2gxMC43NzJhLjc1OS43NTksMCwwLDAsLjE0MiwwYy4xMzItLjAyNS4yNjItLjA1Ny40Mi0uMDkxbC00LjAxMi0zLjk3NWMtLjMzNC4zMzEtLjY4Mi42NzctMS4wMywxLjAyM2ExLjIyNSwxLjIyNSwwLDAsMS0xLjgxNCwwbC0uOTQ4LS45NTJjLS4wMzItLjAzMi0uMDY3LS4wNjItLjA3Ny0uMDcyWm0xMi40NTItLjU1NGEyLjUzMiwyLjUzMiwwLDAsMCwuMDktLjQ3MnEuMDA5LTMuNTEzLDAtNy4wMjZhMi4zMzMsMi4zMzMsMCwwLDAtLjA4NS0uNDUxbC00LjAxNSwzLjk3NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOC43NDkpIiBmaWxsPSIjZDc4ZTY1Ii8+CiAgICAgIDxwYXRoIGlkPSJUcmF6YWRvXzI4ODA1IiBkYXRhLW5hbWU9IlRyYXphZG8gMjg4MDUiIGQ9Ik0tMzQwMS43ODgsMTA3My4xNjRsLjEwNy0uMzI5LDQsMy45NjMtNCwzLjk2My0uMS0uMzA3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMTkuMDQ0KSIgZmlsbD0iI2Q3OGU2NSIvPgogICAgICA8cGF0aCBpZD0iVHJhemFkb18yODgwNiIgZGF0YS1uYW1lPSJUcmF6YWRvIDI4ODA2IiBkPSJNLTMzNzAuNDkzLDEwNTMuMjQzYy0uMTkuMTg2LS4zODIuMzcxLS41NzEuNTU5bC00Ljk5LDVhLjQ2Mi40NjIsMCwwLDEtLjc0LDBsLTUuNDYzLTUuNDgxYy0uMDMtLjAzLS4wNTgtLjA2Mi0uMTEyLS4xMi4xNTUtLjAzNC4yODUtLjA2Ni40MTctLjA5YS45NDQuOTQ0LDAsMCwxLC4xNjcsMHE1LjM2MSwwLDEwLjcyMywwYTQuNTksNC41OSwwLDAsMSwuNTU0LjA2NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOC43NDkpIiBmaWxsPSIjZDc4ZTY1Ii8+CiAgICAgIDxwYXRoIGlkPSJUcmF6YWRvXzI4ODA3IiBkYXRhLW5hbWU9IlRyYXphZG8gMjg4MDciIGQ9Ik0tMzM4MS45NCwxMjA4LjdsNC0zLjk2Yy4wMTEuMDEuMDQ1LjA0LjA3Ny4wNzJsLjk0OC45NTJhMS4yMjYsMS4yMjYsMCwwLDAsMS44MTQsMGMuMzQ3LS4zNDYuNy0uNjkyLDEuMDI5LTEuMDIzbDQuMDEyLDMuOTc1Yy0uMTU3LjAzNS0uMjg4LjA2Ni0uNDIuMDkxYS43NTguNzU4LDAsMCwxLS4xNDIsMGgtMTAuNzcyQTEuMTUsMS4xNSwwLDAsMS0zMzgxLjk0LDEyMDguN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOS4xNjMgLTE0Ni40KSIgZmlsbD0iI2Q3OGU2NSIvPgogICAgICA8cGF0aCBpZD0iVHJhemFkb18yODgwOCIgZGF0YS1uYW1lPSJUcmF6YWRvIDI4ODA4IiBkPSJNLTMxMzMuMzU4LDEwODEuMDUxbC00LjAxLTMuOTc1LDQuMDE1LTMuOTc1YTIuMzUyLDIuMzUyLDAsMCwxLC4wODUuNDUxcS4wMDksMy41MTMsMCw3LjAyNkEyLjUxNSwyLjUxNSwwLDAsMS0zMTMzLjM1OCwxMDgxLjA1MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNTUuMjkyIC0xOS4zMDEpIiBmaWxsPSIjZDc4ZTY1Ii8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K");
  position: absolute;
  top: 12px; left: 4px;
  height: 20px; width: 20px;
  transform: translate(-150%, -50%);
  background: white;
  border-radius: 50%;
}
.contact-info__image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 558px;
}
.contact-info__image-mobile {
  display: none;
}
.contact-info__icon-pattern {
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: -1;
}

@media only screen and (max-width: 800px) {
  .page-contactanos__form input[type="submit"] {
    display: block;
    margin: 0 auto;
  }
  .page-contactanos{
      margin-left: 40px;
      margin-right: 40px;
      width: calc(100% - 80px);
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 50px;
  }
  .page-contactanos__title {
    font-size: 40px;
  }
  .contact-info {
    flex-direction: column;
    padding-top: 20px;
    min-height: 620px;
    margin-left: 40px;
    margin-right: 40px;
     width: calc(100% - 80px);
  }

  .contact-info__title {
     font-size: 40px;
    text-align: center;
  }
  .contact-info__image {
   display: none;
  }
  .contact-info__image-mobile {
    left: 0px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    max-width: 558px;
  }
  .contact-info__icon-pattern {
    left: -60px;
    width: 100px;
  }
  .contact-info__content a {
    font-size: 16px;
  }
}

/*
*
    CONTACTO END
*
*/

.footer {
  width: 100%;

}
.footer a {
 color: white;
 text-decoration: none

}
.footer__container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
  background-color: #003641;
  min-height: 260px;
  position: relative;
}
.footer__container-info {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid white;
}
.footer__wrapper-info {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
.footer__column-logo {
  padding-top: 68px;
  padding-bottom: 40px;
}
.footer__column-info {
      display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}
.footer__column-info-data {

}
.footer__column-info-icon {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.footer__column-info-icon p {
  color: white;
  font-family: 'ArialRounded', sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.footer__column-info-link {
  font-size: 16px;
  color: white;
  text-decoration: none;
  padding-left: 0px;
}
.footer__container-copyright {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer__wrapper-copyright {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}
.footer__wrapper-copyright p {
  color: white;
}
.footer__wrapper-copyright p:first-child {
   opacity: 0.68;
}
.whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 80px;
}
.whatsapp-button a {
  background-color: #25ef00;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  padding-top: 18px;
  padding-left: 18px;
}
.whatsapp-button a:hover {
  opacity: 0.5;
}
.footer__scroll-to-init {
  cursor: pointer;
  background: transparent;
  border: 0px;
  position: absolute;
  right: 180px;
  top: -20px;
}
@media only screen and (max-width: 800px) {

  .whatsapp-button {
    bottom: 20px;
    right: 20px;
  }
  .footer__scroll-to-init {
      right: 50%;
      right: calc(50% - 27px);
  }


  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header--expanded {
    background-color: #00000085;
    padding-top: 43px;
    align-items: flex-start;
    height: auto;
  }
  .header__navbar-list {
    display: none;
  }
  .header--expanded .header__navbar-list {
    display: block;
  }
  .header--expanded .header__navbar {
    margin-top: 60px;
  }
  .header--expanded ul {
    padding: 0px;
  }
  .header__hamburger {
    display: block;
    background-color: transparent;
    border: 0px;
  }

  .footer__container {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }

  .banner__title {
    font-size: 60px;
  }

  .footer__wrapper-info {
    flex-direction: column;
  }
  .footer__column-info {
    flex-direction: column;
  }
  .footer__column-logo {
    text-align: center;
  }
  .footer__column-info-data {
      margin-bottom: 40px;
  }
  .footer__wrapper-copyright {
    display: block;
    max-width: 300px;
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__wrapper-copyright p, .footer__wrapper-copyright a {
    display: inline;
  }
}