:root {
  --header-color: #f18701;
  --main-color: #f7b801;
  --text-descrip: #3d348b;
  --footer: #f7b787;
  --nav-text: white;
  --font-principal: "Playwrite HU";
  --font-opc: "Caveat";
  --button: #7678ed;
  /* --nav-background: rgba(1, 150, 150, 100%); */
  --nav-background: rgb(255, 85, 0);
  --nav-a: rgb(255, 170, 66);
  --content-bk: rgba(255, 255, 255, 0.939);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ee7214;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
}

p {
  font-family: var(--font-opc);
}

h2 {
  font-size: 2rem;
}

.main-menu {
  flex: 1;
}
.main-menu h2 {
  font-size: 5rem;
  width: 80%;
  font-family: var(--font-opc);
  color: white;
  margin: 0px;
  text-align: center;
  border-radius: 50px;
}

.titulo {
  font-size: 3rem;
  text-align: center;
  margin: 0;
  color: var(--nav-text);
  background-color: #ee7214;
}
.titulo .--titulo-h1 {
  font-size: 5rem;
}
.titulo .--titulo-h2 {
  font-size: 2rem;
  margin: 0px 4rem 20px;
}

.header-nav {
  background-color: #ee7214;
  margin: 0;
  box-shadow: 0px 20px 50px 20px rgba(245, 196, 1, 0.2);
}
.header-nav h1 {
  margin-right: 1rem;
  font-size: 2vw;
  font-family: var(--font-principal);
  color: black;
  text-shadow: 1px 8px 8px black;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .header-nav h1 {
    font-size: 3vw;
    margin: 0;
  }
}

@media (max-width: 800px) {
  .container-fluid {
    flex-direction: row;
    align-items: center;
    justify-content: space-around !important;
    min-height: 0;
  }
  .header-nav {
    flex-direction: row;
    align-items: space-around;
    justify-content: center;
  }
}
.navegacion {
  display: flex;
  list-style: none;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: flex-end;
  text-decoration: none;
}
.navegacion a {
  text-decoration: none;
  color: black;
  font-family: var(--font-principal);
  font-size: 1vw;
  padding: 5px;
  margin: 0px 10px;
}
.navegacion a:hover {
  background-color: var(--nav-a);
  color: white;
  border-radius: 30px;
}

.logo {
  width: 15vw;
  margin: 0px;
  padding: 0px;
}
.logo:hover {
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.644);
}

@media (max-width: 800px) {
  .navegacion {
    margin-top: 2rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .navegacion .nav-item {
    margin: 10px 0px;
  }
  .navegacion a {
    font-size: 5vw !important;
    margin: 0px 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .navegacion h1 {
    font-size: 3vw;
  }
  .logo {
    width: 65vw;
    padding: 0px;
  }
}
#index {
  display: flex;
  margin: 0px 0px 20px 0px;
  min-height: 100vh;
  gap: 10px;
  align-items: baseline;
  justify-items: center;
  background-color: #ee7214;
}
#index img {
  max-width: 100%;
}

.imagen {
  width: 50%;
  margin: 10px;
  padding: 40px;
}

.texto {
  width: 50%;
  height: 50%;
  text-align: start;
  border-radius: 30px;
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.texto h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
  color: white;
}
.texto .btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  width: 80%;
  border: 1px solid #3f5a40;
  background-color: #527853;
  font-family: var(--font-opc);
  transition: background-color 0.5s ease;
}
.texto .btn:hover {
  background-color: #3f5a40;
  color: white;
}
.texto .btn:active {
  animation: pulse 0.5s;
}

@media (max-width: 800px) {
  #index {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }
  .imagen {
    width: 90%;
  }
  .texto {
    width: 90%;
    height: 50%;
    margin: 10px;
    padding: 20px;
  }
  .texto h2 {
    font-size: 2rem;
    text-align: justify;
    text-justify: inter-word;
    color: white;
  }
}
#quien {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#quien .content {
  flex-direction: row;
  background-color: #527853;
  margin: 0px;
}
#quien .content h2 {
  font-size: 5rem;
  margin: 10px;
  text-align: center;
  text-justify: inter-word;
  color: white;
  background-color: rgba(255, 255, 255, 0);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  width: 50%;
}
#quien .text-p {
  font-size: 2rem;
  margin: 20px;
  text-align: justify;
  text-justify: inter-word;
  color: white;
  width: 80%;
}
#quien .imagen {
  width: 100%;
}
#quien .imagen .--content-img-container {
  width: 100%;
}
#quien .imagen .--content-img-container .--content-img {
  border-radius: 50%;
  margin: 0px;
  min-width: 100%;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.3803921569);
}

@media (max-width: 800px) {
  #quien {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 0;
  }
  #quien .content {
    flex-direction: column;
  }
  #quien .content .text-p {
    font-size: 2rem;
  }
  #quien .content h2 {
    font-size: 5rem;
    margin: 10px;
    text-align: center;
    text-justify: inter-word;
    color: white;
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  }
  #quien .content .imagen {
    width: 90%;
  }
  #quien .content .imagen .--content-img {
    border-radius: 50%;
    min-width: 100%;
  }
}
#trabajo {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #527853;
}
#trabajo .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0px;
  width: 100%;
}
#trabajo .content .--content-card {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #4dc585;
  margin: 30px;
  width: 40%;
  height: 30%;
  overflow: hidden;
  transition: box-shadow 0.5s ease;
}
#trabajo .content .--content-card:hover {
  background-color: #4dc585;
  box-shadow: #8e9b8e 1px 1px 10px 10px;
}
#trabajo .content .--content-text {
  min-width: 100%;
}
#trabajo .content .--content-text-p {
  font-size: 1.5rem;
  margin: 0px;
  padding: 10px;
  background-color: rgba(70, 110, 71, 0.4862745098);
}
#trabajo .content .--content-img {
  width: 100%;
  height: 300px;
  padding: 0px;
  margin: 0px;
  object-fit: cover;
  display: block;
}
@media (max-width: 800px) {
  #trabajo .content {
    margin: 0px;
  }
  #trabajo .content .--content-card {
    flex-direction: column;
    min-width: 95%;
  }
  #trabajo .content .--content-text-p {
    font-size: 1.5rem;
  }
  #trabajo .content .--content-img {
    min-width: 100%;
    height: 200px;
    padding: 0px;
    margin: 0px;
    object-fit: cover;
  }
}

#servicio {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #527853 !important;
}
#servicio .content {
  display: flex;
  flex-direction: row-reverse;
  width: 90vw;
  margin: 0px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 5rem;
}
#servicio .content .imagen {
  width: 100%;
  max-width: 600px;
  height: 400px;
  padding: 0px;
  margin: 20px;
  object-fit: cover;
  display: block;
  border-radius: 60px;
  margin: 20px 20px;
}
#servicio .content .--content-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0px;
}
#servicio .--content-h2 {
  width: 80%;
  text-align: center;
  margin-right: 30px;
  color: white;
  text-decoration: underline;
}
#servicio .--content-h3 {
  font-size: 2rem;
  width: 80%;
  text-align: center;
  margin-right: 30px;
  color: white;
  text-decoration: underline;
}
#servicio .--content-text-p {
  font-size: 1.5rem;
  text-align: center;
  margin: 0px;
}
@media (max-width: 800px) {
  #servicio .content {
    width: 87vw;
    height: auto;
    flex-direction: column-reverse;
    padding: 0px;
  }
  #servicio .content .--content-text-p {
    font-size: 2rem;
    text-align: center;
  }
  #servicio .content .imgen {
    width: 100%;
    height: 400px;
    padding: 0px;
    margin: 20px;
    object-fit: cover;
    display: block;
    border-radius: 60px;
  }
}

#contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
#contacto .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: var(--font-opc);
  color: black;
}
#contacto .content .contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 2rem;
}
#contacto .content .contact .--content-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  background-color: #ee7214;
  align-content: space-around;
  justify-items: center;
}
#contacto .content .contact .--content-card .--content-card-contact {
  width: 15rem;
  height: 15rem;
  color: white;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.644);
  text-align: center;
  padding-top: 4rem;
  background-color: rgba(82, 120, 83, 0.8196078431);
  margin: 10px;
  border-radius: 10px;
}
#contacto .content .contact .--content-card .--content-card-contact h2 {
  text-decoration: underline;
}
#contacto .content .contact .--content-card .--content-card-contact p {
  font-size: 1.4rem;
  margin: 10px;
  text-justify: inter-word;
  color: white;
  overflow: hidden;
}
#contacto .content .--titulo-h2 {
  margin: 0px;
}
#contacto .content .formulario {
  background-color: rgba(82, 120, 83, 0.8196078431);
  padding: 10px;
  color: white;
  border-radius: 10px;
}
#contacto .btn {
  background-color: var(--nav-a);
  color: var(--nav-text);
  font-size: 1.5rem;
  padding: 10px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  width: 20vw;
  height: 10vh;
  transition: background-color 0.5s ease;
}
#contacto .btn:hover {
  background-color: #f9e8d9;
  color: black;
  font-size: 2rem;
}
#contacto .btn:active {
  animation: pulse 0.5s;
}
@media (max-width: 1024px) {
  #contacto {
    display: flex;
    flex-direction: row;
  }
  #contacto .content {
    display: flex;
    flex-flow: column wrap;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #contacto .content .contact {
    display: flex;
    flex-direction: column !important;
  }
  #contacto .content .contact .--content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }
  #contacto .formulario {
    width: 80vw;
  }
  #contacto .row {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  #contacto .btn {
    width: 60vw;
    font-size: 2rem;
  }
}

.content {
  display: flex;
  margin: 0px 100px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.content text {
  max-width: 50vw;
}
.content img {
  margin-left: 10px;
  max-width: 40vw;
}
.content .--content-text-p {
  font-size: 1.5rem;
  margin: 10px;
  text-align: justify;
  text-justify: inter-word;
  color: white;
}

.footer-pie {
  background-color: var(--footer);
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer-pie ul {
  margin: 30px;
  padding: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
.footer-pie .content {
  display: flex;
}
.footer-pie a {
  color: var(--nav-text);
  font-size: 0.75rem;
  margin: 10px;
  font-family: var(--font-principal);
  text-decoration: none;
}
.footer-pie a :link {
  color: var(--nav-text);
  text-decoration: none;
}
.footer-pie span {
  font-size: 1vw;
  color: white;
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.footer-pie img {
  width: 2vw;
  height: auto;
  margin: 0px 0px;
  padding: 0px;
}

@media (max-width: 800px) {
  .footer-pie ul {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-around;
    margin: 10px;
  }
  .footer-pie a {
    font-size: 2vw;
  }
  .footer-pie span {
    font-size: 2vw;
    right: 10px;
    bottom: 5px;
  }
  .footer-pie img {
    width: 7vw;
  }
}

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