/*
1. General
**********************************************************************/
 body {
	font-family:'Sorce Sans Pro', sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url("../../img/fondo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffffff;
}

a, a:hover {
	text-decoration: none;
    border: 0;
}

.navbar, .dropdown-menu {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.5em + 0.5vw);
    font-weight: bold;
    font-style: italic;
	color: #FFFFFF;
	line-height: auto;    
    background-color:darkorange !important;
	padding-top: initial;
	padding-top: 0;    
}
.navbar, .dropdown-menu a {
	color: #FFFFFF;
    background-color:darkorange !important;
    text-decoration: none;
    line-height: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.navbar, .dropdown-menu a:hover {
    background-color:darkorange !important;
    text-decoration: none;
    line-height: auto;
    /*border: 1px solid #776c6c;*/
    border-spacing: 1vw;
    transition: border-color 1s ease;
}
.navbarimg {
    height: 100%;
    max-height: 90px;
    
}

/*
2 Sections
************/
.Section {
    padding-top: 1px;
}
.Inicio-Sesion{
	padding-top: 15px;
}
/*
3 Footer
********************************************************************/
 .footer {
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.25em + 1vw);
    line-height: auto;
    color: #fff;
    background: #2B416D;
    
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.25em + 1vw);
    line-height: auto;
    color:#FFFFFF;
    text-decoration: none;
}

.footer a:hover, .footer a:focus{
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.25em + 1vw);
    line-height: auto;
    text-decoration: none;
}

@media all and (max-width: 700px) {
    body {
        font-size: 14px;
    }

    body > .navbar {
        font-size: 15px;
    }

    .h1, .h2, .h3, .h4, .h5, .h6{
        font-size: 0.75em;
    }

    .form-register {
        font-size: 0.75em;
    }
    .option-register {
        font-size: 0.25em;
        font-style: italic;
      }
    .form-register option {
        font-size: 0.25em;
    }
}

/*
4 Sing In New
********************************************************************/
.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
  background: rgba(194,194,194,0.82)
}

.form-signin .input {
  font-weight: bold;
}

.form-signin .select {
    font-weight: bold;
  }

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*
5 Register In New
********************************************************************/
.form-register {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: auto;
    /*background: #2B416D;*/
  }
  
  .form-register input {
    font-weight: bold;
    margin-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  .form-register select {
    font-weight: bold;
    margin-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  
  .form-register .form-floating:focus-within {
    z-index: 2;
  }
  

/*
6. DataTables Styles
********************************************************************/
/* Estilos para la Tabla */
/**
table th {
    background-color: #2B416D !important;
    color: white;
}
table>tbody>tr>td {
    vertical-align: middle !important;
}
/* Alinear botones y cuadro de busqueda */
/**
.btn-group, .btn-group-vertical {
    position: absolute !important;
}
.th_hidden{
	display: none;
}
.td_hidden{
	display: none;
}

/*
7. Evitar Selección de Texto
********************************************************************/
.disable-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
}
