@font-face {
    font-family: 'ford-antenna-medium';
    src: url('../fonts/ford-antenna-medium.otf') format('otf'), url('../fonts/ford-antenna-medium.woff') format('woff');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'Kanit-Regular';
    src: url('../fonts/Kanit-Regular.ttf') format('ttf'), url('../fonts/Kanit-Regular.woff') format('woff');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'ford-antenna-regular';
    src: url('../fonts/ford-antenna-regular.otf') format('otf'), url('../fonts/ford-antenna-regular.woff') format('woff');
    font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'ford-antenna-bold-italic';
    src: url('../fonts/ford-antenna-bold-italic.otf') format('otf'), url('../fonts/ford-antenna-bold-italic.woff') format('woff');
    font-weight: normal; font-style: normal;
}

body {
    font-size: 16px;
    font-family: 'ford-antenna-medium';
    color: #000;
}

a {
    text-decoration: none !important;
}

header {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 5;
    /*height: 80px;*/
}

.headerC {
    height: 80px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    justify-content: space-between;
}

.imgFixed {
    position: fixed;
    left: 0;
    z-index: 3;
    width: 55px;
    top: 35%;
}

    .imgFixed img {
        width: 100%;
        border-radius: 10px;
    }

.formHome {
    width: calc(100% - 750px);
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 100px;
    position: relative;
}

.contentHome {
    display: flex;
    justify-content: space-between;
    /*padding: 80px 0 0;*/
    /*align-items: center;*/
    position: relative;
    flex-wrap: wrap;
}

.form-control {
    border: none;
    border-radius: 10px;
    color: #5C5C5C;
    height: 48px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    font-family: 'Kanit-Regular';
    padding-left: 25px;
    font-size: 15px;
}

    .form-control:placeholder {
        color: #5C5C5C;
        font-size: 16px;
    }

    .form-control:focus {
        box-shadow: none;
        background-color: #F5F5F5;
        color: #5C5C5C;
    }

.custom-select {
    border: none;
    border-radius: 10px;
    color: #5C5C5C;
    height: 48px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    font-family: 'Kanit-Regular';
    background: #F5F5F5 url(../img/flecha.png) no-repeat right 1.75rem center/20px 20px;
    background-size: auto;
    padding-left: 25px;
    font-size: 15px;
}

    .custom-select:focus {
        box-shadow: none;
        background-color: #F5F5F5;
        color: #5C5C5C;
    }

.btn {
    background-color: #FFE600;
    color: #000;
    border-radius: 10px;
    font-size: 14px;
    height: 48px;
    text-transform: uppercase;
    min-width: 170px;
    padding: 12px 10px;
    font-family: 'Kanit-Regular';
    font-weight: 700;
}

    .btn:focus {
        box-shadow: none;
    }


h1 {
    font-family: 'ford-antenna-bold-italic';
    color: #fff;
    font-size: 60px;
}

    h1 span {
        color: #FFE600;
        display: block;
    }

.infoHome {
    width: 750px;
    padding: 0;
    z-index: 2;
}

    .infoHome p {
        color: #fff;
        font-size: 19px;
    }

        .infoHome p span {
            font-weight: 700;
        }

    .infoHome img {
        width: 100%;
    }

.backB {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
}

.borderAzul {
    background: #013E6B;
    height: 75px;
    display: none;
}

/**/
.contentTYP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    min-height: 85vh;
}

.imgDiv {
    width: 45%;
    position: relative;
}

    .imgDiv .logoTYP {
        position: absolute;
        z-index: 1;
        top: 50px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .imgDiv .imgLLanta {
        width: 450px;
        /*position: absolute;*/
        z-index: 1;
        bottom: -15px;
        right: -50px;
    }

.ingoDiv {
    width: 55%;
    background-color: #285096;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imgLogo {
    background-color: #F4F4F4;
}

    .imgLogo a {
        padding: 40px 0;
        color: #013E6B;
        display: inline-block;
        text-decoration: underline !important;
    }

.divBlue {
    height: 35px;
    width: 100%;
    background-color: #013E6B;
}

.infoFooter {
    text-align: center;
}

    .infoFooter p {
        color: #7F807F;
        margin-bottom: 0;
        padding: 10px 0;
        font-size: 14px;
    }

.footerFin a {
    color: #7F807F;
    font-family: 'ford-antenna-medium';
    font-weight: 700;
}

.infoCupon p {
    border-left: 2px solid yellow;
    padding-left: 15px;
    color: #fff;
}

.infoCupon .txtCupon {
    color: yellow;
    font-size: 60px;
    margin: 50px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.btnTYP {
    display: flex;
    justify-content: space-between;
}

.formDiv {
    width: 500px;
    margin: 35px auto;
    text-align: center;
}

    .formDiv img {
        width: 40px;
    }

    .formDiv p {
        font-size: 14px;
    }

.NombreUser {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
    display: block;
    text-align: center;
}

h2 {
    font-size: 24px;
    margin: 30px 0;
    text-align: center;
    color: #013E6B;
}

.container {
    max-width: 1440px;
}

.imgCupon {
    position: absolute;
    left: 0;
    top: 120px;
    width: 55px;
    box-shadow: 5px 8px 20px -12px rgb(0 0 0 / 49%);
    -webkit-box-shadow: 5px 8px 20px -12px rgb(0 0 0 / 49%);
    -moz-box-shadow: 5px 8px 20px -12px rgba(0,0,0,0.49);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.divMovil {
    background-color: #285096;
    height: 150px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    width: 100%;
    display: none;
}

@media (max-width: 1800px) {
    .formHome {
        width: calc(100% - 850px);
        padding-top: 35px;
    }

    .infoHome {
        width: 850px;
        background-color: #fce501;
    }

    .formDiv {
        width: 450px;
    }
}

@media (max-width: 1600px) {
    .formHome {
        width: calc(100% - 750px);
        padding-top: 35px;
    }

    .infoHome {
        width: 750px;
        background-color: #fce501;
    }

    .formDiv {
        width: 450px;
    }
}

@media (max-width: 1400px) {
    .formHome {
        width: calc(100% - 650px);
        padding-top: 35px;
    }

    .infoHome {
        width: 650px;
        background-color: #fce501;
    }

    .formDiv {
        width: 450px;
    }
}

@media (max-width: 1200px) {
    .formHome {
        width: 50%;
        padding-top: 35px;
    }

    .infoHome {
        width: 50%;
    }

    .formDiv {
        width: 380px;
    }

    .imgLogo img {
        padding: 20px 0;
        width: 180px;
    }

    .imgCupon {
        display: none;
    }

    .imgDiv .imgLLanta {
        width: 350px;
        right: -30px;
    }
}

@media (max-width: 992px) {
    .infoHome {
        width: 100%;
    }

    .formHome {
        width: 100%;
        padding-top: 0;
    }

    .formDiv {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .formDiv h2 {
            width: 100%;
        }

    .form-control,
    .custom-select {
        width: 100%;
    }

    .formDiv picture {
        margin: 0 auto;
    }

    .imgDiv .imgLLanta {
        width: 300px;
        right: -30px;
    }

    .imgDiv {
        width: 40%;
    }

    .ingoDiv {
        width: 60%;
    }

    .infoCupon .txtCupon {
        font-size: 50px;
    }

    .infoCupon {
        /*width: 390px;*/
    }    
}

@media (max-width: 768px) {
    .formDiv {
        margin-top: -40px;
        background-color: #fff;
        padding-top: 20px;
    }

    .borderAzul {
        display: block;
    }

    .imgDiv {
        width: 100%;
    }

    .ingoDiv {
        width: 100%;
    }

    .imgDiv .imgLLanta {
        position: relative;
        margin: 0 auto;
        text-align: center;
        display: block;
        right: unset;
        bottom: unset;
    }

    .imgDiv .logoTYP {
        position: relative;
        display: block;
        margin: 30px auto;
        top: unset;
        left: unset;
        transform: unset;
        width: 170px;
    }

    .ingoDiv {
        padding: 30px 0 50px;
    }

    .divMovil {
        display: block;
    }
}

@media (max-width: 576px) {
    .form-control,
    .custom-select {
        width: 100%;
    }

    h2 {
        margin: 25px 0;
    }

    .formDiv img {
        width: 70px;
    }

    .infoCupon {
        /*width: 90%;*/
    }

    .btnTYP {
        flex-direction: column;
    }

        .btnTYP .btn {
            margin-bottom: 20px;
        }

    .infoCupon .txtCupon {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .infoCupon p {
        font-size: 13px;
    }
}
