* {
  font-family: "DosisVariable" !important;
  font-weight: 600;
}
body {
  background: #efe9e2 !important;
}
.service {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  background-color: #ffffff;
  padding: 5rem 50px;
  transform: translateY(-70px);
  border-bottom-left-radius: 100px;
  gap: 20px;
  position: relative;
}

.service_conteiner_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 100%;
  margin: auto;
  z-index: 20;
}

.service_conteiner_text p {
  width: 70%;
  font-size: 16px;
  text-align: justify;
}

.service_conteiner_sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 70px;
}

.service_title {
  text-align: center;
}

.service_title h2 {
  font-size: 70px !important;
  height: 60px;
  padding: 0;
}
.service_conteiner_text span {
  font-size: 20px;
  letter-spacing: 3px;
}

.service_section {
  position: relative;
  width: 259px;
  height: 280px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition-duration: 300ms;
}
.service_section:hover {
  box-shadow: 1px 3px 10px gray;
}
.service_section img {
  width: 100px;
  height: 100px;
}
.service_section h3 {
  margin-top: 10px;
  font-size: 20px;
  font-family: "DosisExtraBold";
  font-weight: 800;
  line-height: 25.28px;
  letter-spacing: 2px;
  text-align: center;
}

.service_section p {
  width: 75%;
  margin: auto;
  text-align: center;
}
.service_section1 {
  background-color: #efedeb;
}
.service_section1:active {
  background: rgb(254, 214, 136);
}
.service_section2 {
  background: #efedeb;
}
.service_section2:active {
  background: rgb(225, 96, 59);
  color: #fff;
}

.service2 {
  gap: 40px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 50px 50px 80px 50px;
}

.containerSecond {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*
.containerSecond_subtitlemobile {
  display: none;
}
*/
.containerSecond_Foto img {
  display: block;
  width: 300px;
  height: 400px;
  border-top-right-radius: 100px;
}

.containerSecond_containerParrafo {
  display: flex;
  flex-direction: column;
  /*gap: 5rem;*/
  justify-content: center;
  align-items: center;
}

.heart {
  position: absolute;
  right: -50px;
  top: -50px;
}
.heart-red {
  position: absolute;
  left: -50px;
  top: -50px;
}

.service_icon {
  width: 79px !important;
  height: 77px !important;
}

.containerSecond_subtitle-full {
  display: none;
}
.containerSecond_subtitle {
  display: block;
  padding-bottom: 40px;
  height: 102px;
}
.containerSecond_subtitle-foto {
  display: block;
  width: 300px;
  height: 400px;
}

.containerSecond_parrafo {
  display: grid;
  place-items: center;
}
.containerGallery {
  display: flex;
  flex-direction: column;
}
.containerGallery_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}
.containerGallery_text img {
  width: 300px;
  margin-bottom: 20px;
}
.containerGallery_fotos {
  display: grid;
  gap: 20px;
}
.containerGallery_fotos img {
  width: 300px;
}
.textContainerCard {
  display: grid;
  place-items: center;
}
#contactotitle {
  width: 80%;
  margin: auto;
}
.form-container {
  background-color: white;
  border: 5px solid #f3b55d;
  border-radius: 40px;
  padding: 30px;
  width: 60%;
  min-width: 300px;
  margin: auto;
  text-align: center;
}

.form-group {
  display: block;
  height: 215px;
}
.form-group-content {
  padding: 15px 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #fed688;
  font-size: 15px;
  border: none;
}
.form-group input {
  height: 70px;
}
input::placeholder,
textarea::placeholder {
  color: black;
}

textarea {
  resize: none;
  width: 100%;
  height: 300px;
  background-color: #fed688;
  border-radius: 30px;
  padding: 10px;
  border: 0px;
}

textarea:hover {
  box-shadow: 1px 3px 10px gray;
}
.form-group input:hover {
  box-shadow: 1px 3px 10px gray;
}
.containerSecond {
  background: linear-gradient(to top, #322016 46%, transparent 10%);
  width: 95%;
  border-bottom-left-radius: 100px;
  margin-left: auto;
  padding: 4rem;
  display: flex;
  align-items: center;
}
.parrafo {
  min-width: 300px;
  padding: 50px 0;
  width: 80%;
  margin: auto;
  text-align: justify;
  line-height: 35px;
}
.text-content {
  width: 70%;
}
.text-content img {
  display: block;
  margin: auto;
}
.text-content p {
  display: flex;
}
.containerGallery_text {
  display: flex;
  justify-content: center;
}

.containerGallery_text-button {
  display: flex;
  justify-content: center;
}
.containerGallery_fotos {
  justify-items: center;
}
.containerGallery_text-img {
  width: 300px !important;
  height: 460px;
  object-fit: cover;
  border-top-right-radius: 100px;
}
.containerGallery_fotos img {
  width: 300px !important;
}
.mision_container {
  max-width: 100vw;
  display: flex;
  justify-content: center;
  padding: 10px 0 20px 0;
}
.mision_content {
  display: flex;
  width: 960px;
  justify-content: space-between;
}
.mision_section {
  position: relative;
  background: white;
  width: 450px;
  height: 280px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition-duration: 300ms;
}
.mision_section:hover {
  box-shadow: 1px 3px 10px gray;
}
.mision_section img {
  width: 100px;
  height: 100px;
}
.mision_section h3 {
  margin-top: 10px;
  font-size: 36px;
  font-family: "DosisExtraBold";
  font-weight: 800;
  line-height: 25.28px;
  letter-spacing: 2px;
  text-align: center;
}

.mision_section p {
  width: 75%;
  margin: auto;
  text-align: center;
}
@media (max-width: 600px) {
  .mision_content {
    flex-direction: column;
  }
  .mision_section {
    width: 90%;
    height: auto;
    margin-bottom: 50px;
  }
  .mision_section p {
    width: 100%;
  }
  .service_title h2 {
    font-size: 2em !important;
  }
  .content-video {
    width: 100vw;
    padding: 60px 10px;
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .content-video-dim {
    width: 100vw;
    align-items: center;
    justify-content: center;
  }
  .content-video-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .service_conteiner_sections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    padding-top: 80px;
    margin: auto;
  }
  .containerGallery_fotos img {
    width: 320px;
  }
  .sectionGallery_images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .text-content {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(1, 3fr);
    width: 80%;
    gap: 35px;
    place-items: center;
  }
}

@media (min-width: 768px) {
  #contactotitle {
    width: 179px;
  }
  .containerGallery_text img {
    width: 400px;
    margin-bottom: 0;
  }
  .containerGallery {
    display: grid;
    /*grid-template-columns: 1.3fr 2fr;*/
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
    width: 100vw;
    justify-items: center;
    /*grid-template-rows: repeat(2, 1fr);*/
  }

  .containerGallery_fotos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    justify-items: center;
    column-gap: 0;
    width: 90%;
  }
  .containerSecond {
    background: linear-gradient(to top, #322016 30%, transparent 10%);
    width: 95%;
    border-bottom-left-radius: 100px;
    margin-left: auto;
    padding: 4rem;
  }
  .containerSecond_Foto img {
    display: block;
    width: 550px;
    height: 650px;
    border-top-right-radius: 100px;
  }
  .containerSecond_subtitle {
    display: block;
    height: auto;
  }
  .containerGallery_text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    width: 90%;

    grid-template-rows: repeat(1, 1fr);
    place-items: center;
  }
  .containerGallery_text-img {
    width: 380px !important;
    height: 450px;
    object-fit: cover;
    border-top-right-radius: 100px;
  }
  .form-group {
    display: block;
    height: 190px;
  }
  .form-group-content {
    padding: 10px 0;
  }
  textarea {
    height: 140px;
  }
  .containerSecond_subtitle-full {
    height: 18rem;
  }
}

@media (min-width: 1024px) {
  .service {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-items: center;
  }

  .containerSecond {
    flex-direction: row;
    background: linear-gradient(to top, #322016 60%, transparent 40%);
  }

  .textContainerCard {
    gap: 8rem;
  }

  .service2 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-items: center;
  }

  .containerSecond_subtitle-full {
    height: 9rem;
    display: flex;
    padding-bottom: 50px;
  }
  .containerSecond_subtitle {
    display: none;
  }

  /*
  .containerSecond_subtitlemobile {
    display: block;
    padding: 100px 0;
  }
    */
  .containerSecond_parrafo {
    /*gap: 8rem;*/
    padding: 10px 0;
  }

  .containerSecond_Foto {
    display: block;
    width: auto;
    margin: auto;
    padding: 30px;
  }
  .containerSecond_Foto img {
    width: 500px;
    height: 600px;
    border-top-right-radius: 100px;
    object-fit: cover;
    object-position: top;
  }
  .text-content {
    display: grid;
    text-align: center;
    grid-template-columns: repeat(1, 3fr);
    width: 80%;
    gap: 35px;
  }
  .text-content p {
    width: 100%;
    text-align: justify;
  }
  .containerGallery_text-img {
    width: 90%;
    width: 300px;
    height: 370px;
    object-fit: cover;
    border-top-right-radius: 100px;
  }

  .containerGallery_text-button {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .containerGallery_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5.3rem;
    align-self: self-start;
  }
  .containerGallery {
    display: grid;
    /*grid-template-columns: 1.3fr 2fr;*/
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
    grid-template-rows: repeat(1, 1fr);
  }
  .containerGallery_fotos {
    width: 45vw;
    height: auto;
    column-gap: 20px;
  }
  .containerGallery_fotos img {
    object-fit: cover;
    width: 100%;
    max-width: 395px;
    height: 460px;
  }
  .form-group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 20px;
    height: auto;
  }
  .form-group-content {
    width: 100%;
  }
}
.content-video-main {
  width: 80%;
}
@media (min-width: 460px) {
  .content-video {
    width: 100vw;
    padding: 100px 100px;
    display: flex;
    justify-content: center;
  }
}
/*actualizaciones*/
