html, body {
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
    z-index: 1;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: url(../img/fondoUno.jpg);
}

.full-height:before{
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, #000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
    padding: 30px 50px;
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    transition: all 1s;
}

.content:hover{
    box-shadow: 3px 5px 14px -2px rgba(0,0,0,0.75);
}

.title {
    padding: 0px 30px;
}

.title img{
    height: 180px;
    margin-bottom: 10px;
    transition: all 1s;
}

.content .col-md-12{
    padding: 0px;
}

.content p{
    font-weight: 600;
}

select.form-control{
    border: 0;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 0.15em;
        -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
    text-align-last: center;
    cursor: pointer;
}

select.form-control:focus {
    outline: none;
    border-color: #0060d8;
    box-shadow: none;
}

input.form-control{
    border: 0;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 0.15em;
        -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
}

input.form-control:focus {
    outline: none;
    border-color: #0060d8;
    box-shadow: none;
}

input.inputPromo {
    text-align-last: center;
}

input.inputPromo:focus {
    text-align-last: center;
}

.btn{
    background: #c4201a !important;
    border-color: #c4201a !important;
    border: solid 1px #c4201a !important;
    border-radius: 15px !important;
    transition: all 0.5s !important;
    color: #fff !important;
}

.btn:hover{
    background: #fff !important;
    border-color: #333 !important;
    border: solid 1px #333 !important;
    color: #333 !important;
    font-weight: 600 !important;
}

.btn:hover i{
    margin-left: 3px;
    -webkit-animation: buttonIcon 1s ease-in infinite;
    animation: buttonIcon 1s ease-in infinite;
}

@media only screen and (max-width: 767px){
    .title img{
        height: 150px;
    }

    .content {
        padding: 25px 35px;
    }
}

@-webkit-keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } 
}
@keyframes buttonIcon {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } 
}

footer{
    padding: 1.5rem 0;
    /*background-color: #111343;*/
    background-color: #080817;
    text-align: center;
    color: #fff;
}

footer .social-info {
    display: inline-flex;
    text-align: center;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms; 
    margin-bottom: 1.2rem;
}

footer .social-info a {
    height: 34px;
    width: 34px;
    border: 1px solid #3d3e66;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 15px;
    margin-right: 8px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

footer .social-info a:last-child {
    margin-bottom: 0; 
}

footer:hover .social-info, footer:focus .social-info {
    top: 0; 
}

footer .social-info a:hover:nth-child(1) {
    background: #3b5999;
    border-color: #fff;
}

footer .social-info a:hover:nth-child(2) {
    background: -webkit-linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
    background: -ms-linear-gradient(45deg, #F58529, #FEDA77, #DD2A7B, #8134AF, #515BD4);
    border-color: #fff;
}

footer .social-info a:hover:nth-child(3) {
    background: #d7493c;
    border-color: #fff;
}

.copywrite-content {
    border-top: 1px solid #414269;
    padding: 15px 0; 
}

@media only screen and (max-width: 767px) {
    .copywrite-content {
        text-align: center;
    } 
}
.copywrite-content .copywrite-text p {
    color: #9293bc;
    font-size: 14px;
    margin-bottom: 0; 
}

.copywrite-content .copywrite-text a.login {
    color: #9293bc !important;
    text-decoration: none !important;
    cursor: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copywrite-content .copywrite-text p {
        font-size: 12px; 
    } 
}

@media only screen and (max-width: 767px) {
    .copywrite-content .copywrite-text p {
        font-size: 12px; 
    } 
}
.copywrite-content .copywrite-text p a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
}

.copywrite-content .copywrite-text p a:hover, .copywrite-content .copywrite-text p a:focus {
    color: #c4201a; 
}

.copywrite-content .footer-menu {
    position: relative;
    z-index: 1; 
}

.copywrite-content .footer-menu .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; 
}

@media only screen and (max-width: 767px) {
    .copywrite-content .footer-menu .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; 
    } 
}

.copywrite-content .footer-menu .nav li {
    margin-right: 20px; 
}

.copywrite-content .footer-menu .nav li:last-child {
    margin-right: 0;
}

.copywrite-content .footer-menu .nav li a {
    text-decoration: none;
    color: #9293bc;
    font-size: 14px;
    font-weight: 400; 
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copywrite-content .footer-menu .nav li a {
        font-size: 12px; 
    } 
}

@media only screen and (max-width: 767px) {
    .copywrite-content .footer-menu .nav li a {
        font-size: 12px;
    } 
}

.copywrite-content .footer-menu .nav li a i {
    position: relative;
    z-index: 1;
    top: -2px;
    font-size: 6px;
    margin-right: 2px;
    color: #505add;
}

.copywrite-content .footer-menu .nav li a:hover, .copywrite-content .footer-menu .nav li a:focus {
    color: #ffffff;
}