@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
 {
        max-width: 1500px;
    }
}

a{
    text-decoration: none !important;
}
h1{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #1D1D1B;
    font-optical-sizing: auto;
     font-size: 4.5rem !important;
    font-weight: 600;
}
@media (max-width: 768px) {
    h1{
        font-size: 3rem !important;
    }
}
h2{
     font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 600;
}
h5{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #090C4C;
    font-optical-sizing: auto;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    h5{
        font-size: 1.2rem !important;
    }
}
h6{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #090C4C;
    font-optical-sizing: auto;
    text-transform: uppercase;
     font-size: 14px !important;
     letter-spacing: 1px;
    font-weight: 800;
}
p{  
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    color: #1D1D1B;
    font-weight: 400;
    text-align: justify;
}
.m-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
@media (max-width: 768px) {
    .m-80{
        margin-top: 80px !important;
        margin-bottom: 80px !important; 
    }
}
/* ********************* */
/*     NAV BAR MENU     */
/* ********************* */
.web-grubsa-offcanvas{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px !important;
}
.web-grubsa-links{
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ffffff !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-wrap: none !important;
}
.web-grubsa-links:hover{
    color: #d6d6d6 !important;
}
.web-grubsa-small-text{
    font-size: 10px !important;
    color: white !important;
    text-decoration: none;
}
/* ********************* */
/*     SECCION HERO     */
/* ********************* */
.web-grubsa-hero{
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
}
@media (max-width: 768px) {
    .web-grubsa-hero{
        height: 700px;
    }
}
.web-grubsa-hero h1{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-size: 5.4rem !important;
    font-weight: 600;
}
@media (max-width: 768px) {
    .web-grubsa-hero h1{
        font-size: 2.8rem !important;
    }
}
.web-grubsa-hero-overlay{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.658);
    display: flex;
    align-items: center;
    text-align: left;
}

.web-grubsa-btn-def{
    width: auto;
    height: auto;
    background-color: #090C4C;
    color: white;
    border: 2px solid #090C4C;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 1px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.5s ease,
                color 0.5s ease,
                border-color 0.5s ease;
    backdrop-filter: blur(0px);
}   
.web-grubsa-btn-def:hover{
    background-color: rgba(255, 255, 255, 0.274);
    border: 2px solid #090C4C;
    color: #090C4C;
    backdrop-filter: blur(1px);
}
.web-grubsa-btn-white{
    width: auto;
    height: auto;
    background-color: white;
    color: #090C4C;
    border: 2px solid white;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 1px;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.5s ease,
                color 0.5s ease,
                border-color 0.5s ease;
}  
.web-grubsa-btn-white:hover{
    background-color: #090C4C;
    border: 2px solid #090C4C;
    color: white;
}
.web-grubsa-btn-link{
    width: auto;
    height: auto;
    color: #090C4C;
    background-color: transparent;
    border: none !important;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
}  
.web-grubsa-icon{
    width: 40px;
    height: 40px;
    background-color: #090C4C;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ********************* */
/*     SECCION BLUE     */
/* ********************* */

.web-grubsa-container-blue{
    height: auto;
    padding: 120px 80px;
    color: white !important;
    background-color: #090C4C;
}
@media (max-width: 768px) {
    .web-grubsa-container-blue p{
        display: none; 
    }
}
@media (max-width: 768px) {
    .web-grubsa-container-blue{
        padding: 80px 28px;
        
    }
}
.web-grubsa-container-blue h1{
    color: white !important;
}
.web-grubsa-container-blue h6{
    color: white !important;
}
.web-grubsa-container-blue h5{
    color: white !important;
}
.web-grubsa-container-blue p{
    color: white !important;
}
.web-grubsa-img-blue{
    width: 80% !important;
    height: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -60px;
    
}
@media (max-width: 768px) {
    .web-grubsa-img-blue{
        width: 90% !important;
        height: 300px;
        margin-top: -40px;
    }
}
.web-grubsa-about-img{
    width: 100%;
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 768px) {
    .web-grubsa-about-img{
       height: 340px;
    }
}
.fa-blue{
    color: #090C4C;
}

.web-grubsa-intro-img{
    width: 100%;
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web-grubsa-info-card{
    padding: 40px;
}
@media (max-width: 768px) {
    .web-grubsa-info-card{
        padding: 20px;
    }
}

/* ********************* */
/*     SECCION FOOTER     */
/* ********************* */

.web-grubsa-content-form{
    width: 100%;
    height: auto;
     margin: auto;
     min-height: 620px;
    display: flex;
    align-items: center !important;
    background-color: #f8f9fa;
}
@media (max-width: 991px) {
    .web-grubsa-content-form{
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;                 
    }
}
.web-grubsa-content-form span{
    font-family: "Plus Jakarta Sans", sans-serif !important;
    color: #1D1D1B;
    font-size: 14px !important;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.web-grubsa-footer{
    width: 100%;
    height: auto;
    min-height: 650px;
    margin: auto;
    display: flex;
    align-items: center !important;
    background-color: #090C4C;
    color: white !important;
    padding-top: 180px;
    padding-bottom: 120px;
}
.web-grubsa-logo-footer{
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.web-nav-link-w{
    color: white !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    letter-spacing: 0.5px;
}
.fa-grubsa{
    color: #FE7F0E !important;
    font-size: 12px !important;
    padding-right: 8px;
}
.web-grubsa-form-container{
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 60px !important;
    margin-top: -70px;
}
@media (max-width: 991px) {
    .web-grubsa-form-container{
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;  
        position: relative;   
        padding: 30px !important;            
    }
}
.web-grubsa-form-container h2{
    font-size: 3.6rem !important;
}
@media (max-width: 991px) {
    .web-grubsa-form-container h2{
        font-size: 40px !important;            
    }
}
@media (max-width: 768px) {
    .web-grubsa-form-container h2{
        font-size: 24px !important;            
    }
}
.web-grubsa-form-control{
    background-color: #f8f9fa !important;
    border-radius: 0px;
    border: none !important;
    font-family: "Plus Jakarta Sans", sans-serif;
     font-size: 14px !important;
}