.p-min {
  padding-block: clamp(1.5rem, 3vw, 2rem);
}

.p-mid {
  padding-block: clamp(3rem, 5vw, 5rem);
}

.p-max {
  padding-block: clamp(4.2rem, 6.2vw, 7.5rem);
}

*:focus {
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}

.title_ctf {
  background-image: url("../img/bg1.webp");
  background-position: center center;
}
.title_ctf .container-fluid {
  background-color: rgba(29, 55, 86, 0.65);
}
.title_ctf h1 {
  color: #FFFFFF !important;
  text-transform: uppercase;
  font-weight: bolder;
}
.title_ctf h1::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 3rem;
  margin-left: -1rem;
  background-color: #CCA876;
}
.title_ctf p {
  font-size: 2.5rem;
  font-weight: lighter;
  line-height: 2.5rem;
  color: #FFFFFF !important;
}
.title_ctf p span {
  color: #CCA876;
  font-weight: 600 !important;
}
.title_ctf a {
  background-color: #CCA876 !important;
  border: none !important;
}

.title h1 {
  color: #1D3756;
  font-weight: 600 !important;
}
.title h1::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 3rem;
  margin-left: -1rem;
  background-color: #CCA876;
}
.title p {
  color: #626567;
  font-size: 1.26rem;
}
.title p span {
  font-weight: 600 !important;
}

body.internal-page nav {
  background-color: #242e3b;
}
body.internal-page nav .navbar-brand {
  padding-top: 0.5rem !important;
}
body.internal-page nav .navbar-brand img {
  max-width: 150px;
}

body {
  font-family: "Quicksand", sans-serif !important;
}
body nav {
  z-index: 99 !important;
}
body nav .navbar-brand img {
  max-width: 200px;
}
body nav .navbar-toggler i {
  font-size: 2.5rem;
  color: #FFFFFF !important;
}
body nav .navbar-title {
  color: #FFFFFF;
  font-size: 1.3rem;
}
body nav .nav-link {
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  color: #1D3756 !important;
}
body nav .social-link i {
  font-size: 1.5rem;
}
body nav .offcanvas-header img {
  max-height: 60px;
}
body nav .offcanvas-header button {
  margin-top: -1.85rem !important;
  margin-right: 1.5rem !important;
}
body div#slider .half-dark {
  width: 50vw;
  background-color: rgba(29, 55, 86, 0.65);
}
body div#slider .half-dark::before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: -7rem;
  bottom: 0;
  border-bottom: 100vh solid rgba(29, 55, 86, 0.65);
  border-right: 7rem solid transparent;
}
body div#slider .carousel-inner {
  height: 100vh;
}
body div#slider .carousel-inner div.carousel-item {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body div#slider .carousel-inner div.carousel-item:nth-child(1) {
  background-image: url("../img/bg1.webp");
  background-position: center top;
}
body div#slider .carousel-inner div.carousel-item:nth-child(2) {
  background-image: url("../img/bg2.webp");
}
body div#slider .carousel-inner div.carousel-item:nth-child(3) {
  background-image: url("../img/bg3.webp");
}
body div#slider .carousel-inner div.carousel-item .poptext {
  color: #FFFFFF !important;
  width: 75%;
  margin-left: 18%;
  margin-top: -5%;
  position: relative;
  top: 50%;
}
body div#slider .carousel-inner div.carousel-item .poptext h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 300;
}
body div#slider .carousel-inner div.carousel-item .poptext h1 span {
  color: #CCA876;
  font-weight: 600 !important;
}
body section#contacto form textarea {
  resize: none;
  height: 7rem;
}
body section#contacto form button {
  color: #FFFFFF;
  background-color: #242E3B;
}
body section#servicios .serv h2 button:not(.collapsed) {
  background: #CCA876;
  color: #FFFFFF;
  font-weight: bold;
}
body section#servicios .serv h2 button:not(.collapsed)::after {
  transform: rotate(-90deg);
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body section#servicios .serv p {
  font-size: 1.15rem !important;
  text-align: justify !important;
  color: #3c3c3c;
}
body section#equipo {
  background-color: #F2F3F4;
  cursor: default;
}
body .cv, body [id^=mc] {
  background-color: #1D3756;
  color: #FFFFFF;
}
body .cv h1, body [id^=mc] h1 {
  color: #CCA876;
  font-weight: 600;
}
body .cv h3, body [id^=mc] h3 {
  font-size: 1.3rem;
  color: #FFFFFF;
  font-weight: 600;
}
body .cv p, body [id^=mc] p {
  font-size: 1.15rem;
  line-height: 1.9rem;
}
body .cv li, body [id^=mc] li {
  background-color: transparent !important;
  border: none !important;
  color: #FFFFFF;
  padding-left: 1.6rem;
}
body .cv li sub, body [id^=mc] li sub {
  font-size: 0.95rem;
  color: #CCA876;
}
body .cv li::before, body [id^=mc] li::before {
  content: "\f269";
  position: absolute;
  left: 0;
  font-family: "bootstrap-icons";
  color: #CCA876;
}
body footer {
  color: #FFFFFF !important;
  background-color: #242e3b !important;
  text-transform: capitalize;
}
body footer li {
  color: #FFFFFF !important;
  font-size: 1.2rem;
  background: transparent !important;
  border-bottom: none !important;
  position: relative;
  padding-left: 1.9rem !important;
}
body footer li a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
body footer li::before {
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
}
body footer .local::before {
  content: "\f3e8";
}
body footer .phone::before {
  content: "\f5c1";
}
body footer .watsa::before {
  content: "\f618";
}
body footer .home::before {
  content: "\f425";
}
body footer .contact::before {
  content: "\f84c";
}
body footer .team::before {
  content: "\f4d0";
}
body footer .servi::before {
  content: "\f1c8";
}
body footer .general::before {
  content: "\f519";
}
body footer .face::before {
  content: "\f344";
}
body footer .insta::before {
  content: "\f437";
}
body footer h3 {
  font-weight: 700 !important;
  color: #CCA876;
  padding-bottom: 1rem;
}
body footer hr {
  border-color: #FFFFFF !important;
}
body footer p {
  color: #CCA876;
  text-transform: uppercase;
}
body footer p span {
  color: #FFFFFF;
}

@media (min-width: 756px) {
  section#equipo .individual .desc {
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    transition: all 0.4s ease-out;
    opacity: 0;
  }
  section#equipo .individual .desc .capsule {
    color: #FFFFFF;
  }
  section#equipo .individual .desc .capsule h3 {
    font-weight: 700;
  }
  section#equipo .individual .desc .capsule a {
    background-color: #CCA876;
  }
  section#equipo .individual:nth-child(1):hover .desc, section#equipo .individual:nth-child(1):active .desc, section#equipo .individual:nth-child(1):focus .desc, section#equipo .individual:nth-child(3):hover .desc, section#equipo .individual:nth-child(3):active .desc, section#equipo .individual:nth-child(3):focus .desc, section#equipo .individual:nth-child(5):hover .desc, section#equipo .individual:nth-child(5):active .desc, section#equipo .individual:nth-child(5):focus .desc {
    visibility: visible !important;
    opacity: 1;
    transition: all 0.4s ease-in;
  }
  section#equipo .individual img {
    width: 100%;
  }
}
@media (max-width: 756px) {
  .half-dark {
    height: 50vh !important;
    width: 100% !important;
    bottom: 0 !important;
    position: relative !important;
  }
  .half-dark::before {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    content: "";
    position: absolute;
    height: 0 !important;
    width: 100% !important;
    left: 0;
    bottom: -20% !important;
    border-top: 10vh solid rgba(29, 55, 86, 0.65) !important;
    border-left: 0rem solid transparent !important;
    border-bottom: 0vh !important;
    border-right: 40rem solid transparent !important;
  }
  .poptext {
    width: 95% !important;
    margin-left: 2.5% !important;
    margin-top: 0 !important;
    top: 40% !important;
  }
  section#equipo .individual {
    height: 100%;
  }
  section#equipo .individual .desc {
    bottom: 0;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
  }
  section#equipo .individual .desc .capsule {
    color: #FFFFFF;
  }
  section#equipo .individual .desc .capsule h3 {
    font-weight: 700;
  }
  section#equipo .individual .desc .capsule h5 {
    padding-bottom: 1.5rem;
  }
  section#equipo .individual .desc .capsule a {
    margin-bottom: 0.5rem !important;
    background-color: #CCA876;
  }
  section#equipo .individual img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */