
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');


@font-face {
    font-family: 'din-next-tl-pro';
    src: url('../fonts/din-next-lt-pro-regular.woff2') format('woff2'),
    url('../fonts/din-next-lt-pro-regular.woff') format('woff'),
    url('../fonts/din-next-lt-pro-regular.eot') format('eot');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'Montserrat', sans-serif;
    background-image: url("/files/ARE/2025/are-background.png");
    background-size: cover;
}

a{
    text-decoration: none;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px;
    }
    .buttons-wrapper {
        display: flex;
        flex-wrap: wrap;
        float: right;
        width: 76%;
    }
    .marquesina {
        position: relative;
        top: 60%;
        width: 76%;
        float: right;
    }

}

@media (min-width: 956px) and (max-width: 1399px) {
    .logo {
        margin: 10% 0% !important;
    }
    .marquesina {
        position: relative;
        top: 200px !important;
        float: right;
        width: 75% !important;
    }
    .click-btn {
        width: 75% !important;
        float: right !important;
        font-size: 30px !important;
        height: 55px !important;
    }
    .buttons-wrapper {
        display: inline !important;
    }
    .img-thumbnail {
        width: 75% !important;
    }
}

@media (min-width: 521px) and (max-width: 955px) {
    .col-12 {
        justify-content: center !important;
        display: flex !important;
    }
    .logo{
        margin: 10% 15% !important;
        width: 33%;
    }
    .marquesina {
        position: relative;
        top: -110px !important;
    }
    .text-footer{
        text-align: center;
    }
}

@media (max-width: 520px) {
    .col-12 {
        justify-content: center !important;
        display: flex !important;
    }
    .logo{
        margin: 10% 15% !important;
    }
    .marquesina {
        position: relative;
        top: -75px !important;
    }
    .text-footer{
        font-size: 9px;
        text-align: center;
    }
}

.container-header{
    background-image: url("/files/ARE/2025/are-back-header.png?_t=1749217993");
    background-size: cover;
    height: 330px;
}

.container-footer{
    background-color: gray;
    color: white;
    padding: 18px 0 0;
    margin: 0px;
    max-width: 100%;
}

.text-footer{
    font-size: 12px;
}

.logo{
    margin: 6% 0%;
    float: left;
}

.redes-icons{
    font-size: 30px;
    background-color: gray;
    color: white;
    border-radius: 8px;
    margin: 0 15px;
}

.container {
    height: 100%;
    display: flex;
    flex-flow: column;
    /*overflow:auto;*/
    top: 0;
    left: 0;
}

.container-btn{
    display: contents;
}

.click-btn {
    font-family: din-next-tl-pro !important;
    display: flex;
    width: 100%;
    height: 95px;
    justify-content: center;
    align-items: center;
    margin: 0 0 10.5%;
    line-height: 35px;
    border: 1px solid;
    border-radius: 5px;
    text-align: center;
    font-size: 45px;
    color: #000;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    font-weight: bold;
}

.img-thumbnail{
    border: none;
}

.buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.btn-style702 {
    position: relative;
    border-color: transparent;
    color: #fff;
}

.btn-style702::before {
    width: 100%;
    left: 0;
    /*border-radius: 5px;*/
    z-index: -1;
}

.btn-style702-1::before {
    background-color: #65a3fa;
}
.btn-style702-1:hover{
    color: #65a3fa;
}
.btn-style702-1:hover::after {
    width: 100%;
    border-color: #65a3fa;
    transition-delay: 0.2s;
    color: #65a3fa;
}

.btn-style702-2::before {
    background-color: #f864e0;
}
.btn-style702-2:hover{
    color: #f864e0;
}
.btn-style702-2:hover::after {
    width: 100%;
    border-color: #f864e0;
    transition-delay: 0.2s;
    color: #f864e0;
}

.btn-style702-3::before {
    background-color: #fbb369;
}
.btn-style702-3:hover{
    color: #fbb369;
}
.btn-style702-3:hover::after {
    width: 100%;
    border-color: #fbb369;
    transition-delay: 0.2s;
    color: #fbb369;
}

.btn-style702-4::before {
    background-color: #48b548;
}
.btn-style702-4:hover{
    color: #48b548;
}
.btn-style702-4:hover::after {
    width: 100%;
    border-color: #48b548;
    transition-delay: 0.2s;
    color: #48b548;
}

.btn-style702::before, .btn-style702::after {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    content: "";
}

.btn-style702::after {
    width: 0;
    left: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transform: translate(-50%, 0);
    z-index: 1;
}

.btn-style702:hover::before {
    transform: scale(0, 1);
}

.container-text{
    background-color: #5d595930;
    color: #736f6f;
    font-size: 17px;
    /*text-align: justify;*/
}
