/* ======================================
FUENTES DE GOBIERNO
====================================== */

@font-face {
    font-family: gmx-regular;
    src: url("../webfont/GMX-Regular.otf");
}

@font-face {
    font-family: gmx-bold;
    src: url("../webfont/GMX-Bold.otf");
}

@font-face {
    font-family: gmx-light;
    src: url("../webfont/GMX-Light.otf");
}


/* ======================================
PADDING
====================================== */

.padding-2 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.padding-4 {
    padding-top: 4%;
    padding-bottom: 4%;
}

.padding-6 {
    padding-top: 6%;
    padding-bottom: 6%;
}

.padding-8 {
    padding-top: 8%;
    padding-bottom: 8%;
}

.padding-10 {
    padding-top: 10%;
    padding-bottom: 10%;
}


/* ======================================
SECCIÓN OBJETIVO
====================================== */
.paralax {
    border-top: 10px solid #eee5d0;
    border-bottom: 10px solid #eee5d0;
    background-image: url('../images/fondo ventana.svg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 50vh;*/
    padding-top: 7%;
    padding-bottom: 7%;
}

.paralaxgris {
    background-image: url('../images/fondo-gris.svg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ======================================
    IMAGE CIRCLE
====================================== */
.img-circle{
    border-radius: 50%;
    border: 10px solid #621333;
}
/* ======================================
    CARD NOTICIA
====================================== */
.card-noticia{
    border: 2px dotted #d4c19c;
}

.turismo {
  color: #fff !important;
  background-color: RGBA(17, 116, 56, var(--bs-bg-opacity, 1)) !important;
}
.software {
  color: #fff !important;
  background-color: RGBA(9, 97, 212, var(--bs-bg-opacity, 1)) !important;
}
.gestion {
  color: #fff !important;
  background-color: RGBA(201, 48, 43, var(--bs-bg-opacity, 1)) !important;
}
.ciencias {
  color: #fff !important;
  background-color: RGBA(155, 38, 141, var(--bs-bg-opacity, 1)) !important;
}
.derechos {
  color: #fff !important;
  background-color: RGBA(119, 43, 144, var(--bs-bg-opacity, 1)) !important;
}
.docencia {
  color: #fff !important;
  background-color: RGBA(15, 173, 162, var(--bs-bg-opacity, 1)) !important;
}

.imgmapa {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.img-boletines {
    backgroundSize: 'cover',
    backgroundPosition: 'center',
    width: '100%',
    height: '250px'
}