* {
  margin: 0;
  padding: 0;
}

header {
  border-bottom: 5px solid green;
  position: sticky;
  top: 0;
  z-index: 5;
  height: 19vh;
}

#nav {
  height: 18.5vh;
  background-image: linear-gradient(rgba(0, 128, 0, 0.387), rgba(94, 255, 0, 0.461));
}

.portfolio-experiment {
  width: 100%;
  margin-top: 5vh;
}

.container-fluid img {
  margin-left: 15vw;
  width: 20vw;
  image-rendering: optimizeQuality;
  height: 100%;
  margin-top: -1.2vh;
}
.container-fluid img:hover {
  transform: scale(1.1, 1.1);
  transition: transform 1s;
}

#navbarNav {
  display: flex;
  justify-content: center;
  align-items: center;
}
#navbarNav #nav_link {
  margin-right: 2vw;
  font-size: 30px;
  font-weight: 600;
  text-decoration: underline 1px solid green;
  font-family: "Roboto", sans-serif;
}
#navbarNav #nav_link:hover {
  text-decoration: underline 4px solid green;
}

#img_carousel {
  width: 100vw;
  height: 80vh;
}

#indicator {
  color: black;
  background-color: black;
}

#prev :hover {
  background-color: black;
  opacity: 0.8;
  height: 10%;
  width: 20%;
}

#next :hover {
  background-color: black;
  opacity: 0.8;
  height: 10%;
  width: 20%;
}

section {
  margin-top: 1vh;
}

.info {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "left center right";
}

#left {
  grid-area: left;
  width: 100%;
}

#center {
  grid-area: center;
  width: 100%;
}

#right {
  grid-area: right;
  width: 100%;
}

.info_animation_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.data_container {
  width: 100%;
  height: 50%;
  margin-top: 10vh;
  border-radius: 15px;
}
.data_container .data_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
  background-color: rgba(99, 215, 73, 0.685);
  border-radius: 15px;
  padding: 10px;
}
.data_container img {
  width: 50vw;
  height: 30vh;
  margin: auto;
  border-radius: 15px;
}
.data_container p {
  font-size: 20px;
  margin: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.contact {
  margin: auto;
  background-color: rgba(99, 215, 73, 0.685);
  border-radius: 15px;
}

.contact_container {
  margin-top: 1vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15vw;
}
.contact_container .left_contact {
  text-align: center;
  width: 100%;
  height: 30%;
  background-color: rgba(99, 215, 73, 0.685);
  border-radius: 15px;
  padding: 25px;
}
.contact_container .left_contact ul, .contact_container .left_contact li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Roboto", sans-serif;
}
.contact_container .left_contact ul #icon, .contact_container .left_contact li #icon {
  margin-right: 0.5vw;
}
.contact_container .left_contact h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 20px;
  text-decoration: underline 1px solid green;
}
.contact_container .left_contact h2:hover {
  text-decoration: underline solid 3px green;
}
.contact_container .right_contact {
  width: 100%;
}
.contact_container .right_contact iframe {
  border-radius: 15px;
  height: 30vh;
  width: 100%;
}

button {
  background-color: green;
  padding: 10px;
  text-align: center;
}
button a {
  text-decoration: none;
  color: white;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Roboto";
  padding: 2%;
  font-size: 50px;
  text-decoration: underline 3px solid green;
}

h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-decoration: underline 1px solid green;
}

h2:hover {
  text-decoration: underline 3px solid green;
}

.contact {
  margin-top: 100px;
  width: 90vw;
}

#animation {
  width: 95%;
}

#animacion {
  width: 90%;
}

.arr {
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  background-image: linear-gradient(rgba(0, 128, 0, 0.387), rgba(94, 255, 0, 0.461));
  height: 45px;
  color: black;
  font-weight: 500;
  font-style: italic;
  border-bottom: solid 2px green;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5vh;
  margin-left: 2vw;
  gap: 2vw;
  width: 98%;
}
.card_container .card {
  height: 30em;
  width: auto;
}
.card_container .card img {
  height: 60%;
}
.card_container .card h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.card_container .card p {
  font-family: "Roboto", sans-serif;
}
.card_container .card a {
  text-decoration: none;
}
.card_container .card .card-body:hover {
  background-color: rgba(207, 207, 207, 0.596);
  transform: all 1s;
}

.footer_container {
  margin-top: 10vh;
  height: 10em;
  background-color: rgb(54, 54, 54);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer_container h3 {
  margin-top: 3vh;
  color: white;
  text-align: center;
}
.footer_container ul, .footer_container li {
  text-decoration: none;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: white;
  text-align: center;
  margin: 10px;
}
.footer_container a {
  text-align: center;
  text-decoration: none;
  color: aliceblue;
}
.footer_container #icon {
  width: 40px;
  height: 40px;
}
.footer_container .img_footer img {
  width: 10rem;
  border-radius: 90px;
  margin: auto;
}
.footer_container .slogan h3 {
  font-size: 20px;
  text-decoration: underline;
  font-style: italic;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.portfolio-experiment {
  height: fit-content;
  margin: auto;
  margin-top: 5px;
  background: rgba(249, 248, 248, 0);
}
.portfolio-experiment a {
  color: rgb(2, 2, 2);
  padding: 0.7em calc(0.7em * 1.2);
  display: inline-block;
  border: 3px solid transparent;
  position: relative;
  font-size: 2em;
  cursor: pointer;
  letter-spacing: 0.07em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.portfolio-experiment a .text {
  font-family: "Roboto", sans-serif;
  transform: translate3d(0, 0.7em, 0);
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.portfolio-experiment a:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: calc(0.7em * 1.2);
  right: calc(0.7em * 1.2);
  height: 3px;
  background: #088003;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}
.portfolio-experiment .line {
  position: absolute;
  background: #088003;
}
.portfolio-experiment .line.-right, .portfolio-experiment .line.-left {
  width: 3px;
  bottom: -3px;
  top: -3px;
  transform: scale3d(1, 0, 1);
}
.portfolio-experiment .line.-top, .portfolio-experiment .line.-bottom {
  height: 3px;
  left: -3px;
  right: -3px;
  transform: scale3d(0, 1, 1);
}
.portfolio-experiment .line.-right {
  right: -3px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
}
.portfolio-experiment .line.-top {
  top: -3px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
}
.portfolio-experiment .line.-left {
  left: -3px;
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
}
.portfolio-experiment .line.-bottom {
  bottom: -3px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
}
.portfolio-experiment a:hover .text,
.portfolio-experiment a:active .text {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.portfolio-experiment a:hover:after,
.portfolio-experiment a:active:after {
  transform: scale3d(0, 1, 1);
  right: -3px;
  left: -3px;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}
.portfolio-experiment a:hover .line,
.portfolio-experiment a:active .line {
  transform: scale3d(1, 1, 1);
}
.portfolio-experiment a:hover .line.-right,
.portfolio-experiment a:active .line.-right {
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s;
  transform-origin: bottom;
}
.portfolio-experiment a:hover .line.-top,
.portfolio-experiment a:active .line.-top {
  transition: transform 0.08s linear 0.4s;
  transform-origin: right;
}
.portfolio-experiment a:hover .line.-left,
.portfolio-experiment a:active .line.-left {
  transition: transform 0.08s linear 0.48s;
  transform-origin: top;
}
.portfolio-experiment a:hover .line.-bottom,
.portfolio-experiment a:active .line.-bottom {
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s;
  transform-origin: left;
}

@media (max-width: 991px) {
  #carouselExampleRide {
    display: none;
  }
  header {
    height: 13.2vh;
    margin-bottom: -10vh;
  }
  #nav {
    height: 13vh;
  }
  #nav img {
    width: 45vw;
    margin: auto;
    margin-top: -5px;
    height: 11vh;
  }
  .data_container {
    width: 100%;
  }
  .nav-item {
    display: none;
  }
  .portfolio-experiment {
    width: 100%;
    margin-top: 5vh;
  }
  .navbar-toggler {
    display: none;
  }
  .info {
    display: block;
    margin-bottom: -10vh;
  }
  .data_container img {
    display: none;
  }
  .card_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact_container {
    display: block;
  }
  .contact_container .right_contact {
    display: none;
  }
  footer img {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .info_animation_container {
    width: 100vw;
  }
}
#row {
  margin-top: 2vh;
  margin-right: 1vw;
}

#mensaje {
  height: 40vh;
}
#mensaje #exampleFormControlTextarea1 {
  height: 80%;
}

#submit {
  border-radius: 15px;
  margin-bottom: 2vh;
  color: white;
}

#text {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.nosotros {
  background-color: rgb(128, 194, 30);
  border-radius: 15px;
  width: 100vw;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nosotros h2 {
  font-size: 60px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
.nosotros h2:hover {
  transform: scale(1.5, 1.5);
  transition: transform 1s;
}

.p_container {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
}
.p_container p {
  margin-top: 2vh;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background-color: rgba(135, 185, 135, 0.726);
  border-radius: 5px;
  padding: 10px;
}

.animation_container {
  width: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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