﻿
@font-face {
    font-family: 'FordAntennaRegular';
    src: url('/fonts/FordAntenna-Regular.eot');
    src: url('/fonts/FordAntenna-Regular.eot?#iefix') format('embedded-opentype'),
    /*url('/fonts/FordAntenna-Regular.woff') format('woff'), */
    url('/fonts/FordAntenna-Regular.ttf') format('truetype'), url('/fonts/FordAntenna-Regular.svg#FordAntennaRegular') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FordAntennaLight';
    src: url('/fonts/FordAntenna-Light.eot');
    src: url('/fonts/FordAntenna-Light.eot?#iefix') format('embedded-opentype'),
    /*url('/fonts/FordAntenna-Light.woff') format('woff'), */
    url('/fonts/FordAntenna-Light.ttf') format('truetype'), url('/fonts/FordAntenna-Light.svg#FordAntennaLight') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FordAntennaWGL-Bold';
    src: url('../fonts/FordAntennaWGL-Bold.otf') format('otf'), url('../fonts/FordAntennaWGL-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
    margin: 0;
}

/*ESTILOS SLIDER INICIAL*/

/*.owl-theme.slider-home .owl-nav .owl-prev {
    left: 10px;
}

.owl-theme.slider-home .owl-nav .owl-next {
    right: 10px;
}

.owl-theme.slider-home .owl-nav [class*=owl-] i {
    color: #fff;
    font-size: 25px;
}

.owl-theme.slider-home .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 20, 46, 0.6);
}

    .owl-theme.slider-home .owl-nav [class*=owl-]:hover {
        background-color: rgba(0, 20, 46, 0.6);
    }

.owl-theme.slider-home .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    transition: all 0.2s linear;
}

.owl-theme.slider-home .owl-dots .owl-dot.active span {
    background-color: #fff !important;
    width: 25px;
}

.owl-theme.slider-home .owl-dots .owl-dot:hover span {
    background-color: #fff;
}

.owl-theme.slider-home .owl-dots {
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 5px;
    left: 50%;
}*/

.container {
    max-width: 800px;
}

.form-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .form-div h4 {
        width: 100%;
        font-family: 'FordAntennaWGL-Bold';
        font-size: 22px;
        color: #0F0F0F;
        margin: 20px 0;
    }

.full-size {
    width: 100%;
}

.mid-size {
    width: 48%;
}

.bg-dark2 .img-auto {
    /*background-image: url(../img/deg-bg_dark.png);*/
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: -31px;
    background-position-y: 53%;
}

.img-auto {
    /*background-image: url(../img/deg-bg_light.png);*/
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: -20px;
    width: 24%;
    margin-right: 12%;
    background-position-y: 77%;
    padding: 15px;
}

.form-label {
    font-family: 'FordAntennaWGL-Bold';
}

.form-div .form-select,
.form-div .form-control {
    color: #00142E;
    border: 1px solid #00142E;
    border-radius: 8px;
    height: 50px;
}

    .form-div .form-control::placeholder {
        color: #00142E;
    }

textarea.form-control {
    height: 120px !important;
}

.contbtnEnv {
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

    .contbtnEnv a {
        background: #066FEF;
        color: #fff !important;
        text-align: center;
        border: 1px solid transparent;
        padding: 10px 120px;
        cursor: pointer;
        text-decoration: none;
        height: 50px;
        border-radius: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

.blue-main {
    color: #066FEF;
    text-decoration: none;
}

.link-legales {
    text-align: center;
    background-color: #F0F0F0;
    padding: 5px 0;
}

    .link-legales span {
        text-decoration: none;
        cursor: pointer;
        color: #00095B;
        padding: 5px 0;
    }

.modal-dialog {
    min-width: 80% !important;
}


.divpLF.bg-dark2 {
    background-color: #00142E;
}

.bg-dark2 .form-LP {
    color: #fff;
}

.bg-dark2 .form-div h4 {
    color: #fff;
}

.bg-dark2 .form-div .form-select, .bg-dark2 .form-div .form-control {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

    .bg-dark2 .form-div .form-control::placeholder {
        color: #fff;
    }

.switch-btn {
    position: fixed;
    top: 50px;
    right: 25px;
    z-index: 1;
}

    .switch-btn span {
        width: 150px;
        height: 55px;
        border-radius: 30px;
        display: inline-flex;
        z-index: 1;
        position: relative;
        align-items: center;
        padding: 0 10px;
        cursor: pointer;
    }

        .switch-btn span i {
            width: 40px;
            height: 40px;
            border-radius: 30px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-size: 23px;
        }

.btn-claro {
    background-color: #F0F0F0;
    color: #0F0F0F;
    justify-content: flex-end !important;
}

    .btn-claro i {
        background-color: #0F0F0F;
        color: #F0F0F0;
        margin-left: 15px;
    }

.btn-oscuro {
    background-color: #0F0F0F;
    color: #F0F0F0;
    justify-content: flex-start;
}

    .btn-oscuro i {
        background-color: #F0F0F0;
        color: #0F0F0F;
        margin-right: 15px;
    }

.btn-claro {
    display: none !important;
}

    .btn-claro.open {
        display: inline-flex !important;
    }

.btn-oscuro.close {
    display: none !important;
}

option {
    color: #0f0f0f !important;
}

.modal-body span {
    color: #575757;
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
}

.form-select {
    position: relative;
    background-image: url(../img/dropdown-ic.png) !important;
    background-size: 19px !important;
}

.bg-dark2 .form-select {
    position: relative;
    background-image: url(../img/dropdown-ic_bco.png) !important;
    background-size: 19px;
}

/*animacion*/
.center {
    /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;*/
    position: fixed;
    top: 50px;
    right: 25px;
    z-index: 99;
}

.k-switch {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0f0f0f;
    width: 150px;
    height: 55px;
    clear: both;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: inset 0px 1px 2px #121117, 0px 1px 1px #3e3d4b;
    -webkit-box-shadow: inset 0px 1px 2px #121117, 0px 1px 1px #3e3d4b;
    box-shadow: inset 0px 1px 2px #121117, 0px 1px 1px #3e3d4b;
    color: #fff;
}

    .k-switch.on {
        background-color: #f0f0f0;
    }

    .k-switch .track i:first-child {
        opacity: 1;
        width: auto;
        height: auto;
        color: #0f0f0f;
    }

    .k-switch .track i {
        opacity: 0;
        width: 0;
        height: 0;
        color: #f0f0f0;
        transition: all 0.3s ease-in-out;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 3px;
        font-size: 21px;
    }


    .k-switch.on .track i:first-child {
        opacity: 0;
        width: 0;
        height: 0;
        color: #fff !important;
    }

    .k-switch.on .track i {
        /*transition: opacity 0.3s linear;*/
        opacity: 1;
        width: auto;
        height: auto;
        color: #f0f0f0;
    }

    .k-switch.on .track {
        left: 100px;
        background-color: #0f0f0f;
    }

    .k-switch.on .ball.red {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }

    .k-switch.on .ball.green {
        opacity: 1;
        visibility: visible;
        width: auto;
        margin-left: -15px;
    }

    .k-switch .ball {
        /*width: 12px;
  height: 12px;
  border: 1px solid;
  margin: 11px;*/
        /*-moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
        /* -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .k-switch .ball.red {
            float: right;
            border-color: #E73D3D;
            width: auto;
            margin-left: 10px;
        }

        .k-switch .ball.green {
            float: left;
            opacity: 0;
            color: #0f0f0f;
            width: 0;
            margin-left: 25px;
        }

    .k-switch .track {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #f0f0f0;
        -moz-box-shadow: 0px 1px 2px #121117, inset 0px 1px 2px #444257;
        -webkit-box-shadow: 0px 1px 2px #121117, inset 0px 1px 2px #444257;
        box-shadow: 0px 1px 2px #121117, inset 0px 1px 2px #444257;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.modal-body ul {
    list-style: decimal;
}

    .modal-body ul.list-abc {
        list-style: lower-alpha;
    }



input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
}

.bg-dark2 input:-webkit-autofill,
.bg-dark2 input:-webkit-autofill:hover,
.bg-dark2 input:-webkit-autofill:focus,
.bg-dark2 input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px transparent;
}

/*input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
}*/


    @media (max-width: 991px) {
        .img-auto {
            width: 48%;
            margin-right: 0;
        }

            .img-auto img {
                width: 100%;
            }
    }


    @media (max-width: 576px) {

        .mid-size {
            width: 100%;
        }

        .img-auto {
            width: 80%;
            margin: 0 auto;
        }

        .contbtnEnv a {
            width: 100%;
        }

        /*.switch-btn span {
        width: 120px;
        height: 50px;
    }

    .switch-btn span i {
        width: 35px;
        height: 35px;
    }

    .btn-oscuro i {
        margin-right: 10px;
    }

    .btn-claro i {
        margin-left: 10px;
    }*/

        .center {
            top: 25px;
            right: 15px;
        }

        .k-switch {
            width: 120px;
            height: 40px;
        }

            .k-switch .track {
                width: 32px;
                height: 32px;
                left: 5px;
            }

                .k-switch .track i {
                    top: 0px;
                }

            .k-switch.on .track {
                left: 83px;
            }
    }

    .contLogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 80px;
    background-repeat: repeat-x;
    background-image: url(/img/degradado.png);
}

.logo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/promostransparente.png);
}

.imgbanp {
    float: left;
    width: 100%;
}

.imglogop {
    position: absolute;
    left: 43%;
    top: 30px;
}

.aimgDown {
    position: absolute;
    display: inline-block;
    z-index: 10;
    bottom: -40px;
    left: 50%;
    width: 60px;
    height: 80px;
    margin-left: -30px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(/img/scrollDown2.png);
}

.imgDown {
    position: absolute;
    top: 0px;
    left: 0px;
}

.subTitSel {
    text-align: center;
    margin-top: 50px;
    float: left;
    width: 100%;
}

    .subTitSel h3 {
        color: #1e1e1e;
        font-size: 24px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .subTitSel h3 strong {
            font-weight: bold;
        }

.divpLF {
    /*float: left;
	width: 100%;*/
    font-family: FordAntennaRegular;
}
/*.divslcmod, .divform, .contbtnEnv, .contAP{
	float: left;
	width: 100%;
	text-align: center;
}*/
.divslcmod select {
    border: 1px solid #ccc;
    padding: 5px;
    color: #1e1e1e;
    font-size: 15px;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: FordAntennaRegular;
}

.div60 {
    margin: 0 auto;
    width: 60%;
}
/*.divform input, .divform textarea{
	width: 100%;
    font-size: 16px;
    color: #000;
    border: solid 1px #ccc;
    border-radius: 0;
    text-align: left;
    padding: 8px;
    margin-bottom: 18px;
    border-radius: 5px;
    font-family: FordAntennaRegular;
}*/
.divform textarea {
    height: 100px;
}

.radios {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

    .radios input[type="radio"], .checkboxes input[type="checkbox"] {
        position: absolute;
        left: -9999px;
        margin: 0;
    }

        .radios input[type="radio"] + label, .checkboxes input[type="checkbox"] + label {
            margin: 0;
            color: #666;
            font-size: 14px;
            cursor: pointer;
            font-weight: 400;
            line-height: 30px;
            position: relative;
            padding-left: 40px;
            display: inline-block;
        }

            .radios input[type="radio"] + label:before, .checkboxes input[type="checkbox"] + label:before {
                content: '';
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                background: #fff;
                position: absolute;
                border: 1px solid #ccc;
            }

        .radios input[type="radio"]:not(:checked) + label:after, .checkboxes input[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .radios input[type="radio"] + label:after, .checkboxes input[type="checkbox"] + label:after {
            content: '';
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            position: absolute;
            background: #2d96cd;
            border: solid 1px #2d96cd;
            -webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
            -moz-box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
            box-shadow: inset 0 0 0 5px rgba(255,255,255,1);
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
        }

.contenedorPrivacidad input {
    width: auto;
}


.contAP {
    margin-top: 50px;
}

    .contAP ul {
        list-style: none;
        padding: 0;
    }

    .contAP li {
        font-size: 11px;
    }

.contenedorPrivacidad {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.divlogop {
    float: left;
    width: 100%;
    text-align: center;
}

@media (max-width: 1000px) {
    .div60 {
        width: 70%;
    }

    .imglogop {
        left: 40%;
        top: 3px;
    }
}

@media (max-width: 800px) {
    .div60 {
        width: 80%;
    }

    .imglogop {
        left: 40%;
        top: 0px;
        width: 185px;
    }
}

@media (max-width: 600px) {
    .div60 {
        width: 90%;
    }

    .contenedorPrivacidad span {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .imglogop {
        position: initial;
    }
}

/*Privacidad*/
.backLoadP {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0%;
    top: 0%;
    background-color: transparent;
    background-color: rgba(0,0,0,0.76);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    color: white;
    font-size: 18px;
    font-family: FordAntennaRegular;
    display: none;
    overflow: auto;
}

.cendiv {
    /* border: solid 2px white; */
    margin: 0 auto;
    width: 90%;
    padding: 21px;
    margin-top: 10%;
    text-align: center;
    /* background-color: #303c49; */
}

    .cendiv p {
        text-align: justify;
    }

.imgclose {
    width: 70px;
    position: absolute;
    z-index: 4;
    right: 90px;
    /* top: 0; */
    /* left: 0; */
    margin-top: -90px;
    cursor: pointer;
}

.aUD {
    color: red !important;
    text-decoration: underline !important;
}
