/*
* Patterns stylesheet process
* PACG 2021
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
:root {
  --negro: #000000;
  --texto: #232323;
  --blanco: #f9f8f4;
  --rosa: #a06664;
}

html, body {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: var(--negro);
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

h2 {
  color: var(--negro);
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

.btn-rosa {
  background: var(--rosa);
  color: var(--blanco);
  text-transform: uppercase;
  padding: 10px 10%;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}
.btn-rosa:hover {
  text-decoration: none;
  color: var(--blanco);
}

.btn-negro {
  background: var(--negro);
  color: var(--blanco);
  text-transform: uppercase;
  padding: 10px 10%;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}
.btn-negro:hover {
  text-decoration: none;
  color: var(--blanco);
}

.pd0 {
  padding: 0;
}

header {
  background: var(--blanco);
  width: 100%;
  padding: 20px 0;
  position: fixed;
  z-index: 999;
}
header .logo {
  width: 200px;
}
header .btn-wa {
  margin-right: 15px;
}
header .btn-wa img {
  width: 50px;
}
header .datos {
  line-height: 1;
  text-align: right;
  margin-top: 20px;
}
header .datos p {
  font-weight: 700;
  font-size: 20px;
}
header .datos p .tels {
  font-weight: 400 !important;
  color: var(--negro);
  text-decoration: none;
}
header .datos p .tels:hover {
  color: var(--azul);
}
@media (max-width: 479px) and (min-width: 0px) {
  header .logo {
    width: 165px;
  }
  header .btn-wa {
    margin-right: 5px;
  }
  header .btn-wa img {
    width: 40px;
  }
  header .btn-rosa {
    padding: 5px 8px;
  }
  header .datos {
    padding: 5px;
  }
}

.header-two-columns {
  background-image: url("../patterns/sec2/imgs/1440x450.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12% 0 4%;
  border-bottom: 5px solid var(--rosa);
  min-height: 600px;
}
.header-two-columns h1 {
  font-size: 65px;
  font-weight: 800;
  color: var(--negro);
  margin-bottom: 20px;
}
.header-two-columns p {
  font-family: "Karla", sans-serif;
}
.header-two-columns .contacto .banner {
  height: 400px;
  display: block;
  margin: -40px auto 0;
}
@media (max-width: 767px) and (min-width: 0px) {
  .header-two-columns {
    padding: 30% 2% 4%;
  }
  .header-two-columns h1 {
    font-size: 55px;
  }
  .header-two-columns .contacto .banner {
    margin: 15px auto;
    height: auto;
    width: 100%;
  }
}

.bg-image-text {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 4% 0;
  text-align: center;
  background: var(--negro);
  border-top: 2px solid var(--blanco);
  border-bottom: 2px solid var(--blanco);
}
.bg-image-text img.img-bordeizq {
  position: absolute;
  left: 0;
  margin-top: -120px;
}
.bg-image-text img.img-bordeder {
  position: absolute;
  right: 0;
}
.bg-image-text .bg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-size: cover;
  padding: 30px 0px;
}
.bg-image-text .bg h3 {
  color: var(--blanco);
  font-size: 40px;
  font-weight: 400;
  margin: 0 auto 20px;
  font-family: "Karla", sans-serif;
}
.bg-image-text .bg h3 strong {
  font-size: 45px;
  color: var(--rosa);
  font-family: "Cormorant Garamond", serif;
}
.bg-image-text .bg .btn-negro2 {
  background: var(--negro);
  color: var(--blanco);
  border: var(--blanco) solid 1px;
  text-transform: uppercase;
  padding: 8px 5%;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}
.bg-image-text .bg .btn-negro2:hover {
  text-decoration: none;
  color: var(--blanco);
}
@media (max-width: 767px) and (min-width: 0px) {
  .bg-image-text {
    padding: 10% 0;
  }
  .bg-image-text .bg h3 {
    font-size: 24px;
  }
  .bg-image-text .bg h3 strong {
    font-size: 28px;
  }
  .bg-image-text img.img-bordeizq {
    position: absolute;
    left: 0;
    margin-top: -100px;
    height: 110px;
  }
  .bg-image-text img.img-bordeder {
    height: 100px;
  }
}

.cards-4 {
  background: #ffffff;
  width: 100%;
  padding: 80px 0;
  border-bottom: 5px solid var(--rosa);
  border-top: 5px solid var(--rosa);
}
.cards-4 h3 {
  text-align: center;
  font-size: 36px;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  padding: 20px 25%;
}
.cards-4 h3 strong {
  color: var(--rosa);
  font-family: "Cormorant Garamond", serif;
}
.cards-4 h4 {
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.cards-4 h4 span {
  font-size: 26px;
  color: var(--rosa);
  font-family: "Karla", sans-serif;
}
.cards-4 img {
  margin: 0 auto 15px;
  display: block;
}
.cards-4 img.img-paq {
  width: 100%;
  padding: 0 5%;
}
.cards-4 p {
  font-size: 20px;
  margin-top: 25px;
}
.cards-4 p.secciones {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}
.cards-4 .inc {
  margin-bottom: 10px;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.cards-4 .botones {
  padding: 3% 0;
}
.cards-4 .linea {
  width: 15%;
  background: var(--negro);
  height: 4px;
}
@media (max-width: 767px) and (min-width: 0px) {
  .cards-4 {
    padding: 40px 5%;
  }
  .cards-4 h3 {
    font-size: 28px;
    padding: 20px 8%;
  }
}

.sec5 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 4% 0;
  text-align: center;
  background: var(--rosa);
  border-top: 2px solid var(--blanco);
  border-bottom: 2px solid var(--blanco);
}
.sec5 img.img-bordeizq {
  position: absolute;
  left: 0;
  margin-top: -120px;
}
.sec5 img.img-bordeder {
  position: absolute;
  right: 0;
}
.sec5 .bg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-size: cover;
  padding: 30px 0px;
}
.sec5 .bg h3 {
  color: var(--blanco);
  font-size: 30px;
  font-weight: 400;
  margin: 0 auto 25px;
  font-family: "Karla", sans-serif;
}
.sec5 .bg h3 strong {
  font-size: 34px;
  color: var(--blanco);
  font-family: "Cormorant Garamond", serif;
}
.sec5 .bg .btn-rosa2 {
  background: var(--rosa);
  color: var(--blanco);
  border: var(--blanco) solid 1px;
  text-transform: uppercase;
  padding: 8px 5%;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}
.sec5 .bg .btn-rosa2:hover {
  text-decoration: none;
  color: var(--blanco);
  font-weight: bold;
}
@media (max-width: 767px) and (min-width: 0px) {
  .sec5 {
    padding: 8% 4%;
  }
  .sec5 .bg h3 {
    font-size: 26px;
  }
  .sec5 .bg h3 strong {
    font-size: 28px;
  }
  .sec5 img.img-bordeizq {
    margin-top: -90px;
    height: 100px;
  }
  .sec5 img.img-bordeder {
    margin-top: -15px;
    height: 100px;
  }
}

.sec6 {
  background: var(--negro);
  width: 100%;
  padding: 4% 0px;
  color: var(--blanco);
  border-top: 5px solid var(--rosa);
  border-bottom: 2px solid var(--blanco);
}
.sec6 img.img-bordeder {
  position: absolute;
  right: 0;
}
.sec6 img {
  margin: auto;
  display: block;
}
.sec6 h3 {
  font-size: 38px;
  color: var(--blanco);
  margin: 2% 0;
  font-family: "Karla", sans-serif;
  font-weight: 300;
}
.sec6 h3 strong {
  font-size: 43px;
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
.sec6 h4 {
  font-size: 26px;
  color: var(--blanco);
  margin: 2% 0 0;
}
.sec6 .description {
  font-size: 18px;
  color: var(--blanco);
  font-family: "Karla", sans-serif;
}
.sec6 img {
  margin: 0 0 0 15%;
}
.sec6 a {
  background: var(--azul);
  color: var(--blanco);
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
  border-radius: 6px;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 30px;
}
.sec6 a:hover {
  background: var(--gris);
}
@media (max-width: 767px) and (min-width: 0px) {
  .sec6 {
    padding: 14% 8%;
  }
  .sec6 h3 {
    font-size: 30px;
  }
  .sec6 img {
    width: 100%;
    margin: 0;
  }
  .sec6 img.img-bordeizq {
    margin-top: -90px;
    height: 100px;
  }
  .sec6 img.img-bordeder {
    margin-top: 0;
    height: 100px;
    width: auto;
  }
}

.sec7 {
  background: var(--blanco);
  width: 100%;
  padding: 4% 0px;
  color: var(--negro);
  border-top: 5px solid var(--rosa);
  border-bottom: 2px solid var(--blanco);
}
.sec7 .row {
  margin-bottom: 2%;
}
.sec7 .row h3 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 38px;
  color: var(--negro);
  line-height: 1.4;
  font-family: "Karla", sans-serif;
}
.sec7 .row h4 {
  font-size: 34px;
  color: var(--negro);
  font-family: "Cormorant Garamond", serif;
}
.sec7 .row .line {
  width: 5%;
  height: 3px;
  background: var(--negro);
  margin: 15px 0;
}
.sec7 .row .description {
  font-size: 20px;
  font-family: "Karla", sans-serif;
  color: var(--rosa);
}
.sec7 .row .description strong {
  color: var(--rosa);
}
@media (max-width: 767px) and (min-width: 0px) {
  .sec7 {
    padding: 14% 4%;
  }
  .sec7 .row h3 {
    margin: 10px 0 20px;
  }
}

.sec8 {
  background: #ffffff;
  width: 100%;
  padding: 2% 0px;
  color: var(--negro);
  border-bottom: 5px solid var(--rosa);
}
.sec8 img {
  margin: auto;
  display: block;
  width: 80%;
}
.sec8 h3 {
  font-size: 38px;
  color: var(--negro);
  margin: 2% 0 5%;
  font-family: "Karla", sans-serif;
  font-weight: 300;
}
.sec8 h3 strong {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
}
.sec8 h4 {
  font-size: 26px;
  margin: 2% 0 0;
}
.sec8 .description {
  font-size: 18px;
  font-family: "Karla", sans-serif;
}
.sec8 .accordion-item {
  border: none;
}
.sec8 .accordion-item:last-child {
  border-bottom: 2px solid var(--rosa);
}
.sec8 .accordion-button:not(.collapsed) {
  color: var(--negro);
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.sec8 a {
  color: var(--rosa);
  text-decoration: none;
}
.sec8 .accordion-header {
  font-family: "Karla", sans-serif;
  border-top: 1px solid var(--rosa);
}
.sec8 .accordion-header:first-child {
  border-top: 2px solid var(--rosa);
}
.sec8 .accordion-body {
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) and (min-width: 0px) {
  .sec8 {
    padding: 4% 4%;
  }
}

.sec9 {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 4% 0;
  text-align: center;
  background: var(--negro);
  border-top: 2px solid var(--blanco);
  border-bottom: 2px solid var(--blanco);
}
.sec9 img.img-bordeizq {
  position: absolute;
  left: 0;
  margin-top: -120px;
}
.sec9 img.img-bordeder {
  position: absolute;
  right: 0;
}
.sec9 .bg {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-size: cover;
  padding: 30px 0px;
}
.sec9 .bg h3 {
  color: var(--blanco);
  font-size: 36px;
  font-weight: 400;
  margin: 0 auto 30px;
  font-family: "Karla", sans-serif;
}
.sec9 .bg h3 strong {
  font-size: 38px;
  color: var(--rosa);
  font-family: "Cormorant Garamond", serif;
}
.sec9 .bg .btn-negro2 {
  background: var(--negro);
  color: var(--blanco);
  border: var(--blanco) solid 1px;
  text-transform: uppercase;
  padding: 8px 5%;
  text-decoration: none;
  font-family: "Karla", sans-serif;
}
.sec9 .bg .btn-negro2:hover {
  text-decoration: none;
  color: var(--blanco);
}
@media (max-width: 767px) and (min-width: 0px) {
  .sec9 {
    padding: 10% 2%;
  }
  .sec9 .bg h3 {
    font-size: 22px;
  }
  .sec9 .bg h3 strong {
    font-size: 26px;
  }
  .sec9 img.img-bordeizq {
    margin-top: -100px;
    height: 100px;
  }
  .sec9 img.img-bordeder {
    margin-top: -10px;
    height: 100px;
  }
}

.sec10 {
  height: auto;
  background: var(--blanco);
  padding: 4% 8%;
  border-top: 5px solid var(--rosa);
}
.sec10 h3 {
  font-size: 38px;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 15%;
  margin-bottom: 5%;
}
.sec10 h3 strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 900;
}
.sec10 p {
  font-size: 18px;
  font-family: "Karla", sans-serif;
}
.sec10 .img-form {
  width: 90%;
  margin: auto;
  display: block;
}
.sec10 .form-contact {
  margin: 10% 0;
}
.sec10 .form-contact form {
  width: 100%;
}
.sec10 .form-contact input {
  width: 100%;
  margin-bottom: 25px;
  padding: 8px 10px;
  border: 2px solid var(--negro);
  outline: none;
}
.sec10 .form-contact input[type=radio] {
  width: auto;
}
.sec10 .form-contact label {
  margin: 0 30px 0 8px;
  font-size: 18px;
  color: var(--negro);
  font-family: "Karla", sans-serif;
}
.sec10 .form-contact ::-webkit-input-placeholder {
  color: var(--negro);
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
.sec10 .form-contact ::-moz-placeholder {
  color: var(--negro);
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
.sec10 .form-contact :-ms-input-placeholder {
  color: var(--negro);
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
.sec10 .form-contact ::-ms-input-placeholder {
  color: var(--negro);
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
.sec10 .form-contact ::placeholder {
  color: var(--negro);
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
.sec10 .form-contact input[type=date] {
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  width: 100%;
}
.sec10 .form-contact input[type=date]:after {
  color: var(--negro);
  content: attr(placeholder);
}
@media (max-width: 479px) and (min-width: 0px) {
  .sec10 form {
    max-width: 100%;
  }
  .sec10 input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-width: 100%;
  }
  .sec10 input[type=date]:after {
    color: var(--negro);
    content: attr(placeholder);
  }
}

.footer-3-columns {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 2% 0;
  text-align: center;
  background-color: var(--negro);
}
.footer-3-columns .copy {
  color: var(--blanco);
  font-size: 16px;
  text-align: center;
  font-family: "Karla", sans-serif;
  margin: 2% 0 0 0;
}
.footer-3-columns .copy strong {
  color: var(--rosa);
  font-size: 22px;
}
.footer-3-columns .logo-footer {
  width: 75%;
  margin: auto;
  display: block;
}
.footer-3-columns .telefono {
  color: var(--blanco);
}
.footer-3-columns .telefono a {
  color: var(--blanco);
  text-decoration: none;
}
.footer-3-columns .redes {
  padding: 2% 0;
}
.footer-3-columns a {
  text-decoration: none;
  padding: 5px;
}
.footer-3-columns a .icono-red {
  width: 50px;
  display: inline-block;
}
@media (max-width: 767px) and (min-width: 0px) {
  .footer-3-columns {
    padding: 4% 0;
  }
  .footer-3-columns .logo-footer {
    width: 70%;
  }
}

.gracias {
  width: 100%;
  height: 80vh;
  padding: 4% 0;
  text-align: center;
  background: var(--blanco);
}
.gracias h2 {
  font-size: 34px;
  color: var(--rosa);
  font-family: "Karla", sans-serif;
}
.gracias .description {
  font-size: 34px;
  color: var(--rosa);
  font-family: "Karla", sans-serif;
}
.gracias .tks {
  width: 200px;
  margin: auto;
  display: block;
}
.gracias .redes {
  padding: 4% 0;
}
.gracias .redes .social-icons {
  width: 50%;
}
.gracias .btn-cta {
  background: var(--rosa);
  color: var(--blanco);
  width: initial;
  margin: 20px auto 20px;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-family: "Karla", sans-serif;
  display: inline-block;
}