@font-face {
    font-family: 'Gotham-Pro-Bold';
    src: url('../font/GothamPro-Bold.eot');
    src: url('../font/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/GothamPro-Bold.woff2') format('woff2'),
        url('../font/GothamPro-Bold.woff') format('woff'),
        url('../font/GothamPro-Bold.ttf') format('truetype'),
        url('../font/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    /* font-weight: bold; */
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/background.jpg');
    background-size: cover;
    background-position: center center;
}

#logo {
    max-width: 350px;
    margin-bottom: 12vh;
}

#claim h1 {
    font-size: 70px;
    font-weight: 700;
    word-spacing: 5px;
}

#claim {
    margin-bottom: 12vh;
}

#contact, #contact a {
    font-size: 28px;
}

#contact {
    margin-bottom: 10vh;
}

/* #contact-button {
    margin-bottom: 8vh;
} */

/* .btn-contacto, .btn-contacto:active, .btn-contacto:focus {
    font-family:"Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    background-color: #FFF;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 0;
    padding: 15px 25px;
}

.btn-contacto:hover {
    color: #FFF;
    background-color: #000;
    border: 1px solid #FFF;
} */

.btn-view, .btn-view:active, .btn-view:focus {
    font-family:"Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #FFF;
    border: 1px solid #FFF;
    border-radius: 3px!important;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 0;
    padding: 20px 25px;
}

.btn-view:hover {
    color: #000;
    background-color: #FFF;
    border: 1px solid #FFF;
}

@media (max-width: 1400px) {
    #logo {
        max-width: 300px;
    }
    #claim h1 {
        font-size: 60px;
    }
    #contact, #contact a {
        font-size: 18px;
    }
    .btn-contacto, .btn-contacto:active, .btn-contacto:focus {
        font-size: 18px;
        padding: 10px 20px;
    }
}

@media (max-width: 991px) {
    body {
        background-color: #000;
        background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/background2.jpg');
        background-size: cover;
        background-position: center center;
    }
    #logo {
        max-width: 250px;
    }
    #claim h1 {
        font-size: 50px;
    }
    #contact, #contact a {
        font-size: 18px;
    }
    #logo {
        margin-bottom: 8vh;
    }
    #claim {
        margin-bottom: 10vh;
    }
    #contact {
        margin-bottom: 6vh;
    }
    /* #contact-button {
        margin-bottom: 6vh;
    } */
}

@media (max-width: 767px) {
    #logo {
        max-width: 220px;
        src: ;
    }
    #claim h1 {
        font-size: 40px;
    }
    #contact, #contact a {
        font-size: 18px;
    }
    #footer {
        max-width: 350px;
    }
}

@media (max-width: 350px) {
    #logo {
        max-width: 200px;
    }
    #claim h1 {
        font-size: 35px;
    }
    #contact, #contact a {
        font-size: 18px;
    }
}







@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
  
html {
    opacity: 1;
    animation: fadeIn 1s ease-in-out;
}

.text-nowrap {
    white-space: nowrap;
}

/* Overwrite */

body {
    font-family: "Montserrat", sans-serif;
}

a, a:hover, a:focus, a:active {
    color: white;
    text-decoration: none;
}

/* .btn-brochure {
    transition: 1s ease;
}

.btn-brochure:hover {
} */

section {
    height: 100vh;
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../img/background.jpg'); */
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-color: #000;
    background-size: cover;
    background-position: center center; */
}

.modal-header, .modal-body, .modal-footer {
    border: 0px none;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF!important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

.btn-close2 {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000!important;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}

textarea {
    height: 100px;
}

.grecaptcha-badge {
    display: none!important;
}