/*Fuente Gothic*/

@font-face {
    font-family: "Gothic";
    src: url("../../webfonts/GOTHIC.TTF");
}

@font-face {
    font-family: "Gothicb";
    src: url("../../webfonts/GOTHICB.TTF");
}

@font-face {
    font-family: "Gothicbi";
    src: url("../../webfonts/GOTHICBI.TTF");
}

@font-face {
    font-family: "Gothici";
    src: url("../../webfonts/GOTHICI.TTF");
}


/*Paleta de colores corporativos*/

:root {
    --blanco: #ffffff;
    --negro: #000000;
    --mattes: #0088F7;
    --mattes2: #009EF9;
    --mattes3: #0FB6FB;
    /*BUSCA TU DEPA*/
    --mattes4: #000099;
    --mattes5: #3041D9;
    /*ICONOGRAFIA*/
    --mattes6: #0000FF;
    --mattes7: #A7D9FC;
    --mattes8: #4042E2;
    --mattes9: #FFBE00;
    --mattes10: #65ccff;

    /*Paleta de color mattes*/
    --gris:#404142;
    --amarillo:#EAA654;
    --rojo: #893030;
    --tabla: #025272;
    --salir: #d7dadd;
    --verde: #7caa4b;
    --azul: #0087f6;  
}


/*Generales*/

html {
    font-size: 14px !important;
    min-height: 100% !important;
    position: relative !important;
}

body {
    background-color: var(--blanco) !important;

    -moz-user-select: none; /* Firefox */
     -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
 -webkit-user-select: none; /* Chrome, Safari, and Opera */
 -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

/* BOTONES */
.actualizar{
    background-color: var(--azul) !important;
    border: 1px solid var(--azul) !important;
    color: white !important;
    border-radius: 10px !important;
    text-transform: uppercase;
    cursor: pointer;
}

.cancelar {
    background-color: var(--rojo) !important;
    border: 1px solid var(--rojo) !important;
    color: white !important;
    border-radius: 10px !important;
    text-transform: uppercase  !important;
    cursor: pointer;
}

.reasignar {
    background-color: var(--amarillo) !important;
    border: 1px solid var(--amarillo) !important;
    color: white !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

.btn-aceptar {
    background-color: var(--verde) !important;
    border: 1px solid var(--verde) !important;
    color: white !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    cursor: pointer;
}
.btn-teal,
.bg-teal{
    background-color: var(--verde) !important;
    color: var(--blanco) !important;
    text-transform: uppercase !important;
}
.btn-teal{
    border: 1px solid var(--verde) !important;
    cursor: pointer;
}

/*Modales*/
.bg-warning,
.btn-warning{
    background-color: var(--amarillo) !important;
    text-transform: uppercase !important;
}
.btn-warning{
    border: 1px solid var(--amarillo) !important;
    cursor: pointer;
}

.btn-primary{
    background-color: var(--azul) !important;
    border: 1px solid var(--azul) !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

/*Efecto de la caja desplazada en el boton*/
/* .btn-primary {
    position: relative;
    z-index: 1;
    margin-top: 1.5rem;
    overflow: hidden;
    color: white;
    background-color: var(--azul) !important;
    text-transform: uppercase !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  .btn-primary:active {
    color:  var(--azul) !important;
    background-color: white !important;
    border-color:  var(--azul);
  }
  
  .btn-primary:focus {
    color: var(--azul);
    background-color: white;
    border-color: var(--azul);
    -webkit-box-shadow: 0 0 0 0.2rem var(--azul) !important;
    box-shadow: 0 0 0 0.2rem var(--azul) !important;
  }
  
  .btn-primary:hover {
    background-color: white;
    color: var(--azul) !important;
    border:1px solid var(--azul) !important;
  }
  
  .btn-primary:hover::before {
    left: -15%;
    width: 130%;
  }
  
  .btn-primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 0px;
    height: 100%;
    background-color: white;
    color: var(--azul);
    border-color: var(--azul);
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  } */

.bg-danger,
.btn-danger{
    background-color: var(--rojo) !important;
    text-transform: uppercase !important;
}
.btn-secondary{
    background-color: var(--gris);
    text-transform: uppercase !important;
}

p,
a {
    font-size: 1.2rem;
    font-family: 'Gothic';
}

label,
.form-control,
input,
select,
textarea,
.form__label,
table.dataTable tbody th, table.dataTable tbody td  {
    font-size: 1.1rem !important;
    font-family: 'Gothic' !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: 'Gothic';
}

.bg-editar{
    background-color: #da850a !important;
}

input,
select, 
textarea,
.form-control{
    border-radius: 10px !important;
}

.table thead.bg-primary > tr > th, .table thead.bg-primary > tr > td, .table tfoot.bg-primary > tr > th,
table.dataTable tbody th, table.dataTable tbody td{
    text-align: center !important;
    font-family: "Gothic";
}

.card{
    border-radius: 10px;
}

.tablinks,
.tablinks.active,
.tablinks:hover {
    font-family: "Gothic";
    font-size:17px;
}


/*Imagen de la pagina principal*/

.home {
    background-image: url('../../img/banner/inicio.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.titulo {
    font-family: 'Gothicb';
    font-size: 4rem;
    color: var(--blanco);
    text-align: center;
    line-height: 1.2;
    margin-bottom: 4.5rem;
}

.ladrillos {
    background-image: url('../../img/banner/Ladrillos.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 1400px;
}

.busqueda-depa {
    width: 180px;
}

.card {
    height: 400px;
}

.info {
    transition: all .5s ease;
    text-align: center;
}

.info:hover {
    transform: scale(1.1);
}


/*========== Buscador "Escribe tu universidad" ========== */

.campo-buscar,
.boton-buscar {
    background-color: transparent;
    color: var(--blanco);
    font-weight: lighter
}


/*Icono de la lupa*/

.boton-buscar {
    border-top: 5px solid var(--mattes);
    border-bottom: 5px solid var(--mattes);
    border-left: 5px solid var(--mattes);
    border-right: none;
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 1rem !important;
    background-color: var(--mattes);
    opacity: .7;
}


/*Input universidad*/

.campo-buscar {
    border-top: 5px solid var(--mattes);
    border-bottom: 5px solid var(--mattes);
    border-left: none;
    border-right: 5px solid var(--mattes);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 64px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 64px !important;
    padding: 1rem 1.5rem !important;
    background-color: var(--mattes);
    opacity: .7;
}

.boton-buscar:hover,
.boton-buscar:focus,
.campo-buscar:focus {
    color: var(--blanco);
    border-color: var(--mattes) !important;
    outline: none;
    background-color: var(--mattes);
    font-family: "Gothic";
    font-size: 1.3rem;
}

.form-control {
    padding: 0.35rem 0.75rem;
    font-size: 1.3rem;
}

.form-control:focus {
    border-color: var(--mattes) !important;
    opacity: .7;
}


/*Estilos al placeholder en distintos navegadores*/

.campo-buscar::-webkit-input-placeholder {
    color: var(--blanco);
    font-size: 1.3rem;
    letter-spacing: .2rem;
    font-family: "Gothic";
}

.campo-buscar:-ms-input-placeholder {
    color: var(--blanco);
    font-size: 1.3rem;
    letter-spacing: .2rem;
    font-family: "Gothic";
}

.campo-buscar::placeholder {
    color: var(--blanco);
    font-size: 1.3rem;
    letter-spacing: .2rem;
    font-family: "Gothic";
}


/*Posicionamiento del buscador de universidades*/

#formulario-buscar {
    width: 290px;
    font-family: "Gothic";
    border-radius: 33px;
    box-shadow: 2px 3px 10px 1px var(--negro);
}


/*Medias queries para el buscador de universidades*/

@media (min-width:400px) {
    #formulario-buscar {
        width: 392px;
    }
}

@media (min-width:500px) {
    #formulario-buscar {
        width: 493px;
    }
}

@media (min-width:600px) {
    #formulario-buscar {
        width: 493px;
    }
}

@media (min-width:700px) {
    #formulario-buscar {
        width: 505px;
    }
}

@media (min-width:768px) {
    .ladrillos {
        height: 500px;
    }
}

@media (min-width:1000px) {
    #formulario-buscar {
        width: 560px;
    }
}

@media (min-width:1100px) {
    #formulario-buscar {
        width: 570px;
    }
}

@media (min-width:1200px) {
    #formulario-buscar {
        width: 680px;
        margin-bottom: 18rem;
    }
    .rombo {
        position: absolute;
        top: -70px;
        right: 40px;
        width: 80px;
        height: 80px;
        background-color: var(--blanco);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media (min-width:1300px) {
    #formulario-buscar {
        width: 720px;
    }
}

@media (min-width:1400px) {
    #formulario-buscar {
        width: 760px;
    }
    .rombo {
        position: absolute;
        top: -88px;
        right: -67px;
        width: 120px;
        height: 120px;
    }
}

@media (min-width:1500px) {
    #formulario-buscar {
        width: 815px;
    }
}

@media (min-width:1600px) {
    #formulario-buscar {
        width: 880px;
    }
}

@media (min-width:1700px) {
    #formulario-buscar {
        width: 933px;
    }
}

@media (min-width:1800px) {
    #formulario-buscar {
        width: 980px;
    }
}

@media (min-width:1900px) {
    #formulario-buscar {
        width: 1030px;
    }
}


/*Section pasos busqueda*/

.pasos-depa {
    font-family: "Gothicb";
}

.footer {
    background-color: var(--gris);
    color: var(--blanco);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 3rem 0;
}

.mb-200 {
    margin-bottom: 200px;
}

@media (min-width: 576px) {
    .mb-sm-130 {
        margin-bottom: 130px;
    }
}

@media (min-width: 992px) {
    .mb-lg-100 {
        margin-bottom: 100px;
    }
}

@media (min-width: 576px) {
    .notificaciones::after,
    .notificaciones::before {
        content: ' ';
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: var(--mattes);
        top: 11rem;
    }
    .notificaciones::before {
        left: 22px;
    }
    .notificaciones::after {
        right: 22px;
    }
}

@media (min-width: 768px) {
    .notificaciones::after,
    .notificaciones::before {
        width: 120px;
        top: 8rem;
    }
    .notificaciones::before {
        left: -5px;
    }
    .notificaciones::after {
        right: -5px;
    }
}

@media (min-width: 992px) {
    .notificaciones::before {
        left: 112px;
    }
    .notificaciones::after {
        right: 112px;
    }
}

@media (min-width: 1200px) {
    .notificaciones::before {
        left: 204px;
    }
    .notificaciones::after {
        right: 204px;
    }
}

.head-section{
    filter: drop-shadow(0px 22px 30px rgb(204, 204, 204));
}

.down-doc {
    font-size: 1rem !important;
}

table.dataTable thead tr th {
    background-color:var(--tabla);
    color: var(--blanco);
    text-align: center;
}

.starrr a {    
    font-size: 16px;
    padding: 0 .5px;
    color: #EAA654;
    text-decoration: none; 
}

.starrr a:hover {    
    color: #EAA654;
    text-decoration: none; 
}


.dataTables_filter input,
.modal-content {
    border-radius: 10px !important;
}
.modal-header{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

th:first-child { 
    border-top-left-radius: 10px; 
}
th:last-child {   
    border-top-right-radius: 10px; 
}

.filters th:first-child { 
    border-top-left-radius: 0px; 
}
.filters th:last-child {   
    border-top-right-radius: 0px; 
}

table{
    border-radius: 10px;
}

table.dataTable.no-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tabcontent{
    border: none !important;
}

.input-group-addon{
    border-radius: 10px !important;
}

#map{
    border-radius: 10px;
}