:root {
    --color-primary: #1B2740;
    --color-secondary: #A0D9D9;
    --color-details: #F2E205;
    --font-ppal: 'Montserrat', sans-serif;
    --font-title: 'Bruno Ace', sans-serif;
}

body {
    font-family: var(--font-ppal);
}

img {
    max-width: 100%;
}

.color_ter {
    color: var(--color-details);
}

.btn.btnGrinner {
    background-color: var(--color-primary);
    color: #fff;
    font-family: var(--font-ppal);
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    min-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    gap:7px;
}

.btn.btnGrinner i:last-of-type {
    color: var(--color-details);
}

.btnes_flex {
    gap: 30px;
}

section {
    padding: 70px 0;
}

.tit_secciones {
    font-family: var(--font-title);
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    padding: 2px 15px;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    /* border:0;
    border-left: 2px solid var(--color-details);
    border-right: 2px solid var(--color-details); */
}

.subtitulo {
    font-family: var(--font-ppal);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
}

.tit_secciones::before,
.tit_secciones::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--color-details);
}

.tit_secciones::after {
    left: unset;
    right: 0px;
}


.navbar-brand img {
    max-width: 250px;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

#navbarSupportedContent .nav-link {
    color: var(--color-primary);
    font-weight: 500;
}

.ppal {
    background: linear-gradient(325deg, #1b2740a3, transparent), var(--color-primary) url(../img/bg-ppal.jpg) no-repeat center center;
    background-size: cover;
    min-height: 80vh;
    display: flex
}

.ppal .container {
    max-width: 1140px;
}

.ppal .row {
    height: 100%;
}

h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    text-align: right;
}

.cotizacion {
    background: url(../img/bg-forma-grinner.png) no-repeat center -180px;
    background-size: 50%;
}

.servicios .container {
    max-width: 1140px;
}

.servicios .row:not(:last-of-type) {
    margin-bottom: 50px;
}

.box_servicio_init {
    position: relative;
    margin-bottom: 25px;
}

.box_servicio_init h3 {
    position: Absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    color: #ffF;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.box_servicio p {
    text-align: center;
    color: var(--font-ppal);
    padding: 0 30px;
}

.nosotros .container {
    /* max-width: 1000px; */
}

.nosotros .row .col-sm {
    padding-left: 5px;
    padding-right:5px;
}

.box_equipo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box_equipo img {
    margin-bottom: 30px;
    /* width: 90%; */
}

.box_equipo a {
    width: 100%;
}

.box_equipo h3 {
    font-size: 1.3rem;
    color: var(--color-primary);
    font-weight: 400;
    margin-bottom: 0;
}

.box_equipo h5 {
    font-size: 1rem;
    color: var(--color-secondary);
    font-weight: 700;
}

footer {
    background: var(--color-primary) url(../img/isologo-grinner.png) no-repeat 110% center;
    background-size: 30%;
    color: #fff;
    padding: 50px 0;
}

footer h3 {
    color: var(--color-secondary);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 1.1rem;
}

.list-contacto-footer {
    list-style: none;
    padding-left: 0;
}

.list-contacto-footer li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.list-contacto-footer a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.list-contacto-footer li i {
    color: var(--color-secondary);
    font-size: 1.2rem;
}

.list_links_legales {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.list_links_legales a {
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
}

.rrss_footer {
    margin-top: 30px;
    gap: 10px;
}

.rrss_footer a {
    width: 40px;
    height: 40px;
    background-color: var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    color: var(--color-primary);
}

.modal.modalLegal p {
    font-size: 14px;
}

.modal.modalLegal h2 {
    font-size: 18px;
    font-weight: 700;
}

.modal.modalLegal .modal-body {
    padding: 30px;
}



#modalForm .modal-body {
    padding: 0;
    border-radius: 15px;
}

#modalForm .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffffa6;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: 10px;
    top: 10px;
}

#modalForm .modal-body h4 {
    font-family: var(--font-title);
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: 700;
}

#modalForm .modal-body .row .col-sm:first-of-type {
    background-color: #f9fafd;
    border-radius: 15px 0 0 15px;
}

.bg_modal_form {
    background: url(../img/bg-form-modal.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 0 7px 7px 0;
}

.content_modal_form {
    padding: 20px;
}

.content_modal_form  {
    font-size: 14px;
}

.content_modal_form label {
    color: var(--color-primary);
    font-family: var(--font-ppal);
    font-size: 14px;
    margin-bottom:0;
}

.content_modal_form .btn.btnGrinner {
    justify-content:center;
}

@media (max-width: 767px) {
    .btnes_flex {
        flex-direction: column;
        gap: 20px;
    }

    .btn.btnGrinner {
        min-width: auto;
    }

    .ppal {
        min-height: 50vh;
    }

    h1 {
        font-size: 40px;
    }

    .tit_secciones {
        font-size: 1.5rem;
    }

    .subtitulo {
        font-size: 1.2rem;
    }

    footer {
        background: var(--color-primary);
    }

    footer .col-sm {
        margin-bottom: 20px;
    }

    .rrss_footer {
        justify-content: center;
    }

    .list_links_legales {
        justify-content: center;
    }
}