@font-face {
    font-family: "Barlow-Bold";
    src: url("../fonts/Barlow-Bold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.otf") format("opentype"), url("../fonts/Barlow-Bold.svg") format("svg"), url("../fonts/Barlow-Bold.ttf") format("truetype"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow-Light";
    src: url("../fonts/Barlow-Light.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Barlow-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Light.otf") format("opentype"), url("../fonts/Barlow-Light.svg") format("svg"), url("../fonts/Barlow-Light.ttf") format("truetype"), url("../fonts/Barlow-Light.woff") format("woff"), url("../fonts/Barlow-Light.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow-Medium";
    src: url("../fonts/Barlow-Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.otf") format("opentype"), url("../fonts/Barlow-Medium.svg") format("svg"), url("../fonts/Barlow-Medium.ttf") format("truetype"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow-SemiBold";
    src: url("../fonts/Barlow-SemiBold.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-SemiBold.otf") format("opentype"), url("../fonts/Barlow-SemiBold.svg") format("svg"), url("../fonts/Barlow-SemiBold.ttf") format("truetype"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


/* Media query */


/* Fonts */


/* Colores */


/*Utiles*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Aside Nav*/

.aside-nav {
    position: fixed;
    right: calc(10% + 15px);
    top: calc(50% - 85px);
    z-index: 9;
}

@media screen and (max-width: 992px) {
    .aside-nav {
        right: 10%;
        bottom: 230px;
        top: unset;
    }
}

.aside-nav ul {
    margin: 0;
    padding: 0;
}

.aside-nav a {
    display: block;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.43);
    margin-top: 30px;
    border-radius: 50px;
    cursor: default;
}

@media screen and (max-width: 992px) {
    .aside-nav a {
        margin-top: 25px;
        width: 10px;
        height: 10px;
    }
}

.aside-nav a:nth-child(1) {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .aside-nav a:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.aside-nav a.active {
    background-color: rgba(255, 255, 255, 0.9);
}

.aside-nav a li {
    list-style: none;
}


/* Navegacion */

#omega {
    position: relative;
    overflow: hidden;
    padding: 0 10%;
}

#logo {
    width: 150px;
    margin-top: 25px;
}

@media screen and (max-width: 992px) {
    #logo {
        width: 30%;
        margin-top: 30px;
    }
}

#omega-sidebar {
    transform: translateX(110%);
    left: unset;
    right: 0;
    width: 30%;
    box-shadow: -11px 0 13px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

@media screen and (max-width: 992px) {
    #omega-sidebar {
        width: 50%;
    }
}

#omega-sidebar #omega-sidebar-header {
    display: none;
}

#omega-sidebar #omega-sidebar-body {
    padding: 0;
    margin-top: 100px;
}

@media screen and (max-width: 992px) {
    #omega-sidebar #omega-sidebar-body {
        margin-top: 80px;
    }
}

#omega-sidebar #omega-sidebar-body nav ul {
    padding: 0;
    margin: 0;
}

#omega-sidebar #omega-sidebar-body nav ul li {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    #omega-sidebar #omega-sidebar-body nav ul li {
        margin-top: 10px;
    }
}

#omega-sidebar #omega-sidebar-body nav ul li:before {
    display: none;
}

#omega-sidebar #omega-sidebar-body nav ul li a {
    text-transform: capitalize;
    padding: 0;
    color: #696969;
    font-family: "Barlow-Light";
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 10px 0 10px 15%;
    display: block;
}

@media screen and (max-width: 992px) {
    #omega-sidebar #omega-sidebar-body nav ul li a {
        font-size: 0.9rem;
    }
}

#omega-sidebar #omega-sidebar-body nav ul li a:hover {
    background-color: rgba(197, 197, 197, 0.6);
    text-decoration: none;
}

#omega-button {
    z-index: 999;
    width: 40px;
    margin-top: 64px;
}

@media screen and (max-width: 992px) {
    #omega-button {
        width: 30px;
        margin-top: 46px;
    }
}

#omega-button:hover {
    cursor: pointer;
}

#omega-content {
    display: none;
}

#omega-button {
    float: right;
    cursor: pointer;
}

.omega-links {
    display: block;
    margin-top: 2em;
}

#omega-button,
#omega-sidebar,
.omega-activated #omega-overlay {
    display: block;
}

.omega-activated #omega-sidebar {
    transform: translateX(0);
}


/*Page inner navigator*/

.page-inner-navigation {
    padding-left: 20%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .page-inner-navigation {
        padding-left: 0;
    }
}

.page-inner-navigation ul {
    padding: 0;
    margin: 0;
}

.page-inner-navigation ul li {
    list-style: none;
    margin-top: 25px;
}

.page-inner-navigation ul li:nth-of-type(1) {
    margin-top: 0;
}

.page-inner-navigation ul li a {
    font-family: "Barlow-Medium";
    display: block;
    text-decoration: none;
    padding: 2% 5%;
    width: 45%;
    text-align: center;
    color: #696969;
}

@media screen and (max-width: 992px) {
    .page-inner-navigation ul li a {
        width: 100%;
        font-size: 2.5rem;
    }
}

.page-inner-navigation ul li a.active {
    background-color: rgba(118, 183, 42, 0.8);
    color: #ffffff;
    border-radius: 30px;
    animation: fadeIn 0.5s;
}

.main-content {
    height: 100vh;
    padding: 0 10%;
}

.main-content h1 {
    font-family: "Barlow-Bold";
    font-size: 3rem;
    color: #76B72A;
    margin: 25px 0 50px;
}

@media screen and (max-width: 992px) {
    .main-content h1 {
        font-size: 1.5rem;
    }
}

.main-content h2 {
    color: #696969;
    font-family: "Barlow-SemiBold";
    margin-bottom: 10px;
    font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
    .main-content h2 {
        font-size: 1.7rem;
    }
}

.main-content p {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 1rem;
}

.main-content p:nth-last-of-type(1) {
    margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
    .main-content p {
        font-size: 1rem;
    }
}

.main-content a.cta-ver-galeria {
    font-family: "Barlow-Bold";
    font-size: 1.8rem;
    color: #696969;
}

@media screen and (max-width: 992px) {
    .main-content a.cta-ver-galeria {
        font-size: 1.7rem;
    }
}

.main-content a.cta-ver-galeria:after {
    content: url("../img/ver-galeria.png");
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.main-content a.cta-ver-galeria:hover {
    text-decoration: none;
}

.main-content .cta-btn {
    font-family: "Barlow-Light";
    background-color: transparent;
    color: #696969;
    border: 1px solid #696969;
    padding: 8px 5%;
    border-radius: 30px;
    width: fit-content;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .main-content .cta-btn {
        font-size: 1rem;
        margin: 0 auto;
    }
}

.sponsors {
    height: 10vh;
    margin-top: -12vh;
    padding-right: 12%;
}

@media screen and (max-width: 992px) {
    .sponsors {
        padding-right: 0;
        height: auto;
        margin-top: 0;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 992px) {
    .sponsors .sponsors-container h6 {
        font-size: 1rem;
    }
}

.sponsors .sponsors-container ul {
    padding: 0;
    margin: 0;
}

.sponsors .sponsors-container ul li {
    list-style: none;
    margin-right: 8px;
}

.sponsors .sponsors-container ul li:nth-last-of-type(1) {
    margin-right: 0;
}

.sponsors .sponsors-container ul li .sponsor {
    width: 20px;
}


/*3d Carousel*/

.home .fixed-top {
    background-color: transparent;
}

.home #omega-sidebar {
    box-shadow: -11px 0 13px rgba(0, 0, 0, 0.35);
}

.home #omega-sidebar.naranja {
    background-color: #c37500;
}

.home #omega-sidebar.verde {
    background-color: #76B72A;
}

.home #omega-sidebar.mostaza {
    background-color: #D8B41D;
}

.home #omega-sidebar-body nav ul li a {
    color: #ffffff !important;
}

.home-container .section {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background-color: #2d2c2a;
    position: relative;
}

.home-container .section .section-container {
    height: 100vh;
    position: relative;
}

.home-container .section .content-container {
    padding: 0 10%;
}

.home-container .section .content-container a.logo {
    position: absolute;
    display: block;
    width: 12%;
    top: 35px;
    z-index: 1031;
}

@media screen and (max-width: 992px) {
    .home-container .section .content-container a.logo {
        width: 30%;
        top: 25px;
    }
}

.home-container .section .content-container h2 {
    font-family: "Barlow-Bold";
    color: #ffffff;
    font-size: 2.5rem;
    margin: 60px 0 30px 0;
    letter-spacing: 1.2px;
}

@media screen and (max-width: 992px) {
    .home-container .section .content-container h2 {
        font-size: 1.2rem;
    }
}

.home-container .section .content-container p {
    font-family: "Barlow-Light";
    color: #ffffff;
    width: 45%;
    font-size: 1.4rem;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {
    .home-container .section .content-container p {
        margin-bottom: 10px;
        font-size: 0.8rem;
        text-shadow: 1px 1px 2px darkslategrey;
        width: 90%;
    }
}

.section-1 .section-container {
    background: top 0 right 40%/cover no-repeat url("../img/deporte.png");
    background-color: #F29100;
}

@media screen and (max-width: 992px) {
    .section-1 .section-container {
        background: top 0 center/cover no-repeat url("../img/deportemobile.png");
        background-color: #F29100;
    }
}

@media screen and (max-width: 992px) {
    .section-1 .section-container .content-container {
        margin-bottom: 60px;
    }
}

.section-1 .section-container .content-container p {
    width: 80%;
}

@media screen and (max-width: 992px) {
    .section-1 .section-container .content-container p {
        width: 100%;
    }
}

.section-2 .section-container {
    background: center/cover no-repeat url("../img/cable.png");
    background-color: #76B72A;
}

@media screen and (max-width: 992px) {
    .section-2 .section-container {
        background: center center/cover no-repeat url("../img/cablemobile.png");
        background-color: #76B72A;
    }
}

@media screen and (max-width: 992px) {
    .section-2 .section-container .content-container {
        margin-bottom: 60px;
    }
}

.section-3 .section-container {
    background: top 0 right 0/20% no-repeat url("../img/IMG_2229.png");
    background-color: #D8B41D;
    height: 100vh;
}

@media screen and (max-width: 992px) {
    .section-3 .section-container {
        background: top 0 center/cover no-repeat url("../img/IMG_2229mobile.png");
        background-color: #D8B41D;
    }
}

@media screen and (max-width: 992px) {
    .section-3 .section-container .content-container {
        margin-bottom: 60px;
    }
}

header.energia-verde .container-fluid {
    background-color: white;
}

.main-content.energia-verde {
    z-index: 999;
    height: auto;
    padding: 150px 10%;
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde {
        padding: 50px 10%;
    }
}

.main-content.energia-verde .energia-verde-content {
    margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde .energia-verde-content {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde h1:nth-last-of-type(1) {
        margin: 50px 0 25px;
    }
}

.main-content.energia-verde .content-article {
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde .content-article {
        height: auto;
    }
}

.main-content.energia-verde .content-article h3 {
    font-size: 1.5rem;
    font-family: "Barlow-Medium";
    color: #76B72A;
}

.main-content.energia-verde p:nth-last-of-type(1) {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde p {
        margin-bottom: 25px;
    }
}

.main-content.energia-verde .energia-verde-imagenes-background {
    z-index: -1;
    display: block;
}

.main-content.energia-verde .energia-verde-imagenes-background img.autos-electricos-img {
    position: absolute;
    right: 0;
    width: 35%;
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde .energia-verde-imagenes-background img.autos-electricos-img {
        top: 350vh;
    }
}

.main-content.energia-verde .energia-verde-imagenes-background img.energia-verde-img {
    position: absolute;
    right: 0;
    width: 40%;
}

@media screen and (max-width: 992px) {
    .main-content.energia-verde .energia-verde-imagenes-background img.energia-verde-img {
        top: 60px;
        width: 60%;
    }
}

.main-content.energia-verde .energia-verde-imagenes-background img.active {
    animation: fadeIn 0.5s;
}

@media screen and (max-width: 992px) {
    header.virtualizacion #logo {
        visibility: hidden;
    }
}

.aside-nav.no-home {
    position: fixed;
    right: calc(5%);
    top: calc(50% - 85px);
    z-index: 9;
}

.aside-nav.no-home a {
    background-color: rgba(242, 145, 0, 0.43);
}

@media screen and (min-width: 992px) {
    .aside-nav.no-home a:hover {
        background-color: rgba(242, 145, 0, 0.9);
    }
}

.aside-nav.no-home a.active {
    background-color: rgba(242, 145, 0, 0.9);
}

.main-content.virtualizacion {
    background: top 0 right 0/20% no-repeat url("../img/virtualizacion.png");
    position: relative;
}

@media screen and (max-width: 992px) {
    .main-content.virtualizacion {
        background: top 0 right 0/40% no-repeat url("../img/virtualizacion.png");
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .main-content.virtualizacion h1 {
        margin: -120px 0 25px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.virtualizacion h2 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.virtualizacion p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.virtualizacion .section {
        height: 100vh;
    }
}

@media screen and (max-width: 992px) {
    .main-content.virtualizacion .section a.logo {
        position: absolute;
        width: 30%;
        top: 30px;
        z-index: 1031;
    }
}

.virtualizacion .page-inner-navigation ul li a.active {
    background-color: rgba(242, 145, 0, 0.8);
}

.main-content.virtualizacion h1 {
    color: #F29100;
}

@media screen and (max-width: 992px) {
    .sponsors.virtualizacion {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

header.iluminacion-led .container-fluid {
    background-color: white;
}

.main-content.iluminacion-led {
    height: auto;
    background: top 50px right 0/50% no-repeat url("../img/iluminacion-led.jpg");
    position: relative;
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led {
        background: unset;
        height: auto;
    }
}

.main-content.iluminacion-led h1 {
    color: #F29100;
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led h1 {
        margin: 30px 0 25px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led h2 {
        margin-bottom: 5px;
        margin-top: 100px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led h2 br {
        display: none;
    }
}

.main-content.iluminacion-led h4 {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 1rem;
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led p {
        margin-bottom: 15px;
    }
}

.main-content.iluminacion-led small {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 0.8rem;
}

.main-content.iluminacion-led ul li {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 1rem;
}

.main-content.iluminacion-led .section-led {
    margin-top: 150px;
}

.main-content.iluminacion-led .section-led:nth-of-type(1) {
    margin-top: 300px;
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led .section-led:nth-of-type(1) {
        margin-top: 0;
    }
}

.main-content.iluminacion-led .section-led:nth-last-of-type(1) {
    margin-bottom: 150px;
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led .section-led:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led .section-led {
        height: auto;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-content.iluminacion-led .section-led a.logo {
        position: absolute;
        width: 30%;
        top: 30px;
        z-index: 1031;
    }
}

@media screen and (min-width: 992px) {
    .baja {
        margin-top: -200px;
    }
}

@media screen and (max-width: 992px) {
    .sube {
        margin-top: 150px;
    }
}

.main-content.iluminacion-led #section-6 .img-container {
    width: 80%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr;
}

.main-content.iluminacion-led #section-6 .img-container a:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/3;
}

.sponsors.iluminacion-led {
    position: relative;
    margin-top: 0;
}

@media screen and (max-width: 992px) {
    .sponsors.iluminacion-led {
        position: relative;
        margin-top: 50px;
    }
}

.sponsors.iluminacion-led .logo-container {
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .sponsors.iluminacion-led .logo-container {
        margin-bottom: 0;
    }
}

header.empresa .container-fluid {
    background-color: white;
}

.main-content.empresa {
    background: top 150px right 28%/30% no-repeat url("../img/logo-oscuro.png");
    position: relative;
    height: auto;
    padding: 150px 10%;
}

@media screen and (max-width: 992px) {
    .main-content.empresa {
        padding: 0 10%;
        background: unset;
        height: auto;
    }
}

.main-content.empresa h1 {
    color: #F29100;
}

@media screen and (max-width: 992px) {
    .main-content.empresa h1 {
        margin: 30px 0 25px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.empresa h2 {
        margin-bottom: 5px;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-content.empresa h2 br {
        display: none;
    }
}

.main-content.empresa h4 {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 1rem;
}

.main-content.empresa p {
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .main-content.empresa p {
        margin-bottom: 15px;
    }
}

.main-content.empresa small {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 0.8rem;
}

.main-content.empresa ul li {
    font-family: "Barlow-Medium";
    color: #696969;
    font-size: 1rem;
}

@media screen and (max-width: 992px) {
    header.servicios #logo {
        visibility: hidden;
    }
}

.main-content.servicios {
    background: top 0 right 0/contain no-repeat url("../img/servicios.png");
    position: relative;
}

@media screen and (max-width: 992px) {
    .main-content.servicios {
        background: top 0 right 0/60% no-repeat url("../img/servicios.png");
        height: auto;
    }
}

.main-content.servicios h1 {
    color: #F29100;
}

@media screen and (max-width: 992px) {
    .main-content.servicios h1 {
        margin: -120px 0 25px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.servicios h2 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.servicios p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.servicios .section {
        height: 100vh;
    }
}

@media screen and (max-width: 992px) {
    .main-content.servicios .section a.logo {
        position: absolute;
        width: 30%;
        top: 30px;
        z-index: 1031;
    }
}

.servicios .page-inner-navigation {
    flex-grow: 1;
    display: flex;
}

.servicios .page-inner-navigation ul {
    flex-grow: 1;
}

.servicios .page-inner-navigation ul li a.active {
    background-color: rgba(242, 145, 0, 0.8);
}

.servicios .page-inner-navigation ul li {
    width: fit-content;
}

@media screen and (max-width: 992px) {
    .servicios .page-inner-navigation ul li {
        margin-top: 10px;
    }
}

.servicios .page-inner-navigation ul li a {
    width: fit-content;
    margin-left: auto;
    padding: 2% 0;
}

.servicios .page-inner-navigation ul li a.active {
    padding: 5px 20px;
}

@media screen and (max-width: 992px) {
    .servicios .page-inner-navigation ul li a.active {
        padding: 10px 40px;
    }
}

@media screen and (max-width: 992px) {
    .sponsors.servicios {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
    }
}

@media screen and (max-width: 992px) {
    header.capacitaciones .fixed-top {
        position: relative;
    }
}

.main-content.capacitaciones {
    background: top 0 right 0/60% no-repeat url("../img/capacitaciones.png");
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones {
        background: top 0 right 0/100% no-repeat url("../img/capacitaciones.png");
        height: auto;
        margin: 0 0 25px;
    }
}

.main-content.deporte h1 {
    color: #F29100;
    margin-top: -200px;
}

@media screen and (min-width: 992px) {
    .escondesponsor {
        display: none;
    }
    .fondocap {
        background: top 0 right 0/100% no-repeat url("../img/administacion.png");
        height: auto;
        margin: 0 0 25px;
    }
    .subedeporte {
        margin-top: -100px;
    }
    .bajafooter {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.deporte h1 {
        color: #F29100;
        margin-top: 100px;
    }
}

.main-content.capacitaciones h1 {
    margin: 100px 0 25px;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones h1 {
        margin: 25px 0;
    }
}

.main-content.capacitaciones p {
    margin-bottom: 25px;
}

.main-content.capacitaciones .capacitaciones-widgets-container {
    position: absolute;
    top: 29vh;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .capacitaciones-widgets-container {
        position: unset;
        margin-top: 25px;
    }
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones {
        margin-top: 25px;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card {
    margin-top: 8px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.main-content.capacitaciones .accordion-capacitaciones .card:nth-of-type(1) {
    margin-top: 0;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card {
        margin-top: 25px;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header {
    padding: 0;
    background-color: none;
    border: 0;
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header h2 {
    background-color: rgba(118, 183, 42, 0.8);
    height: 25px;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card .card-header h2 {
        height: 40px;
        width: 250px;
        border-radius: 50px;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header h2 button {
    font-family: "Barlow-Medium";
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card .card-header h2 button {
        font-size: 1rem;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header.transparent {
    background-color: transparent;
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header.transparent h2 {
    background-color: transparent;
    border: 1px solid rgba(118, 183, 42, 0.8);
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header.transparent h2 button {
    color: rgba(118, 183, 42, 0.8);
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-header i {
    position: absolute;
    right: 5%;
    top: calc(50% - 4px);
    font-size: 0.7rem;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card .card-header i {
        top: calc(50% - 7px);
        font-size: 1rem;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding: 10px 10%;
    border: 1px solid rgba(118, 183, 42, 0.8);
    border-radius: 30px;
    transition: all 1s ease-out;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card .card-body {
        padding: 20px 5%;
        width: 250px;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-body.active {
    opacity: 1;
    transition: display 1s ease-out;
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-body p {
    font-family: "Barlow-Light";
    font-size: 0.9rem;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card .card-body p {
        font-size: 1rem;
    }
}

.main-content.capacitaciones .accordion-capacitaciones .card .card-body .capacitacion-cta {
    font-family: "Barlow-Light";
    font-size: 0.9rem;
    background-color: transparent;
    color: #696969;
    border: 1px solid rgba(118, 183, 42, 0.8);
    padding: 5px 5%;
    border-radius: 30px;
    width: fit-content;
    text-decoration: none;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .accordion-capacitaciones .card .card-body .capacitacion-cta {
        font-size: 1rem;
        margin-top: 15px;
    }
}

.main-content.capacitaciones .capacitaciones-nav-container {
    position: absolute;
    top: 20vh;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .capacitaciones-nav-container {
        position: unset;
        margin-top: 50px;
    }
}

.main-content.capacitaciones .capacitaciones-nav li {
    list-style: none;
}

.main-content.capacitaciones .capacitaciones-nav li:nth-of-type(1):after {
    content: "/";
    margin: 0 5px;
    font-family: "Barlow-Bold";
    color: #9c9c9c;
    font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .capacitaciones-nav li:nth-of-type(1):after {
        font-size: 1rem;
    }
}

.main-content.capacitaciones .capacitaciones-nav li a {
    font-family: "Barlow-Bold";
    text-decoration: none;
    color: #9c9c9c;
    font-size: 1.5rem;
}

@media screen and (max-width: 992px) {
    .main-content.capacitaciones .capacitaciones-nav li a {
        font-size: 1rem;
    }
}

.main-content.capacitaciones .capacitaciones-nav li a.active {
    color: #76B72A;
}

@media screen and (min-width: 992px) {
    header.galeria .fixed-top {
        position: relative;
    }
}

@media screen and (max-width: 992px) {
    header.galeria .fixed-top {
        position: relative;
    }
}

.galeria .page-inner-navigation {
    flex-grow: 1;
    display: flex;
    padding-left: 0;
    width: auto;
}

.galeria .page-inner-navigation ul {
    flex-grow: 1;
}

.galeria .page-inner-navigation ul li a.active {
    background-color: rgba(216, 180, 29, 0.8);
}

.galeria .page-inner-navigation ul li {
    width: fit-content;
}

@media screen and (max-width: 992px) {
    .galeria .page-inner-navigation ul li {
        margin-top: 10px;
    }
}

.galeria .page-inner-navigation ul li a {
    width: fit-content;
    margin-left: auto;
    padding: 2% 0;
}

.galeria .page-inner-navigation ul li a.active {
    padding: 5px 20px;
}

@media screen and (max-width: 992px) {
    .galeria .page-inner-navigation ul li a.active {
        padding: 10px 40px;
    }
}

.main-content.galeria {
    height: auto;
}

@media screen and (max-width: 992px) {
    .main-content.galeria {
        height: auto;
        margin: 250px 0 25px;
    }
}

.main-content.galeria h1 {
    color: rgba(216, 180, 29, 0.8);
    margin: 25px 0 50px;
}

.main-content.galeria .galeria-slider {
    position: relative;
}

.main-content.galeria .section-galeria {
    animation: fadeIn 0.5s;
}

.main-content.galeria .slick-slide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.main-content.galeria .slick-slide img {
    padding: 5px;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .main-content.galeria .slick-slide img {
        border-radius: 20px;
    }
}

.main-content.galeria .slick-dots {
    position: absolute;
    transform: rotate(90deg);
    top: 30px;
    right: -17vw;
    height: fit-content;
}

@media screen and (max-width: 992px) {
    .main-content.galeria .slick-dots {
        right: -40vw;
    }
}

.main-content.galeria .slick-dots li button:before {
    font-size: 15px;
    color: #D8B41D;
}

.main-content.galeria .slick-dots li.slick-active button:before,
.main-content.galeria .slick-dots li button:hover:before {
    color: #D8B41D;
}

@media screen and (max-width: 992px) {
    .main-content.galeria.galeria-mobil {
        margin: 25px 0 25px;
    }
}


/*# sourceMappingURL=main.css.map */