*{
    font-family: "Plus Jakarta Sans", sans-serif;
}
a{
    text-decoration: none !important;
}
.nav-link{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
}
h2{
    font-size: 3.6rem !important;
    font-weight: 700 !important;
    color: #404040;
}
@media (max-width: 768px) {
    h2 {
         font-size: 2.6rem !important;
    }
}
h3{
    color: #2A52BE !important;
    font-weight: 700 !important;
    font-size: 3rem !important;
}
h4{
    font-weight: 400 !important;
    font-size: 1.6rem !important;
}
@media (max-width: 768px) {
    h4 {
         font-size: 1.2rem !important;
    }
}
.m-80{
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}
@media (max-width: 991px) {
    .m-80{
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
}

.btn-gd-dark{
    background-color: #101010;
    color: white !important;
    padding: 12px 36px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 0px !important;
     border-radius: 100px;
     transition: background-color 0.3s ease-in-out, border 0.5s ease-in-out;
}
.btn-gd-dark:hover{
    background-color: #2A52BE;
}
.btn-gd-blue{
    background-color: #2A52BE;
    color: white !important;
    padding: 12px 36px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-transform: uppercase;
     border-radius: 100px;
    border: 0px !important;
     transition: background-color 0.3s ease-in-out, border 0.5s ease-in-out;
}
.btn-gd-blue:hover{
    background-color: #101010;
}
.btn-gd-link{
    background-color: transparent;
    color: #2A52BE !important;
    padding: 10px 32px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 100px;
    border: 3px solid #2A52BE!important;
     transition: background-color 0.3s ease-in-out, border 0.5s ease-in-out;
}
.btn-gd-link:hover{
    color: #2A52BE !important;
    
}
.btn-gd-linkw{
    background-color: transparent;
    color: white !important;
    padding: 10px 32px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    font-weight: 600 !important;
    text-transform: uppercase;
     border-radius: 100px;
    border: 2px solid white!important;
     transition: background-color 0.3s ease-in-out, border 0.5s ease-in-out;
}
.btn-gd-linkw:hover{
    color: #E2E2E2 !important;
}
.web-hero-gd{
    width: 100%;
    height: 1080px;
    background-color: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
@media (max-width: 768px) {
    .web-hero-gd {
        height: 700px;
    }
}
.web-hero-gd-tagline{
    width: auto !important;
    height: auto;
    padding: 8px 36px !important;
    background: linear-gradient(to right, #ffffff49, #1a1a1ad7);
    border: 0.5px solid #949494;
    border-radius: 500px;
    color: white !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

@media (max-width: 991px) {
    .web-hero-gd-tagline{
        font-size: 13px !important;
    }
}
.web-hero-gd h1{
    color: white !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 4.4rem;
    text-align: center;
    font-weight: 600 !important;
}
@media (max-width: 991px) {
    .web-hero-gd h1{
           font-size: 2.8rem;
    }
}
.web-gd-about-img{
    width: 100%;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .web-gd-about-img {
        height: 400px;
    }
}

.web-gd-services-cont{
    width: 100%;
    height: auto;
    padding: 120px !important;
    background-color: #101010;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    color: white !important;
}
@media (max-width: 991px) {
    .web-gd-services-cont{
         padding: 80px 24px !important;
    }
}
.web-gd-services-card{
    width: 100%;
    height: 400px;
    border-radius: 20px;
    background: linear-gradient(
    135deg,
    #e2e2e234 0%,
    #afaeae34 25%,
    #4b4b4b34 100%
    );
    padding: 38px !important;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 200;
}
@media (max-width: 768px) {
    .web-gd-services-card {
         font-size: 14px !important;
         text-align: left;
         padding: 24px !important;
         height: auto;
    }
}
.web-fw-gradient{
    background: linear-gradient(
    to bottom,
    #E2E2E2 0%,
    #E2E2E2 60%,
    #0A1A45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.web-gd-rounded-card{
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1 / 1;
    background-color: #2a51be;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
}
.web-gd-metod{
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px !important;
}
@media (max-width: 768px) {
    .web-gd-metod {
        height: auto;
    }
}
.web-gd-metod-overlay{
    width: 100%;
    height: 100%;
    background-color: #101010ee;
    display: flex;
    justify-content: center;
    color: white !important;
    padding: 120px;
}
@media (max-width: 991px) {
    .web-gd-metod-overlay{
         padding: 80px 24px !important;
    }
}
.web-small-card{
    width: 100% !important;
    max-width: 67px !important;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0 !important;
    color: white !important;
    text-decoration: none !important;
    
}
.web-gd-metod-overlay p{
    font-size: 18px !important;
     color: white !important;
}
.web-gd-metod-overlay h5{
    color: white !important; 
}

footer{
    width: 100%;
    height: 850px;
    background-color: #2A52BE;
    padding: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gd-logo-footer{
    width: 540px;
}
@media (max-width: 768px) {
    .gd-logo-footer{
         width: 280px;
    }
}
.nav-link-gd-footer{
    color: white !important;
    font-weight: 300 !important;
    font-size: 14px !important;
}
.fa-xl{
    color: #2A52BE !important;
}

.web-form-control-gd{
    border: 0px !important;
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0px !important;
}
.web-gd-social h4{
    color: #101010 !important;
}
.web-gd-social p{
    color: #101010 !important;
}
/*!==============================================
 * INPUT HIDDEN PARA FORMULARIOS
 * ============================================!*/
.input-control-fk:focus
  {
    color: transparent!important;
    border: none;
  }
 
  .input-control-fk
  {
    color: transparent;
    background: transparent;
    height: auto;
    border: 0;
    position: absolute;
    z-index: -10;
    display: none !important;
  }
/*!==============================================
 * 6. WHATSAPP BUTTON
 * ============================================!*/

.whatsapp-btn {
    width: 60px;
    height: 60px;
    background-color: #00bb2d;
    border-radius: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    font-size: 30px;
    margin-right: 25px;
    margin-bottom: 25px;
    z-index: 100000000000;
    -webkit-box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 6px 28px -7px rgba(0, 0, 0, 0.3);
  }
  
  .whatsapp-btn:hover {
    color: white;
  }