@font-face {
    font-family: 'NeoSans'sans-serif;
    src: url(./src/assets/fonts/NeoSansStd-Regular.otf);
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'NeoSans'sans-serif;
}

.footer {
    background-color: #383838;
}

.footer .content {
    position: relative;
    padding-top: 60px;
    align-items: center;
    display: flex;
    padding-bottom: 60px;
}

.footer .content .los {
    background-image: url('./src/assets/los.svg');
    position: absolute;
    width: 905px;
    height: 461px;
    background-position: top center;
    transform: scale(0.6);
    transform-origin: bottom left;
    bottom: 0;
    right: 82%;
    margin-right: -700px;
    z-index: 1;



}

.footer .amb-logo {
    position: relative;
    z-index: 1;
}

.footer .amb-logo img {

    position: relative;
    z-index: 1;

}

.logo-amb-footer {
    top: 212px;
    left: 287px;
    height: 126px;
}

.logo-group {
    height: 60%;
}


.links {
    color: #fff;
    font-weight: bold;
}

.links p a {
    color: #fff;
    text-decoration: none;
    list-style-type: none;

}

.link a:hover {
    color: #D4FE00 !important
}

.texto {
    padding-top: 228px !important;
}

.log {
    background: url(./src/assets/losango.png);
    background-repeat: no-repeat;
    background-position: left 22px;
    background-size: 52%;
    width: 100%;
    height: 100%;
    left: 70%;
    bottom: -12px;
}

.log-content {
    padding: 140px;
}

.banner .item .left {
    top: 340px;
}


.left span{
    background-color: #D4FE00 ;
}
.banner .item {
    bottom: auto;
    left: var(--bs-gutter-x, .75rem);
    z-index: 1;
    min-height: 245px;
    max-width: 374px;
}

.bg {
    background: url('./src/assets/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
}

.bg-img {
    background: url('./src/assets/banner-bg.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 70%;

}

.logo {
    height: 60px;
    display: block;
}


.btn {
    background: #171516 !important;
    font-weight: bold !important;
    color: #d4ff00 !important;
    border-radius: 8rem;
    line-height: 1.5;
    cursor: pointer;
}

.wrap .wrap-btns {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wrap-info {
    background-color: #fff;

}

.wrap-info p {
    font-size: 14px;

}

.wrap-info a {
    color: #686868;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;

}

.wrap .drop {
    position: relative;
}

.wrap .drop .content {
    position: absolute;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.075);
    top: 100%;
    right: 0;
    background-color: #d4ff00;
    padding-top: 20px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms;
}

.backdrop {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

a {
    transition: all 300ms;
}

a:hover {
    opacity: 0.5;
    transition: all 300ms;
}

.wrap {
    background-color: #d4ff00;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.wrap a {
    display: block;
    white-space: nowrap;
    padding: 10px 15px;
}

.wrap .content:hover {
    opacity: 1;
    pointer-events: all;
}


@media (max-width: 768px) {

    .logo {
        height: 40px;
    }

    .logo-wrap {

        flex-grow: 1;
        text-align: right;
    }

    .logo-wrap>a {
        display: inline-block;
    }

    .amb-logo {
        display: none;
    }
}

@media (max-width: 768px) {
    .wrap {
        right: auto;
        left: 50%;
        transform: translateX(0);
        border-color: #000;
        background-color: #fff;
        border-width: 1px;
        left: 0;
        border-style: solid;
        padding-top: 0;
        box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.075);
        margin-top: 10px;

    }

    .wrap a {
        font-size: 16px;
    }

    .wrap .drop .content {
        right: auto;
        left: 50%;
        transform: translateX(0);
        border-color: #000;
        background-color: #fff;
        border-width: 1px;
        left: 0;
        border-style: solid;
        padding-top: 0;
        box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.075);
        margin-top: 10px;
    }

    .wrap .drop .content a {
        font-size: 16px;
    }

    .content a {
        display: block;
        white-space: nowrap;
        padding: 10px 15px;
    }

    .content:hover {
        opacity: 1;
        pointer-events: all;
    }

    .wrap .wrap-btns {
        flex-direction: column;
        position: absolute;
        left: 0;
        background-color: #fff;
        text-align: left;
        align-items: flex-start;
        padding-left: 20px;
        padding-right: 20px;
        top: 100%;
        width: 100%;
        border: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        transform: translateX(-100%);
        transition: transform 300ms, opacity 300ms;
        opacity: 0;
    }
}