/*--------------------------------------------------------------
Basic
--------------------------------------------------------------*/
body {
    height:100%;
    background-color: rgb(0, 13, 28);
}

body, input, select, textarea {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 1.65;
}

em, i {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover{
    color: #c00;
}

p {
    margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    font-family: "Roboto", sans-serif;
    /* line-height: 1.4; */
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h6 a {
    color: #C00;
}

h1 {
    font-size: 2.5em;
    margin: 0 0 0.5em 0;
    /* line-height: 1.3; */
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 2em;
        /* line-height: 1.4; */
    }
    h2 {
        font-size: 1.5em;
    }
}

blockquote {
    border-left: solid 3px rgba(210, 215, 217, 0.75);
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(230, 235, 237, 0.25);
    border-radius: 0.375em;
    border: solid 1px rgba(210, 215, 217, 0.75);
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.hr-set{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/*--------------------------------------------------------------
Scroll Up
--------------------------------------------------------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {

    .features article {
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-align-items: -moz-flex-start;
        -webkit-align-items: -webkit-flex-start;
        -ms-align-items: -ms-flex-start;
        align-items: flex-start;
    }

    .features article .icon {
        height: 6em;
        line-height: 6em;
        margin: 0 0 1.5em 0;
        width: 6em;
    }

    .features article h3 {
        font-size: 1.4em;
    }
}

/*--------------------------------------------------------------
Custom CSS
--------------------------------------------------------------*/
.wrapper {
    padding: 0;
}

a {
    color: rgb(107, 251, 237);
}

a:hover {
    color: rgb(107, 251, 237);
    text-decoration: underline;
}

#encabezado a {
    text-decoration: none;
}

#encabezado .contenido {
    position: relative;
}

#encabezado .fondo {
    background-image: url("../img/fondo.jpg");
    background-position: center;
    background-size: cover;
}

#encabezado .contenido h1 {
    font-size: 60px;
    font-weight: 100;
    line-height: 65px;
}

#encabezado .contenido h1 span {
    color: rgb(107, 251, 237);
    font-weight: 500;
}

#encabezado .contenido p {
    color: white;
    font-size: 20px;
    margin-bottom: 1rem;
}

#encabezado .contenido .nav {
    margin-bottom: 4rem;
}

#encabezado .contenido .btn {
    background-color: rgba(0, 13, 28, .5);
    border: 3px solid white;
    color: rgb(107, 251, 237);
    font-size: 1rem;
    padding: 20px 30px;
}

#encabezado .contenido .btn-action {
    text-align: center;
}

#encabezado .contenido .nav-link {
    color: white;
    font-family: "Roboto", sans-serif;
    margin-right: 30px;
    padding: 0;
}

#encabezado .contenido .nav-link:last-child {
    margin-right: 0;
}

#encabezado .contenido .nav-link::before {
  content: '';
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  background: rgb(107, 251, 237);
  display: block;
    margin-bottom: 10px;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

#encabezado .contenido .nav-link:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

#sobreColoquio .contenido {
    background-color: rgb(20, 47, 64);
    color: white;
    padding: 70px 0;
}

#sobreColoquio .lugar {
    font-size: 30px;
    margin-bottom: -35px;
    text-align: justify;
}

#sobreColoquio .lugar span {
    color: rgb(107, 251, 237);
}

#sobreColoquio .fecha {
    font-weight: 100;
    font-size: 70px;
    margin-bottom: 0;
    text-align: justify;
}

#sobreColoquio .fecha span {
    color: rgb(107, 251, 237);
    font-weight: bold;
}

#sobreColoquio .invitado {
    background-color: rgba(256, 256, 256, .10);
    border-radius: 6px;
    padding: 30px;
    text-align: center;
}

#sobreColoquio .invitado small {
    color: rgb(107, 251, 237);
    text-transform: uppercase;
}

#sobreColoquio .invitado .foto {
    border: 2px solid white;
    border-radius: 100px;
    height: 100px;
    margin: 0 auto 20px auto;
    width: 100px;
}

#sobreColoquio .invitado .chris-oliver {
    background: url("../img/chris-oliver.jpg") no-repeat;
}

#sobreColoquio .invitado h4 {
    font-weight: normal;
    text-transform: uppercase;
}

#sobreColoquio .invitado p {
    text-align: left;
}

#Programa .contenido {
    color: white;
    padding: 70px 0;
}

#Programa h2 {
    font-weight: 100;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#Programa h3 {
    font-size: 20px;
    font-weight: 300;
}

#Programa .table-bordered>:not(caption)>* {
    border-width: 5px 0;
    border-color: rgb(0, 13, 28);
}

#Programa .table-bordered>:not(caption)>*>* {
    border-width: 0px 5px;
}

#Programa .table>:not(caption)>*>* {
    background-color: rgb(20, 47, 64);
}

#Convocatoria .contenido {
    background-color: rgb(20, 47, 64);
    color: white;
    padding: 70px 0;
}

#Convocatoria .ejes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

#Convocatoria .fechas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

#Convocatoria .ejes .eje {
    background: rgb(0, 13, 28);
    background: linear-gradient(0deg, rgba(0, 13, 133, 0) 0%, rgb(0, 13, 28) 100%);
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
}

#Convocatoria .ejes .eje h4 {
    color: rgb(107, 251, 237);
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
}

#Convocatoria .fechas .fecha {
    text-align: center;
}

#Convocatoria .fechas .fecha i {
    color: rgb(107, 251, 237);
}

#Convocatoria .fechas .fecha h4 {
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
}

#Convocatoria h2 {
    font-weight: 100;
    text-transform: uppercase;
}

#Convocatoria h3 {
    font-size: 16px;
    text-align: center;
}

#Convocatoria .list-group-item {
    background-color: transparent;
    color: white;
}

#Convocatoria .list-group-item i {
    color: rgb(107, 251, 237);
}

#Apoyan .contenido {
    color: white;
    padding: 70px 0;
}

#Apoyan h2 {
    font-weight: 100;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#Apoyan .logos img {
    height: 50px;
}

#Apoyan .logos img:last-child {
    height: 120px;
}

#Ubicacion .contenido {
    background-color: rgb(20, 47, 64);
    color: white;
}

#Ubicacion h2 {
    font-weight: 100;
    text-transform: uppercase;
}

#Ubicacion .info {
    width: 30%;
    padding: 70px 60px;
}

#Ubicacion .info p {
    margin-bottom: 0;
}

#Ubicacion .mapa {
    width: 70%;
}

#sobre, #conv, #map, #prog {
    position: relative;
    bottom: 60px;
}


.btn {
    border-radius: 4px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.offcanvas {
    background-color: rgb(20, 47, 64);
    color: white;
    padding-top: 60px;
}

.offcanvas .btn-close {
    color: white !important;
}


@media (max-width: 1200px) {

}

@media (max-width: 1100px) {

    #encabezado .contenido h1 {
        font-size: 50px;
        line-height: 55px;
    }

    #sobre, #conv, #map {
        bottom: 50px;
    }

}

@media (max-width: 992px) {

    .logos {
        display: none;
    }

    #Ubicacion .info {
        width: 40%;
    }

    #Ubicacion .mapa {
        width: 60%;
    }

}

@media (max-width: 768px) {

    #encabezado .fondo {
        background-position: 70% 50%;
    }

    #encabezado .contenido h1 {
        font-size: 42px;
        line-height: 49px;
    }

    #encabezado .contenido p {
        margin-bottom: 2rem;
    }

    #encabezado .contenido .nav {
        border-left: 2px solid rgb(107, 251, 237);;
        display: block;
        margin-bottom: 1rem;
        padding-left: 1rem;
    }

    #encabezado .contenido .nav-link::before {
        height: 0;
    }

    #encabezado .contenido p {
        font-size: 18px;
    }

    #encabezado .contenido .btn-action {
    margin-top: 15%;
}

    #Convocatoria .ejes,
    #Convocatoria .fechas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    #Convocatoria .ejes .eje p {
        font-size: 14px;
    }


    #Convocatoria .fechas .fecha h4 {
        font-size: 20px;
    }

    #Convocatoria .btn {
        display: block;
        margin-bottom: 1rem;
        width: 100%;
    }

    #Ubicacion .info {
        width: 100%;
    }

    #Ubicacion .mapa {
        width: 100%;
        height: 350px;
    }

}

@media (max-width: 576px) {

}
