﻿@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito/nunito.ttf') format('truetype');
    src: url('../fonts/Nunito/nunito.woff2') format('woff2'), url('../fonts/Nunito/nunito.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a {
    color: #000 !important;
}

h4 {
    font-weight: 400;
    line-height: 1.6;
    font-size: 11px;
    font-family: 'Nunito';
}

h1 {
    font-weight: 900;
    font-size: 1.8rem;
    font-family: 'Nunito';
}

h2 {
    font-weight: 500;
    font-size: 1.5rem;
    font-family: 'Nunito';
}

.log {
    padding-top: 2%;
    background: #ffffff;
    height: 100vh;
}

.responsive-img{
    width: 50%;
    margin: auto;
}

@media (max-width: 992px) {
    .log {
        padding-top: 6% !important;
    }
}

.card {
    background-color: #fff0;
    border: none;
    border-radius: 0;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #1226AA;
    border-color: #1226AA;
}

.text-1 {
    text-align: center;
    margin: 5px;
}

.card-header {
    background-color: #fff0;
    border-bottom: none;
}

.responsive-img {
    height: auto;
}

.img-fond {
    background-color: transparent;
    background-position: left top;
    background-size: cover;
    /*height: 88vh;*/
    background-repeat: repeat-x;
    /*height: 100%;*/
}
@media (min-width: 1367px) {
    .img-fond {
        min-height: 95vh;
    }
}
.footer-osde {
    background: #1226aa;
    color: #fff;
    padding: 15px 20px;
    position: absolute;
    bottom: 0;
}

.bg-dark {
    background-image: linear-gradient(#00000000, #00000017, #000000a3, #000000) !important;
    background-color: #fff0 !important;
}

.text-3 {
    position: absolute;
    bottom: 15%;
    text-align: right;
    width: 60%;
    right: 50px;
}
@media (min-width: 1367px) {
    .text-3 {
        bottom: 10%;
    }
}
@media (max-width: 1200px) {
    .text-3 {
        width: 80%;
    }
}

.text-color {
    color: #ffff;
}

.text-5 {
    text-align: center;
    position: absolute;
    bottom: 3%;
    width: 100%;
    z-index: 10;
}

.img-log {
    height: 25px;
    width: auto;
}

.m-t {
    margin-top: 20px !important;
}

.m-l {
    margin-left: 15px;
}

.border-b {
    border-bottom: 1px solid #dee2e6;
    margin-right: 20px;
}

.card-body {
    z-index: 100;
    background: #fff;
}

.alert {
    position: absolute;
    right: 25px;
    width: 30%;
    z-index: 100;
    margin-top: 15px;
    padding: 0rem 1.25rem;
}

.alert-danger {
    color: #000;
    background: #f4433640;
}
.m-t2 {
    margin-top: 10%;
}
.text-6 {
    font-weight: 700;
    color: #1226aa !important;
    text-decoration: underline;
}
.border-card {
    border: 1px solid #e9e9e9;
    padding: 10px;
    box-shadow: 5px 10px 8px #d5d5d5;
    width: 60%;
}
.centro {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .ipad {
        min-width: 100%;
    }
}
.text-danger {
    color: #f44336 !important;
    font-size: 12px !important ;
}
.btn-b {
   border: 1px solid #ced4da !important;
}

.titleBlue {
    font-size: 48px;
    line-height: 50px;
    font-family: 'Nunito';
    color: black;
    padding-bottom: 0;
}

.btn-primary {
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #1226AA;
    border-color: #1226AA;
}

#masInfo {
    color: #1226AA !important;
    text-decoration: underline;
}

/*.img-fond {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.log {
    padding: 4%;
    background: #ffffff;
    height: 100vh;
}
