* {
  font-family: Ubuntu;
}

@font-face {
  font-family: Ubuntu;
  src: url(../assets/fonts/Ubuntu-Regular.ttf);
}

@font-face {
  font-family: Ubuntu;
  src: url(../assets/fonts/Ubuntu-Bold.ttf);
  font-weight: bold;
}

body {
  margin: 0rem;
  padding: 0rem;
  border: 0rem;
  height: 100%;
  background-color: #fff;
}

a {
  text-decoration: none;
}

nav {
  background: #fff;
  height: 5.7rem;
  width: 100%;
  position: fixed;
  top: 0%;
  left: 0%;
  box-shadow: 2px -7px 31px rgba(0, 0, 0, 0.17);
  z-index: 20000;
}

nav #identifier {
  position: absolute;
  padding: 0.9rem 0rem;
}

nav .circle img {
  width: 150px;
}

nav ul {
  float: right;
  font-weight: bold;
  margin-right: 7rem;
}

nav ul li {
  display: inline-block;
  line-height: 4.4rem;
  margin: 0rem 0.5rem;
}

nav ul li a {
  color: #35b729;
  font-size: 1.04rem;
  padding: 0.7rem 1.3rem;
  border-radius: 0.3rem;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li .active {
  text-decoration: underline #34d0ba 0.4rem;
  transition: 0.5s;
}

nav ul li ul {
  display: none;
  position: absolute;
  bottom: auto;
  padding-inline-start: 0rem !important;
  padding-top: 0rem;
  background-color: #fff;
  width: 15rem;
  border-radius: 0rem 0rem 2rem 2rem;
  margin-block-start: -1rem;
  box-shadow: 20px 29px 35px -22px rgba(0, 0, 0, 0.17);
}

nav ul li ul li a {
  font-size: 1.01rem;
}

nav ul li:hover ul {
  display: block;
  transition: 0.1s;
}

section {
  min-height: calc(100% - 50px);
}

section .home-intro {
  margin-top: 12%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding-bottom: 7rem;
}

section .home-intro .intro {
  padding-top: 10%;
  color: #1b5c15;
}

section .home-intro .intro .title {
  color: #35b729;
}

section .home-intro .intro .title h1 {
  font-size: 6.6rem;
  margin: 0;
  margin-block-end: -1.5rem;
}

section .home-intro .intro .title h2 {
  font-size: 3.8rem;
  margin: 0;
}

section .home-intro .intro .text {
  padding: 1rem 1rem 2rem 0.5rem;
}

section .home-intro .intro button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #35b729;
  border: 0rem;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  transition: 0.1s;
  cursor: pointer;
}

section .home-intro .intro button:hover {
  background-color: #1b5c15;
  transition: 0.1s;
}

section .home-intro .intro button:active {
  box-shadow: none;
}

section .services {
  background-color: #FFF4E4;
  margin: 3rem 0rem;
  width: auto;
  padding-bottom: 8rem;
}

section .services .title {
  padding-top: 8rem;
}

section .services .title h1 {
  color: #35b729;
  text-align: center;
  font-size: 3rem;
}

section .services .text {
  text-align: center;
  font-size: 1.04rem;
  padding: 0% 15%;
}

section .services .container-services {
  display: flex;
  justify-items: center;
  padding: 2rem 5rem;
}

section .services .container-services .service {
  width: 80%;
  padding: 1rem 0rem;
  background-color: #FFF4E4;
  border-radius: 30px;
  cursor: pointer;
}

section .services .container-services .service a {
  color: #000;
}

section .services .container-services .service a:hover {
  color: #FFf;
  transition: 0.3s;
}

section .services .container-services .service object {
  padding: 1rem;
  cursor: pointer;
}

section .services .container-services .service .textService {
  padding: 0rem 1rem;
  width: 90%;
  background: none;
  margin-top: -10%;
  text-align: center;
  cursor: pointer;
}

section .services .container-services div:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

section .services .slide-service {
  display: none;
}

section .separador {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0px;
  display: flex;
}

section .separador img {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0rem;
  top: -8rem;
}

section .separador2 {
  width: 100%;
  position: relative;
  z-index: 1;
  left: 0px;
  display: flex;
  top: -14.2rem;
}

section .separador2 img {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0rem;
}

section .contactenos {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -4rem;
  background-color: #73aa4c;
  z-index: -2;
}

section .contactenos object {
  position: absolute;
  z-index: -1;
}

section .contactenos .formContacto {
  float: right;
  background: #fff;
  margin-right: 3rem;
  border-radius: 1.5rem;
  padding: 1rem;
  margin-top: 15%;
  margin-bottom: 7rem;
  box-shadow: 20px 29px 35px -22px rgba(0, 0, 0, 0.17);
}

section .contactenos .formContacto h1 {
  text-align: center;
  color: #35b729;
  font-size: 2.5rem;
}

section .contactenos .formContacto form {
  display: flex;
  flex-direction: column;
}

section .contactenos .formContacto form .firstRow {
  display: flex;
  flex-direction: row;
}

section .contactenos .formContacto form .firstRow div {
  padding: 0rem 1rem;
}

section .contactenos .formContacto form .secondRow {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}

section .contactenos .formContacto form .secondRow div {
  padding: 1rem;
}

section .contactenos .formContacto form textarea {
  width: 100%;
}

section .contactenos .formContacto form input,
section .contactenos .formContacto form textarea {
  border: none;
  border-bottom: 3px solid rgba(160, 160, 160, 0.4705882353);
  outline: none;
  padding-bottom: 0.4rem;
  font-size: 1rem;
}

section .contactenos .formContacto form input[type=email] {
  width: 100%;
  box-sizing: border-box;
}

section .contactenos .formContacto form input {
  width: 100%;
}

section .contactenos .formContacto form input:focus,
section .contactenos .formContacto form textarea:focus {
  border-bottom: 3px solid #34d0ba;
  transition: 0.3s;
}

section .contactenos .formContacto form .formButton {
  display: flex;
  justify-content: center;
}

section .contactenos .formContacto form .formButton button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #35b729;
  border: 0rem;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  transition: 0.1s;
  margin-top: 2rem;
  width: 15rem;
  cursor: pointer;
}

section .contactenos .formContacto form .formButton button:hover {
  background-color: #1b5c15;
  transition: 0.1s;
}

footer {
  height: 100%;
  background-color: #000;
  width: 100%;
  color: #FFF4E4;
  display: flex;
  flex-direction: row;
  padding: 2rem 0rem;
}

footer div {
  flex: 1;
}

footer .logo {
  display: flex;
  justify-content: center;
}

footer .logo img {
  width: 10rem;
}

footer .marcaRegistrada {
  padding-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .redesSociales {
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: -webkit-center;
  padding-right: 3rem;
}

footer .redesSociales a {
  color: #FFF4E4;
}

footer .redesSociales img {
  width: 3rem;
  border: 2px solid;
  border-radius: 100%;
}

footer .redesSociales img:hover {
  border: #34d0ba 2px solid;
  transition: 0.3s;
}

.lateral-space {
  padding-left: 4rem;
  padding-right: 4rem;
}

.menu-icon {
  display: none;
}

.menu-active {
  display: flex !important;
}

.no-display {
  display: none !important;
}

@media (max-width: 767px) {
  .lateral-space {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  nav {
    height: 3.7rem;
  }

  nav ul li {
    line-height: 0;
  }

  nav .menu-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
  }

  nav .menu-icon .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 5px;
  }

  nav .menu-icon .cross-menu {
    display: none;
    width: 25px;
    height: 3px;
    margin-top: -1.5rem;
    margin-right: -0.4rem;
  }

  nav .circle img {
    width: 80px;
  }

  nav .navbar-nav {
    display: none;
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin: 0;
    align-items: center;
    flex-direction: column;
  }

  nav .navbar-nav .active {
    display: flex;
    flex-direction: column;
  }

  nav .navbar-nav li {
    margin: 10px 0;
  }

  nav .navbar-nav li a {
    display: block;
    padding: 10px;
  }

  section .home-intro {
    display: flex;
    flex-direction: column;
  }

  section .home-intro .intro .title {
    text-align: center;
  }

  section .home-intro .intro .title h1 {
    font-size: 4.6rem;
    margin-block-end: -1rem;
  }

  section .home-intro .intro .title h2 {
    font-size: 2.7rem;
  }

  section .home-intro .intro .text {
    text-align: center;
  }

  section .home-intro .intro button {
    margin-left: 20%;
  }

  section .services {
    margin: -5rem 0rem -2rem;
    padding-bottom: 0;
  }

  section .services .container-services {
    padding: 2rem 1rem;
    overflow: hidden;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  section .services .container-services div:hover {
    background-color: none;
    transition: none;
  }

  section .services .container-services .service {
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 2rem 3rem;
  }

  section .services .container-services .service object {
    position: relative;
    width: 20rem;
  }

  section .services .container-services .slide-service {
    display: flex;
    text-align: center;
    flex-direction: column;
  }

  section .services .container-services .slide-service img {
    width: 20rem;
  }

  section .services .container-services::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  section .services .container-services::-webkit-scrollbar-thumb {
    display: none;
  }

  section .services .container-services::-webkit-scrollbar-track {
    background: transparent;
  }

  section .services .title {
    padding-top: 1rem;
  }

  section .separador2 {
    top: 0;
  }

  section .contactenos {
    margin-top: 0;
  }

  section .contactenos object {
    width: 80rem;
    left: -3.5rem;
  }

  section .contactenos .formContacto {
    float: none;
    margin: 30% 1.5rem 7rem 1.5rem;
  }

  section .contactenos .formContacto form .firstRow {
    flex-direction: column;
  }

  section .contactenos .formContacto form .firstRow div {
    padding: 2rem 1rem 0rem;
  }

  footer {
    display: flex;
    flex-direction: column;
  }

  footer .marcaRegistrada {
    padding-left: 0;
  }

  footer .redesSociales {
    padding: 2rem 0rem 1rem 0rem;
  }

  #modalContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }

  #modalContainer #modalContent {
    background-color: #fff;
    width: 100%;
    margin: 10% auto;
    text-align: center;
    margin-top: 3.5rem;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
  }

  #modalContainer #modalContent .shadow-services {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.15);
  }

  #modalContainer #modalContent .active {
    background-color: #34d0ba;
    color: #fff;
  }

  #modalContainer #modalContent .subMenu {
    background-color: rgba(0, 0, 0, 0.04);
  }

  #modalContainer #modalContent li {
    font-weight: bold;
    line-height: 4rem;
    text-decoration: none;
    display: grid;
  }

  #modalContainer #modalContent li a {
    font-size: 1.04rem;
    color: #35b729;
  }

  #modalContainer #modalContent li:hover {
    background-color: #34d0ba;
  }

  #modalContainer #modalContent li:hover a {
    color: #fff;
  }

  button {
    margin-top: 10px;
  }
}

#modalContainer {
  display: none;
}

.font-color-beige {
  color: #FFF4E4 !important;
}

.bg-color-beige {
  background-color: #FFF4E4 !important;
}

.font-color-greenLight {
  color: #35b729 !important;
}

.pd-2 {
  padding: 2rem;
}

.mg-t-2 {
  margin-top: 2rem;
}

.no-columns {
  grid-template-columns: none !important;
}

.float-button {
  display: flex;
  justify-content: end !important;
  position: -webkit-sticky;
  position: sticky;
  right: 0%;
  top: 80%;
  bottom: 20%;
  z-index: 4;
  padding-right: 2rem;
  margin-bottom: -7rem;
}

.float-button button{
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .float-button {
    justify-content: center !important;
    padding-right: 0rem;
  }
}

.buttonText {
  display: flex;
  justify-content: left;
}

.buttonText button {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #35b729;
  border: 0rem;
  padding: 0.8rem 3rem;
  border-radius: 2rem;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  transition: 0.1s;
  margin-top: 2rem;
  width: 15rem;
  cursor: pointer;
}

.buttonText button:hover {
  background-color: #1b5c15;
  transition: 0.1s;
}

.buttonText button:active {
  box-shadow: none;
}

#message-success {
  position: fixed;
  background-color: rgba(196, 255, 179, 0.8);
  z-index: 2000;
  width: 20rem;
  height: 4rem;
  top: 8rem;
  right: 28px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 14px;
  font-weight: bold;
  opacity: 0;
  display: none;
  transition: 1s;
}

.back-button {
  width: 5rem;
  position: absolute;
  transition: 0.3s;
  padding: 3rem 3rem;
  z-index: 2;
}

.back-button img {
  width: 3rem;
}

@media (max-width: 767px) {
  .back-button {
    padding: 5rem 1rem;
  }
}

.back-button :hover {
  transform: scale(1.2);
}

/*# sourceMappingURL=styles.css.map */

@media (min-width: 800px) and (max-width: 1140px){
  .leaves1-bt {
    top: -4rem !important;
  }
  .leaves2-bt {
    top: 4rem !important;
  }
  .back-button{
    left: -1rem;
  }
}

@media(max-width: 800px) {
  .bg-contactos{
    width: 75rem;
  }
}