@font-face {
    font-family: 'Gotham-book';
    src: url('fonts/Gotham-Book.otf');
    font-weight: 100;

}

@font-face {
    font-family: 'Godiva-regular';
    src: url('fonts/Godiva-Reguler.ttf');
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/WorkSans-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/WorkSans-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('fonts/PlayfairDisplay-Bold.ttf');
    font-weight: bold;
}

body {
    font-family: 'WorkSans',sans-serif;
    background-color: #F6A200;        
    /*87AF9A*/
    color: #ffffff;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    min-height: 582px;
}

.container {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.justify-space-between {
    display: flex;
    justify-content: space-between;
}

h1 {
    font-family: Gotham-black;
    font-size: 36pt;
}

label {
    color: #000000;
    width: 100%;
    font-weight: 350;
    margin: 6px;
    font-size: 22px;
    line-height: 30px;    
}

h2 {
    color: #000000;    
    font-weight: 350;
    font-size: 35px;
    line-height: 45px;
}

.section-1{
    margin-top: 40px;
}

.p-0 {
    padding: 0;
}

.mt-0 {
    margin-top: 0;
}

hr {
    border: solid 4px #ff671c;
    width: 7%;
    border-radius: 8px;
}

button {
    cursor: pointer;    
    background-color: #284A5A;
    color: #ffffff;    
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 52px;
    text-decoration: none;
    border: none;
    font-weight: 400;
    font-family: "brother-1816",sans-serif;
    font-size: 24px;    
    line-height: 32px;
    padding: 10px 30px;
}

.w-70 {
    width: 70%;
    margin: auto;
}

.w-50 {
    width: 50%;
    margin: auto;
}

input {
    width: 100%;
    height: 42px;
    border: none;    
    box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.1);
    margin: 6px;
    padding: 7px 12px;    
    font-size: 18px;
    color: #000000;
    outline: none;
}

input::placeholder{
    color: #000000;
}

select{
    width: 100%;
    height: 56px;
    border: none;
    box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.1);
    margin: 6px;
    padding: 7px 12px;
    font-size: 18px;
    color: #000000;
}

select:focus-visible{
    outline: none;
}

.main-content {
    /* position: absolute; */
    top: 55%;
    left: 50%;
    /* transform: translate(-50%, -45%); */
    width: 100%;
    transition: all 0.4s;
    max-width: 1000px;
    margin: auto;
}



/* .thanks-content {
    display: contents;
    transition: all 0.5s;
    top: 100%;
    position: fixed;
    width: 80%;
    transition-timing-function: ease-out;
    left: 50%;
    transform: translate(-50%, 0);
} */

.thanks-content{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    background-image: url(./images/fondo-thanks.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #284A5A;
}

.thanks-content .container{
    width: 100%;
}

#thanks-content h2{    
    margin-bottom: 30px;    
    font-size: 36px;    
    font-weight: 350;
    line-height: 42px;
    color: #ffffff;
    font-family: "brother-1816",sans-serif;
}

#thanks-content h1{
    color: #F6A200 !important; 
    font-size: 5.5rem; 
    font-family: 'PlayfairDisplay';
    font-weight: 400;
}

#thanks-content .finish-text p{
    color: #ffffff !important;
    font-size: 25px;
    line-height: 31px;
    font-weight: 350;
    font-family: "brother-1816",sans-serif;
}

.h1 {
    font-family: Gotham-black;
    font-size: 42pt;
    color: #fec609;
}

.logo-img {
    height: 80px;
}

.finish-text {
    font-size: 1.3rem;
}

.container-malls {
    margin-top: 1rem;
    display: grid;
    grid-gap: 2rem;
    grid-auto-flow: dense;
    /* grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr)); */
    margin: auto;
} 

.container-malls > div {
    cursor: pointer;
    background-color: transparent;
    margin: auto;
    padding: 0.8rem 1.5rem;
    /* border-radius: 20px; */
    width: 70%;
    border-bottom: 2px solid #AAEDE4;
}

.container-malls > div > img {
    cursor: pointer;
    object-fit: contain;
}

.img-fluid {
    max-width: 100%;
    width: 150px;
    padding: 10px 0px;
}

.center-text {
    text-align: left;
}

.error-captcha{
    color: red;
}

.text-danger {
    color: red;
    margin: 0px;
}

.mall-Selected {
    background-color: #AAEDE4!important;
    border: 2px solid #AAEDE4;
}

/* #cupon-form div{
    display: flex;
    flex-wrap: wrap;
} */

.selectMall{
    justify-content: center;
}

.errorName, .errorName2{
    width: 100%;
    padding-top: 5px;
}

.d-flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.multiselect-dropdown-list label{
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    #thanks-content .container{
        padding:0px 20px;
    }

    #thanks-content h2{
        font-size: 25px;
    }

    #thanks-content h1{
        font-size: 60px;
    }

    #thanks-content .finish-text p{
        font-size: 18px;
        padding: 0px 30px;
        margin-bottom: 30px;
    }

    .w-50 {
        width: 80%;
        margin: auto;
        padding-left: 24px;
        padding-right: 24px;
        margin: 0;
    }

    .section-1{
        margin-top: 40px;
    }

    input{
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 20px;
    }    

    .w-70{
        width: 85%;
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    button {
        font-size: 20px;
        line-height: 28px;
    }

    .finish-text {
        display: inline-block;
        margin-top: 34px;
    }

    .logo-img {
    height: 70px;
    }

    .center-text {
        text-align: center;
    }

    label{
        font-size: 18px;
        line-height: 22px;
    }

    .img-fluid{
        height: 50px;
    }
}

@media screen and (max-height: 570px) {
    .center-text {
        text-align: center;
    }

    .finish-text {
        display: inline-block;
        margin-top: 0;
    }
    .container-malls {
        margin-top: 2rem !important;
    }
}