/**
* Template Name: Folio - v2.1.0
* Template URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #000000;
    color: #ffffff;
    font-family: "Didact Gothic", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.02em;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#main {
    overflow-x: hidden;
    margin-top: 120px;
    min-height: calc(100vh - 200px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Bebas Neue", cursive;
    color: whitesmoke;
}

h2 {
    font-weight: 600;
}

h4 {
    font-size: 14px;
    font-weight: 600;
}

a {
    color: #ffffff;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out 0s;
}

a:hover {
    transition: all 0.5s ease-in-out 0s;
}

a:hover,
a:focus {
    color: #b4b4b4;
    text-decoration: underline;
}

nav ul li a {
    padding: 2px 0 0 0;
    position: relative;
    display: block;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}

p {
    margin: 25px 0;
    padding: 0;
    font-size: 15px;
    line-height: 28px;
}

::-moz-selection {
    background: #b8a07e;
    color: #fff;
}

::selection {
    background: #b8a07e;
    color: #fff;
}

.btn {
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

.padDiv {
    padding: 30px 20px;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.form-control {
    background-color: transparent;
    border: 1px solid rgb(202, 202, 202);
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.1em;
    padding-left: 10px;
    margin: 0 0 25px 0;
    line-height: 14px;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

.paddsection {
    padding-top: 90px;
}

.paddsections {
    padding-top: 90px;
    padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
    background: #333;
}

.hvr-shutter-in-horizontal:hover {
    background: #b8a07e;
}

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

.rounded-all-10 {
    border-radius: 10px;
}

img {
    max-width: 100%;
}

.disabled {
    display: none !important;
}

.owl-carousel {
    overflow-x: hidden;
}

.bg-gradient {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.btn-accesscode {
    background: rgba(255, 255, 255, 0.9);
    color: black;
    font-family: "Bebas Neue", cursive;
    font-size: 1.5em;
    border: none;
    padding: 15px 25px 10px 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 38px 36px -2px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 38px 36px -2px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 38px 36px -2px rgba(0, 0, 0, 0.86);
}

.accesscode {
    background: rgba(255, 255, 255, 0.9);
    color: black;
    font-size: 1.5em;
    border: none;
    padding: 15px 25px 10px 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 38px 36px -2px rgba(0, 0, 0, 0.86);
    -moz-box-shadow: 0px 38px 36px -2px rgba(0, 0, 0, 0.86);
    box-shadow: 0px 38px 36px -2px rgba(0, 0, 0, 0.86);
}

.accesscode::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(184, 85, 85);
}

.btn-accesscode:hover {
    color: black;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/

#main-nav {
    z-index: 10;
}

#status-bar {
    background-color: #e4e4e4;
}

#menu-bar {
    background-color: #fa0a0a;
    font-family: "Bebas Neue", cursive;
    color: white;
}

#menu-bar a {
    color: white;
    font-size: 2em;
}

nav {
    position: relative;
    background: #fff;
    z-index: 1000;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.nav-item:hover,
.nav-item.active {
    background: rgba(255, 255, 255, 0.5);
}

nav ul li {
    float: left;
    margin-right: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-left: 40px;
}

nav ul li a {
    padding: 2px 0 0 0;
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-family: "Poppins", helvetica;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.logo {
    float: left;
}

.logo img {
    width: 100px;
    height: 50px;
}

.responsive {
    display: none;
    font-size: 23px;
}

.active {
    color: #c5c5c5;
}

/*--------------------------------------------------------------
# Home slider section
--------------------------------------------------------------*/

.home-slide {
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Mercado pago
--------------------------------------------------------------*/

.mercadopago-button:disabled {
    background-color: grey;
    color: whitesmoke;
}

/*--------------------------------------------------------------
# Cartelera section
--------------------------------------------------------------*/

#cartelera {
    height: 100vh;
}

@-webkit-keyframes cartel-img-in {
    0% {
        height: 50%;
        opacity: 1;
    }
    100% {
        height: 0%;
        opacity: 1;
    }
}

@keyframes cartel-img-in {
    0% {
        height: 50%;
        opacity: 1;
    }
    100% {
        height: 0%;
        opacity: 1;
    }
}

@-webkit-keyframes cartel-desc-in {
    0% {
        height: 0%;
        opacity: 1;
    }
    100% {
        height: 50%;
        opacity: 1;
    }
}

@keyframes cartel-desc-in {
    0% {
        height: 0%;
        opacity: 1;
    }
    100% {
        height: 50%;
        opacity: 1;
    }
}

.boleto {
    cursor: pointer;
    border-radius: 15px;
    border: white 1px solid;
    background: transparent;
    font-size: 1.2em;
}

.boleto:hover {
    background: rgba(255, 255, 255, 0.5);
}

.evento-desc {
    overflow: hidden;
}

.evento-separador {
    margin: 0;
    padding: 0;
    height: 70px;
}

.evento img {
    width: 100%;
}

.evento-img-container {
    position: relative;
    top: 15px;
    z-index: -1;
    overflow: hidden;
}

.evento-title {
    background: rgb(0, 0, 0);
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 19%,
        rgba(0, 0, 0, 0) 100%
    );
}

/*--------------------------------------------------------------
# Talleres section
--------------------------------------------------------------*/

#talleres {
    color: white;
    font-size: 6rem;
    height: 100vh;
}

.big-title {
    font-size: 7rem;
    font-family: "Bebas Neue", cursive;
}

/*--------------------------------------------------------------
# Galeria section
--------------------------------------------------------------*/

div[class*="gal-"] {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

div[class*="gal-"] > div {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 120px 0 0 0;
    background-color: white;
    min-height: 40px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        padding-top: 100px;
    }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    padding-top: 120px;
}

#about .div-img-bg {
    padding-bottom: 30px;
    border: 20px solid #b8a07e;
}

#about .div-img-bg .about-img img {
    width: 100%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-top: -60px;
    margin-left: 40px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

#about .about-descr .p-heading {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    text-align: left;
}

#about .about-descr .separator {
    max-width: 80%;
    margin-bottom: 0;
    text-align: left;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
    background: #f7f7f7;
    position: relative;
    padding-bottom: 80px;
}

.owl-item {
    float: left;
}

.services-block span {
    margin: 10px 0;
    position: relative;
    font-size: 13px;
    color: #292929;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.services-block .separator {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}

.services-block i {
    font-size: 44px;
    color: #b8a07e;
    line-height: 44px;
}

.services-carousel .owl-stage-outer {
    overflow: hidden;
}

.owl-stage-outer {
    display: inline-block;
}

.services-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.services-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 0;
    padding: 0 !important;
    background-color: #ddd;
    cursor: pointer;
}

.services-carousel .owl-dot.active {
    background-color: #b8a07e;
}

.owl-nav.disabled {
    display: none;
}

.owl-dots.disabled {
    display: none;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
    position: relative;
    padding-bottom: 50px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #b8a07e;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
}

#portfolio .portfolio-item .portfolio-info p {
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #b8a07e;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #cab89f;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #b8a07e !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#journal,
#journal-blog {
    height: auto;
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 60px;
    position: relative;
}

#journal-blog {
    background: #fff;
    padding-bottom: 30px;
}

#journal .journal-block {
    display: inline-block;
    height: auto;
    width: 100%;
}

#journal .journal-block .journal-info {
    position: relative;
}

.journal-block .journal-info img {
    max-width: 100%;
}

.journal-block .journal-info .journal-txt {
    padding: 25px 0px;
    position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
    display: block;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 13px 0;
    font-weight: 500;
    color: #292929;
    transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
    color: #b8a07e;
    transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#contact {
    height: auto;
    width: 100%;
}

.contact-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-details li {
    padding-bottom: 10px;
}

#contact input,
#contact textarea {
    width: 100%;
    margin-bottom: 5px;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .error-message br + br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*  Navbar fixd page */
.subpage-nav {
    display: block !important;
}

/*-----------------------------------------------------------------------------------*/
/*  /* Single page */
/*-----------------------------------------------------------------------------------*/
#journal-blog {
    padding-top: 140px;
}

/* main content */

.main-content .container-main {
    display: inline-block;
    width: 100%;
}

.main-content .container-main .block-main {
    margin-bottom: 30px;
    overflow: hidden;
}

.container-main .block-main .content-main {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    width: 100%;
}

.journal-txt h4 a {
    display: block;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 13px 0;
    font-weight: 500;
    color: #292929;
    transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
    color: #b8a07e;
    transition: all 0.5s ease-in-out 0s;
}

.post-meta ul li {
    font-size: 12px;
    font-weight: normal;
    margin-left: 8px;
    margin-right: 8px;
    text-transform: capitalize;
    display: inline-block;
    float: none;
}

.content-main .post-meta a {
    color: #a2a2a2;
    margin-left: 5px;
}

/* Commonts */
.comments {
    background: #fff;
}

.entry-comments h6 {
    margin-right: 10px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.entry-comments-item {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.entry-comments-body {
    padding-left: 86px;
}

.entry-comments-author {
    margin-right: 10px;
    font-size: 13px;
    color: #292929;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.rep {
    font-size: 13px;
    color: #292929;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-transform: capitalize;
}

.entry-comments span a {
    font-size: 13px;
    color: #999;
}

.entry-comments-reply {
    padding-left: 10%;
}

/* Commonts form */
.cmt {
    background: #fff;
}

blockquote {
    padding: 40px;
    background-color: #f2f2f2;
    margin: 30px 0;
    border: none;
    border-left: 4px solid #b8a07e;
}

/*--------------------------------------------------------------
# Messages
--------------------------------------------------------------*/

#comment {
    background-color: rgba(255, 255, 255, 0.3);
    color: whitesmoke;
    border: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #ffffff;
    color: #000000;
}

#footer a {
    color: #000000;
}

#footer .socials-media {
    width: 100%;
}

#footer .socials-media ul {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
}

#footer .socials-media ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#footer .socials-media ul li a {
    font-size: 24px;
    color: #999;
    letter-spacing: 0.1em;
    font-weight: 500;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
    color: #b8a07e;
    transition: all 0.5s ease-in-out 0s;
}

#footer p {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-top: 0;
}

.credits {
    font-size: 13px;
}

.jornadas-title {
    font-size: 3em;
    line-height: normal;
}

.position-md-fixed {
    position: fixed;
}

/** Width up to768px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

@media (min-width: 768px) {
    /* eventos */
    .evento:hover .evento-img-container {
        -webkit-animation: cartel-img-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
            both;
        animation: cartel-img-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }

    .evento:hover .evento-desc {
        -webkit-animation: cartel-desc-in 1s
            cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: cartel-desc-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
}

/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 992px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 768px) and (max-width: 991px) {
    /* Navbar */
    nav {
        padding: 10px 15px;
    }
    .responsive {
        float: right;
        padding-top: 15px;
        display: block;
    }
    /* About */
    .head-info .header-content .cmaster h1 {
        font-size: 32px;
    }
    #about .div-img-bg {
        padding: 0;
    }
    #about .div-img-bg .about-img img {
        margin-top: 0%;
        margin-left: calc(0% - 0px);
    }
    #about .about-descr .p-heading {
        font-size: 20px;
    }
    #about .about-descr .separator {
        max-width: 100%;
        margin-bottom: 0;
    }
    /* portfolio */
    #portfolio .portfolio-list .nav li {
        float: none;
        margin: 20px;
        display: inline-block;
    }
    /* journal */
    #journal .journal-block .journal-info {
        margin-bottom: 30px;
    }
    /* Contact */
    .contact-contact {
        margin-bottom: 30px;
    }
    /* Footer */
    #footer .socials-media ul li {
        margin-right: 0;
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    .big-title {
        font-size: 6rem;
    }
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {
    /* Navbar */
    nav {
        padding: 20px 15px;
    }
    .nav-menu,
    .nav-admin {
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }

    .position-md-fixed {
        position: relative !important;
    }

    #menu-bar {
        top: initial !important;
    }

    .nav-menu li,
    .nav-admin li {
        float: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .jornadas-title {
        font-size: 2.5em;
        line-height: normal;
    }
    .responsive {
        float: right;
        padding-top: 15px;
        display: block;
    }
    /* About */
    .head-info .header-content h1 {
        font-size: 32px;
    }
    #about .div-img-bg {
        padding: 0;
    }
    #about .div-img-bg .about-img img {
        margin-top: 0%;
        margin-left: calc(0% - 0px);
    }
    #about .about-descr .p-heading {
        font-size: 20px;
    }
    #about .about-descr .separator {
        max-width: 100%;
        margin-bottom: 0;
    }
    /* portfolio */
    #portfolio .portfolio-list .nav li {
        float: none;
        margin: 20px;
        display: inline-block;
    }
    /* journal */
    #journal .journal-block .journal-info {
        margin-bottom: 30px;
    }
    /* Contact */
    .contact-contact {
        margin-bottom: 30px;
    }
    /* Footer */
    #footer .socials-media ul li {
        margin-right: 0;
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    .big-title {
        font-size: 5rem;
    }
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {
    /* Navbar */
    nav {
        padding: 20px 15px;
    }
    .nav-menu {
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }
    .nav-menu li {
        float: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .jornadas-title {
        font-size: 2em;
        line-height: normal;
    }
    .responsive {
        float: right;
        padding-top: 15px;
        display: block;
    }
    /* About */
    .head-info .header-content h1 {
        font-size: 32px;
    }
    #about .div-img-bg {
        padding: 0;
    }
    #about .div-img-bg .about-img img {
        margin-top: 0%;
        margin-left: calc(0% - 0px);
    }
    #about .about-descr .p-heading {
        font-size: 20px;
    }
    #about .about-descr .separator {
        max-width: 100%;
        margin-bottom: 0;
    }
    /* portfolio */
    #portfolio .portfolio-list .nav li {
        float: none;
        margin: 10px;
        display: inline-block;
    }
    /* journal */
    #journal .journal-block .journal-info {
        margin-bottom: 30px;
    }
    /* Contact */
    .contact-contact {
        margin-bottom: 30px;
    }
    /* Footer */
    #footer .socials-media ul li {
        margin-right: 0;
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    .big-title {
        font-size: 3.8rem;
    }
    .evento-desc {
        height: initial !important;
    }
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {
    /* Navbar */
    nav {
        padding: 20px 15px;
    }
    .jornadas-title {
        font-size: 1.75em;
        line-height: normal;
    }
    .nav-menu {
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }
    .nav-menu li {
        float: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .responsive {
        float: right;
        padding-top: 15px;
        display: block;
    }
    /* About */
    .head-info .header-content h1 {
        font-size: 32px;
    }
    #about .div-img-bg {
        padding: 0;
    }
    #about .div-img-bg .about-img img {
        margin-top: 0%;
        margin-left: calc(0% - 0px);
    }
    #about .about-descr .p-heading {
        font-size: 20px;
    }
    #about .about-descr .separator {
        max-width: 100%;
        margin-bottom: 0;
    }
    /* portfolio */
    #portfolio .portfolio-list .nav li {
        float: none;
        margin: 20px;
    }
    /* journal */
    #journal .journal-block .journal-info {
        margin-bottom: 30px;
    }
    /* Contact */
    .contact-contact {
        margin-bottom: 30px;
    }
    /* Footer */
    #footer .socials-media ul li {
        margin-right: 0;
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    .big-title {
        font-size: 2.8rem;
    }
}

/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 320px) {
    /* Navbar */
    nav {
        padding: 20px 15px;
    }
    .jornadas-title {
        font-size: 1.5em;
        line-height: normal;
    }
    .nav-menu {
        margin-top: 40px;
        display: none;
        float: none;
        width: 100%;
    }
    .nav-menu li {
        float: none;
        width: 100%;
        text-align: center;
        border-top: 1px solid #f7f7f7;
        line-height: 45px;
        margin-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .responsive {
        float: right;
        padding-top: 15px;
        display: block;
    }
    /* About */
    .head-info .header-content h1 {
        font-size: 32px;
    }
    #about .div-img-bg {
        padding: 0;
    }
    #about .div-img-bg .about-img img {
        margin-top: 0%;
        margin-left: calc(0% - 0px);
    }
    #about .about-descr .p-heading {
        font-size: 20px;
    }
    #about .about-descr .separator {
        max-width: 100%;
        margin-bottom: 0;
    }
    /* portfolio */
    #portfolio .portfolio-list .nav li {
        float: none;
        margin: 20px;
    }
    /* journal */
    #journal .journal-block .journal-info {
        margin-bottom: 30px;
    }
    /* Contact */
    .contact-contact {
        margin-bottom: 30px;
    }
    /* Footer */
    #footer .socials-media ul li {
        margin-right: 0;
        margin-left: 0;
        float: none;
        display: inline-block;
    }
    /* Single page */
    .entry-comments-body span {
        display: inline-block;
        margin-right: 0;
    }
    .big-title {
        font-size: 1.8rem;
    }
}

.btn-outline-primary {
    color: #265df1;
    border-color: #265df1;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #265df1;
    border-color: #265df1;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 93, 241, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #265df1;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #265df1;
    border-color: #265df1;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 93, 241, 0.5);
}
.btn-outline-secondary {
    color: #07d7f7;
    border-color: #07d7f7;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #07d7f7;
    border-color: #07d7f7;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 215, 247, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #07d7f7;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #07d7f7;
    border-color: #07d7f7;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(7, 215, 247, 0.5);
}
.btn-outline-success {
    color: #0cdcb9;
    border-color: #0cdcb9;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #0cdcb9;
    border-color: #0cdcb9;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 220, 185, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0cdcb9;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0cdcb9;
    border-color: #0cdcb9;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(12, 220, 185, 0.5);
}
.btn-outline-info {
    color: #474dee;
    border-color: #474dee;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #474dee;
    border-color: #474dee;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 77, 238, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #474dee;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #474dee;
    border-color: #474dee;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 77, 238, 0.5);
}
.btn-outline-warning {
    color: #fcd53b;
    border-color: #fcd53b;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #fcd53b;
    border-color: #fcd53b;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 213, 59, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fcd53b;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #fcd53b;
    border-color: #fcd53b;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 213, 59, 0.5);
}
.btn-outline-danger {
    color: #ef5b5b;
    border-color: #ef5b5b;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ef5b5b;
    border-color: #ef5b5b;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 91, 91, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ef5b5b;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ef5b5b;
    border-color: #ef5b5b;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 91, 91, 0.5);
}
.btn-outline-light {
    color: #cdced6;
    border-color: #cdced6;
}
.btn-outline-light:hover {
    color: #fff;
    background-color: #cdced6;
    border-color: #cdced6;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 206, 214, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #cdced6;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    background-color: #cdced6;
    border-color: #cdced6;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 206, 214, 0.5);
}
.btn-outline-dark {
    color: #1e2022;
    border-color: #1e2022;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #1e2022;
    border-color: #1e2022;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #1e2022;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e2022;
    border-color: #1e2022;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(30, 32, 34, 0.5);
}
.btn-outline-primary-darker {
    color: #092a85;
    border-color: #092a85;
}
.btn-outline-primary-darker:hover {
    color: #fff;
    background-color: #092a85;
    border-color: #092a85;
}
.btn-outline-primary-darker.focus,
.btn-outline-primary-darker:focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 42, 133, 0.5);
}
.btn-outline-primary-darker.disabled,
.btn-outline-primary-darker:disabled {
    color: #092a85;
    background-color: transparent;
}
.btn-outline-primary-darker:not(:disabled):not(.disabled).active,
.btn-outline-primary-darker:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-darker.dropdown-toggle {
    color: #fff;
    background-color: #092a85;
    border-color: #092a85;
}
.btn-outline-primary-darker:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-darker:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary-darker.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 42, 133, 0.5);
}
.btn-outline-primary-lighter {
    color: #a7bef9;
    border-color: #a7bef9;
}
.btn-outline-primary-lighter:hover {
    color: #fff;
    background-color: #a7bef9;
    border-color: #a7bef9;
}
.btn-outline-primary-lighter.focus,
.btn-outline-primary-lighter:focus {
    box-shadow: 0 0 0 0.2rem rgba(167, 190, 249, 0.5);
}
.btn-outline-primary-lighter.disabled,
.btn-outline-primary-lighter:disabled {
    color: #a7bef9;
    background-color: transparent;
}
.btn-outline-primary-lighter:not(:disabled):not(.disabled).active,
.btn-outline-primary-lighter:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-lighter.dropdown-toggle {
    color: #fff;
    background-color: #a7bef9;
    border-color: #a7bef9;
}
.btn-outline-primary-lighter:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-lighter:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary-lighter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(167, 190, 249, 0.5);
}
.btn-outline-darker {
    color: #151829;
    border-color: #151829;
}
.btn-outline-darker:hover {
    color: #fff;
    background-color: #151829;
    border-color: #151829;
}
.btn-outline-darker.focus,
.btn-outline-darker:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 24, 41, 0.5);
}
.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    color: #151829;
    background-color: transparent;
}
.btn-outline-darker:not(:disabled):not(.disabled).active,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #151829;
    border-color: #151829;
}
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 24, 41, 0.5);
}
.btn-outline-lighter {
    color: #f9f9f9;
    border-color: #f9f9f9;
}
.btn-outline-lighter:hover {
    color: #4a4e69;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.btn-outline-lighter.focus,
.btn-outline-lighter:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 97.6%, 0.5);
}
.btn-outline-lighter.disabled,
.btn-outline-lighter:disabled {
    color: #f9f9f9;
    background-color: transparent;
}
.btn-outline-lighter:not(:disabled):not(.disabled).active,
.btn-outline-lighter:not(:disabled):not(.disabled):active,
.show > .btn-outline-lighter.dropdown-toggle {
    color: #4a4e69;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.btn-outline-lighter:not(:disabled):not(.disabled).active:focus,
.btn-outline-lighter:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-lighter.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(0, 0%, 97.6%, 0.5);
}


@media (min-width:1300px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1368px;
    }
}
