html, body{
    display: flex;
    flex-direction: column;
    height:100vh;
    margin: 0;
    /*overflow: hidden;*/
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.banner-sec {

    float: right;
    padding-left: 0px;
    padding-right: 0px;
}
.fixleft {
    margin-top: -7px;
    margin-left: 800px;
    padding-bottom: 0px;
}
.fixcarimg {
    width: 80%;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 360px;*/
    height:auto;
    margin: 0 auto;
}
.max-wid {
    max-width: 330px;
}
.fix-anc-mov {
    height: 100%;
}
.carousel {
    padding-top: 25px;
}
.carousel-indicators .active {
    background-color: #42A5F5;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255);
}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
html {
    height: 100%;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.card-body li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #FFE517;
}
.card-body p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #000000;
}
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 59px;
    padding-bottom: 0px;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.devmov-form-principal {
    height: 100%;
    background-color: #00569D;
}
.imgcir {
    width: auto;
    height: auto;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 40px;
}
.card-header {
    background-color: #00569D;
    color: #ffffff;
}
.form-signin h1
{
    color: #ffffff;
}

.imgValAc {
    width: 100%;
}

.mg-top {
    margin-top: 120px;
}

.sp-portlet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .sp-img-news img {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }

    .p-news {
        width: 80%;
        margin: 0 auto;
        color: #646c9a;
    }

    .sp-header-news {
        font-size: 20px;
        letter-spacing: 1.42px;
        margin: 0 auto;
        text-align: center;
    }

    .con-carousel-news .slick-next {
        margin-right: 30px;
    }

    .con-carousel-news .slick-prev {
        margin-left: 30px;
        z-index: 1;
    }

    .con-carousel-offers .slick-next {
        margin-right: 30px;
    }

    .con-carousel-offers .slick-prev {
        margin-left: 30px;
        z-index: 1;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 823px) and (orientation: portrait) {
    .img-ocl {
        display: none;
    }
    .p-news{
        width: 90%;
        font-size: 14px;
    }
    .sp-portlet_movl{
        height: 460px !important;
    }
    .fix-anc-mov {
        height: auto;
    }
    .devmov-form-principal {
        height: 43%;
        background-color: #00569D;
    }
    .marg-mov-card {
        margin-bottom: 30px;
    }
    .carousel {
        padding-top: 0px;
    }
    .banner-text h2 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 15px;
    }
    .card-body li {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        color: #FFE517;
    }
    .card-body p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #000000;
    }
    .card-header {
        font-size: 25px;
    }
    html, body {
        display: flex;
        flex-direction: column;
        height: 100vh;
        margin: 0;
        overflow: visible;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 823px) and (orientation: landscape) {
    .marg-mov-card {
        margin-bottom: 30px;
    }
    .max-wid {
        max-width: 750px;
    }
    .carousel {
        padding-top: 0px;
    }
    .card-body li {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600;
        color: #FFE517;
    }
    .card-body p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #000000;
    }
    .card-header {
        font-size: 30px;
    }

    .mg-top {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .res-car {
        margin-top: 50px;
    }
    html, body {
        display: flex;
        flex-direction: column;
        height: 100vh;
        margin: 0;
        overflow:visible;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
    .form-signin {
        margin-top: 130px;
    }
    .banner-sec {
        margin-top: -80px;
    }
    .form-signin {
        max-width: 750px;
    }
    .form-signin {
        margin-top: 45px;
    }
    .mg-top {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .res-car{
        margin-top: 50px;
    }
    html, body {
        display: flex;
        flex-direction: column;
        height: 100vh;
        margin: 0;
        overflow: visible;
    }
}

.sp-portlet .sp-portlet__body{
    padding: 0px;
}

.nav-shadow {
    height: 60px;
    box-shadow: 0 4px 20px -10px rgb(0 0 0 / 38%);
}

p, span {
    font-size: 14px;
}

.form-spn {
    display: inline-block;
    color: White;
    width: 100%;
    margin-bottom: 8px;
}

.header-title {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px;
    color: #ffffff;
}

.btn-white {
    background-color: #efefee;
}

.btn {
    display: inline-block;
    padding: 10px 10px;
    margin-bottom: 0;
    font-size: 10px
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .3em;
    font-size: 14px;
}
