@font-face {
    font-family: "Gotham-book";
    src: url("../fonts/Gotham-Book.ttf") format("opentype");
}
@font-face {
    font-family: "Gotham-bold";
    src: url("../fonts/Gotham-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "Gotham-black";
    src: url("../fonts/Gotham-Black.ttf") format("opentype");
}
@font-face {
    font-family: "Gotham-ligth";
    src: url("../fonts/Gotham-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Gotham-medium";
    src: url("../fonts/Gotham-Medium.ttf") format("opentype");
}
body {
    font-family: Gotham-book, Arial !important;
}
p{
	font-weight: normal !important;
}
.linea{
    border-right:5px solid #ce0c6a;
    padding:0px;        
}
.Texto-menu{
    font-size: 18px;
    padding-left:8px;
    display:flex;
    align-items:center;
    margin-bottom:5px;
}
.Barra-menu{
    font-size: 14px;
}
.Logo{
    padding-right:8px;
}
.navbar-gris{
    background-color: #807f7f;
    border-radius: 0px;
}
.navbar-negro {
    background-color: #000000;
    padding: 0px
}
.dark-nav
{
    background-color: #333333;
}
.pre-footer{
    background-color: #EAEAEA;
    height: 45px;
}

.container-dark {
    background-color: #333333;
    height: 40px;
}

.footer {
    background-color: #000;
    min-height: 30px;
}

/*<RESOLUCIONES MAS COMUNES>*/
/*@media (min-width: 2560px) {
    .pie-footer {
        height: 700px;
    }
}

@media screen and (max-width: 2559px) and (min-width: 1440px) {
    .pie-footer {
       height: 500px;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1024px) {
    .pie-footer {
       height: 100px;
    }
}

@media screen and (min-width: 1200px){
	.navbar > .container-fluid
        {
            padding-left: 65px;
            padding-right: 100px;
            padding-top : 20px;
        }
    }*/

.rcorners3
{
    padding: 5px;
    background: #EAEAEA;
    /*background: -moz-linear-gradient(left, rgba(27,136,171,1) 0%, rgba(31,172,212,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,136,171,1)), color-stop(100%, rgba(31,172,212,1)));
    background: -webkit-linear-gradient(left, rgba(27,136,171,1) 0%, rgba(31,172,212,1) 100%);
    background: -o-linear-gradient(left, rgba(27,136,171,1) 0%, rgba(31,172,212,1) 100%);
    background: -ms-linear-gradient(left, rgba(27,136,171,1) 0%, rgba(31,172,212,1) 100%);
    background: linear-gradient(to right, rgba(27,136,171,1) 0%, rgba(31,172,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b88ab', endColorstr='#1facd4', GradientType=1 );*/
    border-radius: 15px;
}

.box {
    padding: 5px;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
}

.regresar
{
    color: white;
}

.regresar:hover
{
    color: #8a0e0b;
}

/* Quitar margenes a la pantalla para que no salga el scroll*/
.row {
    margin-right: 0;
    margin-left: 0;
    
}

.boton {
    background-color: #E3B033;
    border-radius:7px;
    color: white;
}

.titulo {
    color:#585858;
}

.encabezado {
    background-color: #eaeaea
}

#div_carga
{
    position: fixed;
    background: rgba(0, 0, 0, 0.71);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 1;
}

#cargador
{
    color: white;
    position: absolute;
    top: 50%;
    left: 40%;
}
/* MODAL EXTRAGRANDRE */
@media (min-width: 772px) {
.modal-xxl .modal-dialog {
width: 80% !important;
            }
        }

.navbar-gris .navbar-nav > li > a:hover,
.navbar-gris .navbar-nav > li > a:focus
{
    color: #7f7f7f;
    background-color: #7f7f7f !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

