@font-face {
    font-family: GothamBook;
    src: url('../fonts/Gotham-Book.otf');
}
@font-face {
    font-family: GothamMedium;
    src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
    font-family: GothamLight;
    src: url('../fonts/Gotham-Light.otf');
}
@font-face {
    font-family: GothamCondensedBook;
    src: url('../fonts/GothamCond-Book.otf');
}
@font-face {
    font-family: GothamCondensedLight;
    src: url('../fonts/GothamCond-Light.otf');
}
@font-face {
    font-family: GothamCondensedMedium;
    src: url('../fonts/GothamCond-Medium.otf');
}
@font-face {
    font-family: MinionProRegular;
    src: url('../fonts/MinionPro-Regular.otf');
}
@font-face {
    font-family: NeutraTextBook;
    src: url('../fonts/NeutraTextBookAlt.otf');
}

.text-condensed-light{
    font-family: GothamCondensedLight !important;
}

.zoom {
  transition: transform .5s; /* Animation */
  margin: 0 auto;
  transform: scale(1.2);
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.pull-right {
    float:right !important;
}

.pull-left {
    float:left !important;
}

body {
    overflow-x: hidden;
    font-family: GothamBook;
    font-size: 0.9rem;
    color:#000000;
}

.link-square {
    background-color: #FFF6DB;
    padding:1.5rem;
}

.text-column {
    padding-left: 3rem;
    padding-right: 3rem;
}

ol li::marker {
    color: #FFC828;
}

ul {

    list-style-image: url('../images/bullet.svg');
}

li {
    padding: 0.2rem;
}

li>strong{
    font-family: GothamMedium;
    color: #000000;
}

.row {
    --bs-gutter-x:0;
}

.column-center-content {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    width: 100%;
    height: 100%;
}

.text-yellow {
    color:#FFC828 !important;
}

.text-white {
    color:#FFFFFF !important;
}

.navbar {
    height: 50px !important;
    padding-top: 0px;
}

.navbar-brand {
    padding-left: 1rem;
}

.row>*{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive-item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vertical-middle {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.vertical-middle>*{
    position: relative;
    top: 50%;
    transform: translate(-0%, -50%);
}

.text-block {
    overflow-x: hidden;
    font-family: GothamBook;
    font-size: 0.9rem;
    color:#000000;
    padding: 2rem;
}

.text-block>p>strong {
    font-family: GothamMedium;
    font-size: 1rem;
    color:#000000;
}

.bg-gray {
    background-color: #d6d6d6 !important;
}

.bg-yellow {
    background-color: #FFC828 !important;
}

.bg-yellow-light {
    background-color: #FAD776 !important;
}

.bg-yellow-extralight {
    background-color: #FFE8A5 !important;
}

.border-yellow {
    border: #FFC828 1px solid;
}

.header-title {
    font-family: GothamCondensedMedium;
    font-size: 2.3rem;
    line-height: 2.3rem;
}

.header-subtitle {
    font-family: GothamLight;
    font-size: 1rem;
    font-style: italic;
}

.pt-0 {
    padding-top: 0rem;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pr-4 {
    padding-right: 2rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.p-8 {
    padding: 3rem;
}

.pl-8 {
    padding-left: 3rem;
}

.pr-8 {
    padding-right: 3rem;
}

.mb-8 {
    margin-bottom: 3rem;
}

.mt-8 {
    margin-top: 3rem;
}


.mb-0 {
    margin-bottom: 0px;
}

.modal {
    border-radius: 0px;
    --bs-modal-border-radius:0px;
}

.modal ul {
    font-family: GothamCondensedLight;
    font-size: 1.2rem;
    text-transform: uppercase;
    color:#fff;
}

.modal ul li a {
    text-decoration: none;
    color: #FFFFFF;
}

.modal ul li ul {
    list-style:disc;
    font-size: 1.2rem;
    padding-left: 1rem;
}

.modal ul li li {
    font-family: GothamBook;
    font-size: 0.7rem;
    color:#fff;
    text-transform: uppercase;
    padding:0.2rem 0rem;
}

.modal ul li li::marker {
    font-family: GothamBook;
    font-size: 0.7rem;
    color:#FFC828;
    text-transform: uppercase;
    padding:0.2rem 0rem;
}

.modal-content {
    background-color: #484848;
    color: #FFFFFF;
}

.modal-header {
    margin: 1rem 1rem 0rem 1rem;
    border-color: #FFC828;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    border-bottom: none;
}

.modal-header .btn-close {
    color: #FFC828;
    --bs-btn-close-color:#FFC828;
    --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFC828'%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");
}

.modal-body {
    margin: 0rem 1rem 0rem 1rem;
    border-color: #FFC828;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    border-bottom: none;
    border-top: none;
    padding-top: 0px;
}
.modal-footer {
    margin: 0rem 1rem 1rem 1rem;
    border-color: #FFC828;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    border-top: none;
    padding: 0px !important;
}

.modal-hr {
    color: #FFC828;
    margin-top: 0px;
}

.modal-footer-image {
    width: 100%;
    margin: 0px !important;
    transform:translate(1px, 2px);
}

.ph-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ph-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ml-4 {
    margin-left: 1.5rem;
}

.ml-8 {
    margin-left: 3rem;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mr-8 {
    margin-right: 3rem;
}

.pager {
    background-image: url('../images/pager_background.svg');
    background-repeat: repeat-x;
    background-position-x: 10px;
}

.p-0 {
    padding:0px;
}

.title {
    font-family: GothamCondensedMedium;
    font-size: 1.6rem;
    color:#000000;
    line-height: 1.8rem;
}

.title-light {
    font-family: GothamCondensedBook;
    font-size: 1.6rem;
    font-weight: bold;
    color:#000000;
    line-height: 1.8rem;
}

.subtitle {
    font-family: GothamCondensedMedium;
    font-size: 0.9rem;
    text-transform: uppercase;
    color:#000000;
}

.subtitlelight {
    font-family: GothamLight;
    font-size: 0.9rem;
    text-transform: uppercase;
    color:#000000;
}

label {
    text-transform: uppercase !important;
    font-size: 0.7rem;
}

.carousel-control-prev-icon{
    background-image: url('../images/carousel_previous.svg');
}

.carousel-control-next-icon {
    background-image: url('../images/carousel_next.svg');
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1.0;
    width: 7%;
}

.capitalize {
    
    text-transform: capitalize !important;
}

.pr-8 {
    padding-right: 3rem;
}

strong {
    font-family: GothamMedium;
    font-weight: normal;
}

.mt-50w p{
    padding-right: 8rem;
}

.mt-8 {
    margin-top: 3rem;
}

/* ----------- Mobile ----------- */
@media screen and (min-device-width: 375px) and (max-device-width: 812px) { 
    .pager-previous {
        margin-bottom: 2rem !important;
    }

    .desktop-only {
        display: none !important;
    }

    .modal-logo {
        max-width: 80%;
    }

    label {
        position: relative;
        bottom: 1.8rem;
        text-transform: capitalize;
        color: #fff;
        margin-left: 1.5rem;
        font-size: 0.6rem;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }
    
    .item-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 10px;
    }

    .item-overlay-right {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        padding: 10px 20px;
        border-radius: 10px;
        text-align: center;
    }

    .item-overlay-left {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, 50%);
        padding: 10px 20px;
        border-radius: 10px;
        text-align: center;
    }

    .main-title {
        font-family: GothamCondensedMedium;
        font-size: 2.5rem;
        text-transform: uppercase;
        line-height: 3rem;
    }
    
    .main-subtitle {
        font-family: GothamCondensedMedium;
        font-size: 1.3rem;
        text-transform: uppercase;
    }

.header-copy-wrapper {
    position:absolute;
    bottom: 0;
    padding-left: 1.5rem;
}
}

/* ----------- Desktop ----------- */
@media screen and (min-device-width: 1200px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 75%;
    }
    
    .mobile-only {
        display: none !important;
    }

    label {
        position: relative;
        transform:translate(10px, -50px);
        text-transform: capitalize;
        color: #fff;
        margin-left: 30px;
        margin-bottom: 0px;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }
    
    .item-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        border-radius: 10px;
        line-height: 3rem;
    }

    .item-overlay-right {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        padding: 10px 40px;
        border-radius: 10px;
    }

    .main-title {
        font-family: GothamCondensedMedium;
        font-size: 6rem;
        text-transform: uppercase;
    }
    
    .main-subtitle {
        font-family: GothamCondensedMedium;
        font-size: 3rem;
        text-transform: uppercase;
    }

.header-copy-wrapper {
    position:absolute;
    bottom: 0;
    padding-left: 3rem;
    padding-bottom: 2.5rem;
}

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
    }

    .carousel-item img {
        max-height: 80%;
        margin-bottom: 2rem;
    }

    .modal-body-carousel {
        margin: 0rem 1rem 0rem 1rem;
        padding-top: 0px;
    }
}
.ml-02 {
    padding-left: 0.5rem !important;
}

.mr-02 {
    padding-right: 0.5rem !important;
}
.ml-01 {
    padding-left: 0.25rem !important;
}

.mr-01 {
    padding-right: 0.25rem !important;
}