﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
*{
    font-family: 'Roboto';
}
/** Fuentes enviadas por inGenius **/
@font-face {
    font-family: 'Caro Soft';
    src: url('../fonts/carossoft/CarosSoft.ttf') format('truetype');
}

.carosoft {
    font-family: 'Caros Soft', 'Roboto' !important;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

.roboto {
    font-family: 'Roboto';
}

/* Colores del texto de la aplicación */
.txt-blanco {
    color: white;
}

.txt-azul-titulo {
    color: #0093C6;
}

.txt-azul {
    color: #00B8D4;
}

.txt-amarillo {
    color: #E1CB00;
}

.txt-gris {
    color: gray;
}

.txt-negro {
    color: black;
}

.txt-espaciado-navbar {
    letter-spacing: 1px;
}

.txt-error{
    font-size:larger;
}
.centrar-txt {
    text-align: center;
}

.superindice {
    position: relative;
    top: -0.5em;
    font-size: 50%;
}

/* NAVIGATION */
nav {
    width: 100%;
    margin: 0px !important;
    background: #131942 !important;
    background-color: #131942 !important;
    padding: 50px 0;
}

    nav ul {
        list-style: none;
        text-align: center;
    }

        nav ul li {
            display: inline-block;
        }

            nav ul li a {
                display: block;
                padding: 15px;
                text-decoration: none;
                color: white !important;
                font-weight: normal;
                margin: 0 10px;
            }

                nav ul li a,
                nav ul li a:after,
                nav ul li a:before {
                    transition: all .5s;
                }

                    nav ul li a:hover {
                        color: lightgrey;
                    }

.navbar {
    background-color: #131942 !important;
    color: white;
    padding: 5px;
    margin: 0px !important;
    border-color: #131942 !important;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    color: white !important;
}

/*a.nav-link {
  color: white !important;
}

nav ul li a:hover {
    color: lightgray !important;
}*/

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:after,
    nav.fill ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #aaa;
        height: 1px;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

nav.fill ul li a {
    transition: all 2s;
}

    nav.fill ul li a:after {
        text-align: left;
        content: '.';
        margin: 0;
        opacity: 0;
    }

    nav.fill ul li a:hover {
        color: #fff;
        z-index: 1;
    }

        nav.fill ul li a:hover:after {
            z-index: -10;
            animation: fill 1s forwards;
            -webkit-animation: fill 1s forwards;
            -moz-animation: fill 1s forwards;
            opacity: 1;
        }

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(to right,#300964,#0061B3);
    border-color: #1861ac;
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
}

.btn-secondary {
    color: #fff;
    background: #131942; 
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
}

.btn-yellow {
    color: #131942;
    background: #E1CB00;
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.flechas {
    max-height: 25px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    /*background-color: #131942;*/
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.borde-azul {
    border: 2px solid #0093C6;
}

.main-page {
    background-color: #FFFFFF;
}

/* Sticky footer styles
-------------------------------------------------- */

body {
    font-family: 'Roboto';
    background-color: #FFFFFF;
}


.body-margin {
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .body-margin {
        margin-bottom: 0px;
    }
}

p{
    padding: 15px;
}

.page-padding {
    padding: 5% 20%;
}


.footer {
    position:fixed;
    clear:both;
    bottom: 0;
    width: 100%;
    background-color: #131942;
    font-family: CaroSoft;
    color: white;
    white-space: nowrap;
    /* line-height: 15px; /* Vertically center the text there */
}

.footer-logo {
    max-width: 25%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
}

.footer-redes-div {
    margin-left: 41%;
    margin-right: 41%;
}

@media (max-width: 650px){
    .footer {
        position: static;
    }

    html {
        background-color: #131942;
    }
}

@media (max-width: 768px) {
    .footer-logo {
        max-width: 50%;
    }

    .footer-redes-div {
        margin-left: 27%;
        margin-right: 27%;
    }
}

@media (max-width: 1199px) and (min-width:767px){
    .footer-redes-div {
        margin-left: 34%;
        margin-right: 34%;
    }
}
.footer a {
    font-family: Roboto;
    font-size: x-small;
    font-weight: normal;
    letter-spacing: 1px;
    color: white;
}


.footer-border {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right,#FAD800,#0074BA);
}

.footer-center {
    vertical-align: middle;
    display: block;
}


.footer-contacta {
    font-size: x-small;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    background: #131942;
    border: 2px solid white;
    border-radius: 17px;
    padding: 3px 8px;
    margin: 5px;
}

.footer-lists {
    padding-top: 20px;
    padding-bottom: 5px;
    text-align:center;
}



.footer-redes-ico {
    max-width: 31px;
    padding: 1px;
}

#eye-password {
    display: none;
    position: absolute;
    top: 124px;
    right: 20px;
}
@media only screen and (min-width: 480px) {
    #eye-password {
        top: 108px;
    }
}

@media only screen and (min-width: 768px){
    #eye-password {
        top: 124px;
    }
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    /* flex-flow: column nowrap; */
    height: 70vh;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    box-shadow: 1px 2px 5px 11px rgba(182,170,170,0.25);
}
.logo{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 30% !important;
}

.logo-error {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px !important;
}

.form{
    width: 70% !important;
}

.centrar-todo {
    margin-right: auto;
    margin-left: auto;
}

.btn-azul-solido {
    color: #fff;
    font-weight: 300;
    font-size: medium;
    letter-spacing: 2px;
    background: #131942;
    border: 3px solid white;
    border-radius: 17px;
    padding: 5px 10px;
    margin: 0px 5px;
}

.btns-derecha {
    float: right;
}