/*
    Table Of Content

    01 - Global Style
    02 - Hero Style
    03 - Sponsor Style
    04 - About Style
    05 - Counter Style
    06 - Speaker Style
    07 - Schedule Style
    08 - Accordion
    09 - Price Style
    10 - Info
    11 - Gallery
    12 - Comment Form
    13 - Map
    14 - Footer
    15 - Contact Page
    16 - FAQ Page
    17 - Gallery Page

*/

/*
========================================
  01 - Global Style
========================================
*/

html {
    font-size: 100%;
    scroll-padding-top: 120px; /* height of sticky header */
}

body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #3c4859 !important;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Trade Gothic', sans-serif;
    color: #3c4859;
    line-height: 1.3;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #505050;
    font-weight: normal;
}

a {
    color: #37e075;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

a:hover {
    color: #37e03d;
}

i {
    vertical-align: middle;
}

.ml25 {
    margin-left: 25px;
}

ul,
ol {
    padding: 0 !important;
}

li {
    list-style: none;
}

.main-container ul li,
li.list-dot {
    list-style: disc;
    margin-left: 20px;
}

.main-container ol li,
li.list-number {
    list-style-type:decimal;
    margin-left: 20px;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    cursor: pointer;
    background: transparent;
}

.italic-text {
    font-style: italic;
}

.bold-text {
    font-weight: bold;
}

.underline-text {
    text-decoration: underline;
}

button:focus {
    outline: none;
}

input,
textarea {
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

/* Helper */
.alert-light {
    background-color: #f2f2f2;
    border-color: #e5e5e5;
}

.shape-bg {
    position: absolute;
}

.shadow__depth1 {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(223, 223, 232, 0.4);
    box-shadow: 0px 15px 35px 0px rgba(223, 223, 232, 0.4);
}

.shadow__depth2 {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(223, 223, 232, 0.4);
    box-shadow: 0px 5px 35px 0px rgba(223, 223, 232, 0.4);
}

.ev-line {
    width: 50px;
    border-top-width: 8px;
    border-radius: 10px;
}

.ev-line-c1 {
    border-top-color: #37e075;
}

.ev-line-c2 {
    border-top-color: #FFEB3B;
}

.ev-line-c3 {
    border-top-color: var(--color-primary);
}

.ev-line-c4 {
    border-top-color: #9C27B0;
}

.ev-line-c5 {
    border-top-color: #2329d6;
}

.ev-line-c6 {
    border-top-color: #4CAF50;
}

.bg-light {
    background: var(--color-primary-bg);
}

#mapa-section{
    overflow-y: auto;
    background-color: #d59580;
    margin-bottom: 100px;
}

/* Padding */

.pa-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pa-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.pa-20{
    padding-top: 20px;
    padding-bottom: 20px;
}

.pa-70 {
    padding: 70px 0;
}

.pt-100 {
    padding-top: 100px;
}
.pt-50 {
    padding-top: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-75 {
    padding-bottom: 75px;
}

/* Margin */

.mr-bottom-70 {
    margin-bottom: 70px;
}

.mr-top-70 {
    margin-top: 70px;
}

.mr-top-50 {
    margin-top: 50px;
}

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

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

.mr-top-40 {
    margin-top: 40px;
}

.mr-top-30 {
    margin-top: 30px;
}



/* Color */

.color-green {
    color: #37e075;
}

.color-gray {
    color: #505050;
}

.text-white {
    color: #fff;
}

.color-orange {
    color: #FF5722 !important;
}

.color-purpal {
    color: #9C27B0 !important;
}

.light-purple {
    color: #8a00ff !important;
}

.color-yellow {
    color: #fdc302 !important;
}

.color-green {
    color: #37e075 !important;
}

.color-red {
    color: var(--color-primary)  !important;
}

.color-blue {
    color: var(--color-primary-bright) !important;
}

.color-logotipo{
    color:var(--color-primary) !important;
}

.theme-orange {
    color: #fc4a1a !important;
}

/* Background */

.bg-gr-one {
    background: linear-gradient(320deg, rgb(197, 247, 101) 0%, rgb(13, 228, 157) 100%);
}

.bg-one {
    background: #37e075 !important;
}

.view-mobile {
    display: none;
}

/* Section Style Heading */

.sub-title {
    font-weight: 500;
    font-family: 'Trade Gothic', sans-serif;
}

/* Button */
.btn {
    color: #3c4859;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff;
}

.ev-btn {
    font-family: 'Trade Gothic', sans-serif;
    background: #37e075;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 45px;
    border-radius: 50px;
    letter-spacing: .3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ev-btn:hover {
    background: #37e03d;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.ev-btn-line {
    font-family: 'Trade Gothic', sans-serif;
    border: 2px solid #37e075;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 45px;
    border-radius: 50px;
    letter-spacing: .3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ev-btn-line:hover {
    background: #37e03d;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.ev-btn-medium {
    font-family: 'Trade Gothic', sans-serif;
    background: #37e075;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 50px;
    letter-spacing: .3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ev-btn-medium:hover {
    background: #37e03d;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.ev-btn-medium-line {
    font-family: 'Trade Gothic', sans-serif;
    border: 2px solid #37e075;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 50px;
    letter-spacing: .3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ev-btn-medium-line:hover {
    background: #37e03d;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.ev-btn-submit {
    font-family: 'Trade Gothic', sans-serif;
    background: #37e075;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 4px;
    letter-spacing: .3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ev-btn-submit:hover {
    background: #37e03d;
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

/* Back to Top */
#top-button {
    display: inline-block;
    background-color: #37e075;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .4s,
        opacity .5s, visibility .5s, transform .4s;
    transform: unset;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    transform: translateY(0);
    box-shadow: 5px 5px 15px 0px rgba(22, 22, 22, 0.2);
}

#top-button i {
    font-size: 1.2em;
    line-height: 40px;
    color: #fff;
}

#top-button:hover,
#top-button:active {
    cursor: pointer;
    background-color: #37e03d;
    transform: translateY(-3px);
}

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

.preloader {
    position: fixed;
    min-height: 100vh;
    width: 100%;
    background: #37e075;
    font-family: 'Trade Gothic', sans-serif;
    font-weight: 900;
    z-index: 1000;
    top: 0;
    line-height: 1.5;
}

.cp-preloader__letter {
    font-size: 6rem;
    letter-spacing: 1rem;
}

.cp-preloader__letter:before {
    color: #fff;
}

.cp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate3d(-50%, -50%, 0);
}

.cp-preloader__letter {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: rgba(0, 0, 0, .3);
}

.cp-preloader__letter:before {
    content: attr(data-preloader);
    position: absolute;
    top: 0;
    left: 0;

    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

.cp-preloader__letter:nth-child(2):before {
    animation-delay: 0.3s;
}

.cp-preloader__letter:nth-child(3):before {
    animation-delay: 0.45s;
}

.cp-preloader__letter:nth-child(4):before {
    animation-delay: 0.6s;
}

.cp-preloader__letter:nth-child(5):before {
    animation-delay: 0.75s;
}

.cp-preloader__letter:nth-child(6):before {
    animation-delay: 0.9s;
}

.cp-preloader__letter:nth-child(7):before {
    animation-delay: 1.05s;
}

.cp-preloader__letter:nth-child(8):before {
    animation-delay: 1.15s;
}

.cp-preloader_type2 .cp-preloader__letter:before {
    animation-name: cp-preloader2;
}

/* Spinner cargando */
.preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #fff;
    /* No se identa por orden alfabetico para que no lo sobre-escriba */
    height: 5rem;
    margin: 0 auto 1rem auto;
    width: 5rem;
}

@keyframes cp-preloader2 {

    0%,
    75%,
    100% {
        transform: rotateY(-90deg);
        opacity: 0;
    }

    20%,
    58% {
        transform: rotateY(0);
        opacity: 1;
    }
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

.seccion-azul {
    background: var(--color-primary-bg);
    padding: 1rem 0;
}

.seccion-azul h4 {
    line-height: 3rem;
}

.center {
    text-align: center;
}

/*
========================================
  02 - Navigation
========================================
*/

.navigation {
    background: transparent;
    transition: all .45s cubic-bezier(0.25, 1, 0.30, 1);
    -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.30, 1);
}

.nav-menu>li>a {
    height: 79px;
    padding: 29px 6px;
    display: inline-block;
    font-family: 'Trade Gothic', sans-serif;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    color: #3c4859;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.nav-dropdown>li>a {
    font-family: 'Trade Gothic', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #3c4859;
    padding: 12px 20px;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #37e075;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #37e075;
}

.nav-dropdown {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border-color: transparent #3c4859 #3c4859 transparent;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #37e075 #37e075 transparent;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
}

.nav-dropdown .submenu-indicator {
    top: 10px;
}

.unveiled-navigation {
    position: fixed;
    padding-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    transition: all .45s cubic-bezier(0.25, 1, 0.30, 1);
    -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.30, 1);
}

.ev-nav-fixed {
    padding: 0px;
    transition: all .45s cubic-bezier(0.25, 1, 0.30, 1);
    -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.30, 1);
    background: #fff;
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.nav-toggle {
    top: 58%;
}

.nav-layout-two {
    background: #fff;
    padding: 0 15px;
}

.nav-layout-three li a {
    color: #fff;
}

.nav-layout-three .nav-dropdown li a {
    color: #3c4859;
}

.nav-layout-three .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}

.nav-layout-three li:hover>a,
.nav-layout-three li.active>a,
.nav-layout-three li.focus>a {
    color: #37e075;
}

.ev-nav-fixed.nav-layout-three li a {
    color: #3c4859;
}

.ev-nav-fixed.nav-layout-three .submenu-indicator-chevron {
    border-color: transparent #3c4859 #3c4859 transparent;
}

.ev-nav-fixed.nav-layout-three li:hover>a,
.ev-nav-fixed.nav-layout-three li.active>a,
.ev-nav-fixed.nav-layout-three li.focus>a {
    color: #37e075;
}

.nav-layout-three .non-sticky {
    display: inline-block;
}

.nav-layout-three .sticky {
    display: none;
}

.nav-layout-three.ev-nav-fixed .non-sticky {
    display: none;
}

.nav-layout-three.ev-nav-fixed .sticky {
    display: inline-block;
}

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all .4s ease-in-out;
    overflow: hidden;
    display: none;
}

.sidenav-menu {
    padding: 100px 30px 0 !important;
    width: 350px;
    right: -350px;
    position: relative;
    height: 100%;
    float: right;
    background: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Trade Gothic', sans-serif;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.sidenav-menu .social li {
    display: inline-block;
    padding: 0 10px;
}

.sidenav-menu .social li .fa-facebook {
    color: #3b5998;
}

.sidenav-menu .social li .fa-twitter {
    color: #1da1f2;
}

.sidenav-menu .social li .fa-instagram {
    color: #c32aa3;
}

.sidenav-menu .social li .fa-youtube {
    color: #ff0000;
}

.sidenav-menu .social li .fa-pinterest {
    color: #bd081c;
}

.sidenav-menu li {
    padding: 5px 0;
}

.sidenav-menu li a {
    color: #474f5f;
}

.sidenav-menu li a:hover {
    color: #37e075;
}

.sidenav .closebtn {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 18px;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37e075;
    color: #fff;
    border-radius: 50%;
}

.sidenav h5 {
    font-weight: 600;
}

.copyright {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    font-family: 'Trade Gothic', sans-serif;
    display: none;
}

.overlay-innar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.search-overlay .search-social {
    position: absolute;
    bottom: 50px;
}

.search-overlay .search-social li {
    display: inline-block;
    padding: 0 7.5px;
}

.search-overlay .search-social li a {
    font-size: 18px;
    color: #474f5f;
}

.search-overlay .search-social li a:hover {
    color: #37e075;
}

.search-overlay .search-form-overlay {
    width: 50%;
}

.search-overlay .search-form-overlay input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #474f5f;
}

.search-overlay .search-form-overlay input::placeholder {
    color: #474f5f;
}

.search-overlay .close-overlay {
    float: right;
    margin-bottom: 50px;
    font-size: 40px;
    color: #474f5f;
}

.nav-menu>li>a.open-search,
.nav-menu>li>a.open-shopping {
    padding-right: 0;
}

.nav-menu>li>a.open-shopping {
    font-size: 18px;
    position: relative;
    margin-top: -3px;
}

.dropdown-cart {
    max-width: 300px;
    background: #fff;
}

.dropdown-cart li {
    /* border-bottom: 1px solid rgba(0,0,0,.09); */
    width: calc(100% - 30px);
    margin: 0 15px;
    position: relative;
}

.dropdown-cart a {
    color: #000;
    font-family: 'Trade Gothic', sans-serif;
    font-weight: 600;
}

.dropdown-cart .price-single {
    font-size: 15px;
}

.open-shopping .submenu-indicator {
    display: none;
}

.dropdown-cart .image-cart {
    flex: 0 0 75px;
    display: inline-block;
}

.dropdown-cart .content-cart {
    flex: 0 0 120px;
    float: right;
    margin-left: 25px;
}

.dropdown-cart {
    white-space: unset;
}

.delete-product {
    position: absolute;
    right: 5px;
    top: 0px;
}

.delete-product a {
    font-size: 13px;
    color: #808791;
}

.dropdown-cart .product-price {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 8px 0;
}

.dropdown-cart .product-button p {
    line-height: 20px;
}

.dropdown-cart .product-button a {
    font-size: 15px;
}

.dropdown-cart .product-button a:hover {
    color: #37e075;
}

.cursor-default {
    cursor: default;
}

.patrocinio__informacion {
    color: var(--color-primary);
}


.container-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.7);
}

.container-popup__wrapper {
    max-width: 750px;
    margin: 1.75rem auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.container-popup__body {
    text-align: center;
    background-color: var(--color-primary);
    color: white;
    padding: 2.5rem 0 1rem 0;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(22,28,45,.2);
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.5rem rgba(22,28,45,.5);
    outline: 0;
    align-items: center;
}

.container-popup__img {
    max-width: 360px;
    padding: 2rem;
}

.container-popup__img img{
    width: 100%;
}

.container-popup h4{
    line-height: 3rem;
}

.container-popup a {
    color: white;
    text-decoration: underline;
}

.container-popup a:hover {
    color: white;
    text-decoration: none;
}

.container-popup__close {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    cursor: pointer;
}

.container-popup--white .container-popup__wrapper {
    display: block;
    margin-top: 10vh;
    max-width: 80%;
    overflow: scroll;
}

.container-popup--white .container-popup__body {
    display: block;
    background: white;
    padding: 2rem;
}

.container-popup--white .container-popup__body h4 {
    margin: 3rem 0;
}

.container-popup--white .container-popup a,
.container-popup--white .container-popup__body {
    color: black;
}

.container-popup--white .container-popup__body p {
    margin-bottom: 3rem;
}

.container-popup--white .container-popup__close {
    font-size: 2.5rem;
}

@media (max-width: 768px) {
    .container-popup--white .container-popup__wrapper {
        margin-top: 0;
        max-width: 100%;
    }
}

/*
========================================
  02 - Hero Style
========================================
*/

#hero-section {
    position: relative;
    overflow: hidden;
    /*background: var(--color-primary-bg) url(../img/bg-shape2.png) no-repeat -20em -20em;*/
    
    background: var(--color-primary-bg) url(../img/imagen-seminario.jpg) no-repeat -20em -20em;
    /*background-size: contain;*/
    background-size: cover;
}

#hero-section .hero-wrap {
    padding: 230px 0;
}

#hero-section .hero-wrap .hero-con-wrap {
    position: relative;
    z-index: 1;
}

#hero-section .hero-backgr {
    position: relative;
    width: 600px;
    height: 500px;
    float: right;
}

#hero-section .hero-wrap .shape-one-image {
    top: 0%;
    right: -10%;
    max-width: 700px;
    z-index: 2;
}

.layer-1-bg {
    -webkit-animation: bounce-in-fwd 7s linear infinite both;
    animation: bounce-in-fwd 7s linear infinite both;
    position: absolute;
    right: 274px;
    z-index: 3;
    width: 65px;
    top: 5px;
}

.layer-2-bg {
    -webkit-animation: bounce-in-fwd 8s linear infinite both;
    animation: bounce-in-fwd 8s linear infinite both;
    right: -26px;
    position: absolute;
    top: 178px;
    z-index: 4;
    width: 65px;
    animation-direction: reverse;
}

#parallax_wrap {
    position: absolute;
    top: -60px;
    right: 0%;
    width: 600px;
    height: 550px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transform-style: unset !important;
    transform-style: unset !important;
}




#parallax_wrap .layer1,
#parallax_wrap .layer1 .img_parallax {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    z-index: 1;
}

#parallax_wrap .layer1 .img_parallax {
    background-image: url('../img/home-shape/shape-2.png');
    -webkit-animation-name: move-l;
    animation-name: move-l;
    background-size: contain;
    z-index: 5;
    height: 350px;
    top: -80px;
    right: -140px;
}

#hero-section .hero-wrap h1 {
    font-size: 72px;
    font-weight: 900;
    color:white;
}

#hero-section .hero-wrap p {
    font-size: 20px;
}

#hero-section .hero-wrap p span {
    font-weight: 700;
    color: #37e075;
}

#hero-section .hero-wrap .shape-one {
    position: absolute;
    top: 75%;
    left: 25%;
    animation: animationFramesTwo 15s infinite 0s linear reverse;
}

#hero-section .hero-wrap .shape-two {
    position: absolute;
    top: 15%;
    left: 30%;
    animation: animationFramesThree 15s infinite 0s linear;
}

#hero-section .hero-wrap .shape-three {
    position: absolute;
    top: 60%;
    left: 4%;
    animation: animationFrames 15s infinite 0s linear;
}

#hero-section .hero-wrap .shape-four {
    position: absolute;
    top: 15%;
    left: 10%;
    animation: animationFrames 15s infinite 0s linear;
}

#hero-section .hero-wrap .shape-five {
    position: absolute;
    top: 15%;
    right: 5%;
    animation: animationRoatet 8s infinite 0s linear;
}

#hero-section.hero-layout-two {
    background: url('../img/slider-image.png') no-repeat;
    background-size: cover;
}

.hero-layout-two .hero-wrap h1,
.hero-layout-two .hero-wrap p {
    color: #fff;
}

#timer {
    padding-top: 50px;
    font-family: "Trade Gothic", sans-serif;
}

#timer>div {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 50px;
    line-height: 70px;
    /* float: left;
    margin-right: 20px; */
}

#timer>div>span {
    /* color: #fff; */
    font-weight: 500;
    font-size: 13px;
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    top: -17px;
    left: 0px;
}

.tp-parallax-wrap {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
}

.tp-loop-wrap {
    width: 100%;
}

.tp-mask-wrap {
    width: 100%;
}

#hero-section .tp-caption {
    min-width: 1170px !important;
    width: 100% !important;
    text-align: center !important;
}

#hero-section .heading-four {
    min-height: 350px !important;
}

#hero-section .heading-four h4,
#hero-section .heading-one h1 {
    color: #fff
}

#hero-section .heading-one h1 {
    font-weight: 800;
    font-size: 80px;
}

#hero-section .heading-one {
    min-height: 350px !important;
}

#hero-section .other-item {
    min-height: 600px !important;
}

#hero-section.hero-innar {
    /* background: url('../img/innar-bg.jpg') no-repeat;
    background-size: cover;
    background-position: right center; */
    background: transparent;
}

.hero-innar h1 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.hero-innar a {
    color: #fff;
}

.hero-innar li {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Trade Gothic', sans-serif;
}

#hero-section.hero-innar .hero-wrap {
    padding: 240px 0 140px;
}

.hero__title {
    font-weight: 500;
    font-size: 2rem;
    color: white;
    font-style: italic;
    margin-right: 4%;
    position: relative;
    top: -20px;
}

.hero__subtitle {
    position: absolute;
    right: 0;
    margin-right: 5%;
}

.hero__subtitle__wrapper {
    text-align: center;
}

.hero__subtitle__wrapper p {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    color: #042037;
    line-height: 2rem;
}

@media (max-width: 1350px) {
    .hero__subtitle {
        position: inherit;
        display: flex;
        flex-direction: row-reverse;
    }
    .home-red-buttons-parent {
        place-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1160px) {
    .main-container .hero-wrap {
        margin-top: 4rem;
    }
}

/*
========================================
  03 - Sponsor Style
========================================
*/

#sectioncabecera{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 38%;
    padding: 140px 0 80px 0;
    text-align: center;
}

#sectioncabecera .hero-con-wrap {
    text-align: right;
}

#logomain{
    max-width: 46%;
    margin: 0 4% 15px 0;
}

@media (max-width: 460px) {
    #sectioncabecera .hero-con-wrap {
        text-align: center;
    }
    #logomain {
        max-width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 460px) and (max-width: 768px){
    #logomain {
        min-width: 415px;
    }
}

@media (min-width: 768px) and (max-width: 990px){
    #logomain {
        min-width: 435px;
    }
}

#sponsor-section {
    position: relative;
    padding: 20px 0;
    display: block;
}

#sponsor-section .sponsor-wrap {
    padding: 20px 70px;
    /* margin-top: -90px; */
    background: #ffffff url(../img/text1.png) no-repeat 59em 3em;
    background-size: contain;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#sponsor-section #timer {
    padding: 20px 60px 0;
}

#sponsor-section #timer>div>span {
    color: #3c4859;
    font-weight: 600;
}

#sponsor-section .sponsor-wrap img {
    transition: all .4s ease-in-out;
    cursor: pointer;
}

#sponsor-section .sponsor-wrap img:hover {
    filter: grayscale(1);
}


#sponsor-section2 img {
    transition: all .4s ease-in-out;
    cursor: pointer;
}

#sponsor-section2 img:hover {
    filter: grayscale(1);
}

.logo_aeih{
    max-width: 100%;
    margin-top: 15%;
}

.logo_cotehga{
    max-width: 100%;
}

#titulocabecera{
    font-size: 50px;
    font-weight: bold;
    color: var(--color-primary);
    margin: 0;
    padding: 0;
}

/*
========================================
  05 - Counter Style
========================================
*/

#counter-section {
    padding: 40px 0 100px;
}

#counter-section .count-wrap {
    padding: 70px 40px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

#counter-section .count-wrap .icon i {
    font-size: 80px;
    margin-bottom: 20px;
}

#counter-section .count-wrap:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(13, 228, 157, 0.04);
    z-index: -2;
    top: -90px;
    right: -90px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}

#counter-section .count-wrap:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(13, 228, 157, 0.08);
    z-index: -1;
    top: -110px;
    right: -110px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s 0.1s ease;
}

#counter-section .count-wrap img {
    width: 80px;
    margin-bottom: 20px;
}

#counter-section .count-wrap h6 {
    color: #505050;
}

#counter-section .count-wrap:hover:before,
#counter-section .count-wrap:hover:after {
    opacity: 1;
    transform: scale(1);
}

/*
========================================
  06 - Speaker Style
========================================
*/

#speaker-section {
    background: var(--color-primary-bg);
}

.speaker-layout .speaker-wrap .single-speaker {
    position: relative;
    display: block;
    cursor: pointer;
}

.speaker-layout .speaker-wrap .single-speaker .sp-hover {
    position: absolute;
    background: linear-gradient(320deg, rgb(197, 247, 101) 0%, rgb(13, 228, 157) 100%);
    padding: 80px 20px;
    width: 90%;
    height: 80%;
    -webkit-transform: translate(-50%, -46%);
    transform: translate(-50%, -46%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 10;
}

.speaker-layout .speaker-wrap .single-speaker .sp-hover h6,
.speaker-layout .speaker-wrap .single-speaker .sp-hover p,
.speaker-layout .speaker-wrap .single-speaker .sp-hover a {
    color: #ffffff;
}

.speaker-layout .speaker-wrap .single-speaker .sp-hover h6 {
    font-weight: 600;
    letter-spacing: .6px;
    font-size: 24px;
}

.speaker-layout .speaker-wrap .single-speaker .sp-hover p {
    letter-spacing: .6px;
    font-size: 16px;
}

.speaker-layout .speaker-wrap .single-speaker .sp-hover .social {
    margin-top: 20px;
}

.speaker-layout .speaker-wrap .single-speaker:hover .sp-hover {
    opacity: 1;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.speaker-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.speaker-image img {
    transition: all .5s ease-in-out;
}

.speaker-layout .speaker-wrap .single-speaker:hover img {
    transform: scale(1.1);
}

/*
========================================
  07 - Schedule Style
========================================
*/

#programa .nav-tabs .nav-item.show .nav-link,
#programa .nav-tabs .nav-link.active {
    border-color: transparent;
    color: #ffffff;
    background-color: #37e075;
    position: relative;
    border-radius: 0px;
}

#programa .nav-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    left: 50%;
    border-color: #37e075 transparent transparent transparent;
    text-align: center;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
}

#programa .nav-tabs {
    border-radius: 10px;
    border: none;
    background: #fff;
}

#programa .nav-tabs .nav-link {
    border-radius: 0;
    color: #3c4859;
    padding: 16px 0;
    border: 0;
}

#programa .ev-nav-tabs a {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Trade Gothic', sans-serif;
}

#programa .ev-nav-tabs a span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
	color: var(--color-primary);
	line-height: 2.5;
}
#programa .nav-tabs .nav-link.active span{
	color: #fff;
}

#programa .nav-tabs .nav-link:last-child {
    border-radius: 0 10px 10px 0;
}

#programa .nav-tabs .nav-link:first-child {
    border-radius: 10px 0 0 10px;
}

#programa .nav-tabs .nav-link:hover {
    border: 0;
}

/*
========================================
  08 - Accordion
========================================
*/

.ev-accordion .card {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(173, 171, 171, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(173, 171, 171, 0.4);
    border-radius: 8px;
}

.ev-accordion .card-header {
    padding: 30px 40px 25px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.ev-accordion .card-header .time-wrap {
    font-weight: 700;
}

.ev-accordion .card-header .time-wrap span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.ev-accordion .card-body {
    padding: 0 40px 30px;
    background: #ffffff;
    overflow: hidden;
}

.ev-accordion .card-header .ev-ac-title button {
    font-weight: 600;
    width: 95%;
    position: relative;
    text-align: left;
}

.ev-accordion .card-header .ev-ac-title p{
    font-weight: 600;
    width: 95%;
    position: relative;
	text-align: left;
	font-family: 'Trade Gothic', sans-serif;
    color: #3c4859;
	line-height: 1.3;
	font-size: 24px;
}

.ev-accordion .card-header .ev-ac-title2 p{
    font-weight: normal;
    width: 95%;
    position: relative;
	text-align: left;
	font-family: 'Trade Gothic', sans-serif;
    color: #3c4859;
	line-height: 1.3;
	font-size: 18px;
}
.ev-accordion .card-header .speaker-info {
    margin-top: 15px;
}

.ev-accordion .card-header .speaker-info .ac-sp-name {
    color: #37e075;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.ev-accordion .card-header .speaker-info .ac-sp-title {
    font-size: 14px;
}

.schedule-layout-two {
    background: url('https://via.placeholder.com/1920x1080/777/ddd') no-repeat;
    background-size: cover;
}

.schedule-layout-two .nav-pills .nav-link.active,
.schedule-layout-two .nav-pills .show>.nav-link {
    background-color: #37e075;
    color: #fff;
}

.schedule-layout-two .nav-pills .nav-link {
    background: #fff;
    border-radius: 0;
    color: #3c4859;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    padding: 30px 0;
    font-family: 'Trade Gothic', sans-serif;
    position: relative;
}

.schedule-layout-two .nav-pills .nav-link span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.schedule-layout-two .nav-pills .nav-link.active:before {
    content: '';
    position: absolute;
    right: -39px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    top: 50%;
    border-color: transparent transparent transparent #37e075;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.schedule-timer {
    font-size: 60px;
    width: 90px;
    height: 90px;
    background: linear-gradient(320deg, rgb(197, 247, 101) 0%, rgb(13, 228, 157) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


#programa .nav-wrapper .nav-current,
.schedule-layout-two .nav-wrapper .nav-current {
    font-size: 24px;
    border: 2px solid #37e075;
    padding: 20px 15px;
    display: none;
    position: relative;
}

#programa .nav-wrapper .nav-current:before,
.schedule-layout-two .nav-wrapper .nav-current:before {
    content: "";
    height: 15px;
    width: 15px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: transparent #37e075 #37e075 transparent;
    position: absolute;
    transform: rotate(45deg);
    right: 15px;
    top: 22px;
}

/*
========================================
  09 - Price Style
========================================
*/

#price-section {
    background: url(https://via.placeholder.com/1920x1080/777/ddd) no-repeat center center;
    background-size: cover;
}

.single-price {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(173, 171, 171, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(173, 171, 171, 0.4);
    background: #ffffff url(../img/text1.png) no-repeat 1em 16em;
    background-size: contain;
    overflow: hidden;
    margin-bottom: 20px;
}

.single-price:hover {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.single-price:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(13, 228, 157, 0.04);
    z-index: -2;
    top: -90px;
    right: -90px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}

.single-price:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(13, 228, 157, 0.08);
    z-index: -1;
    top: -110px;
    right: -110px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s 0.1s ease;
}

.single-price:hover:before,
.single-price:hover:after {
    opacity: 1;
    transform: scale(1);
}

.single-price .price-title {
    font-weight: 700;
    margin-bottom: 10PX;
    color: #3c4859;
}

.single-price .lable {
    padding: 2px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    font-family: 'Trade Gothic', sans-serif;
    background: linear-gradient(320deg, rgb(197, 247, 101) 0%, rgb(13, 228, 157) 100%);
}

.single-price h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #37e075;
}

.single-price h3 sub {
    color: #3c4859;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: -1px;
    font-weight: 500;
}

/*
========================================
  10 - Info
========================================
*/

#info-section {
    background: var(--color-primary-bg);
}

.info-wrap {
    padding: 50px 20px 60px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px !important;
 
}

.icon i {
    color: var(--color-primary-light);
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    display: inline-block;
}

.info-wrap .info-wrap-inner img {
    margin-bottom: 25px;
}

.info-wrap .info-wrap-inner h4 {
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: .3px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px !important;
}
.info-wrap .info-wrap-inner p {
    color: var(--color-primary-light) !important;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    font-size: 16px !important;
}
.info-wrap .info-wrap-inner p b {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
}

.info-wrap .info-wrap-inner a {
    color: #c78922 !important;
    font-family: "Nunito", sans-serif;
    font-weight: 900;
    font-size: 16px !important;
}


.sponsor-items .info-wrap {
    padding: 40px 50px 60px;
    position: relative;
}

.sponsor-items .sponsor-link {
    display: block !important
}

/*
========================================
  11 - Gallery
========================================
*/

.cbp-caption-zoom .cbp-caption-activeWrap {
    background: linear-gradient(320deg, rgba(197, 247, 101, 0.8) 0%, rgba(13, 228, 157, 0.8) 100%);
}

.cbp-l-caption-body .fas {
    color: #fff;
    font-size: 25px;
    transition-delay: .8s;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

.cbp-l-caption-body i {
    font-size: 38px;
    color: #fff;
}

/* Blog */

.single-blog-wrap {
    position: relative;
}

.single-blog-inner {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    width: 95%;
    margin: auto;
    transition: all .3s ease-in-out;
    transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
}

.single-blog-inner:hover {
    -webkit-box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3.3em);
    -ms-transform: translateY(-3.3em);
    -webkit-transform: translateY(-3.3em);
}

.single-blog-inner h4 {
    font-weight: 600;
    margin: 15px 0 20px;
}

.meta-wrap li {
    display: inline-block;
    font-weight: 600;
}

.meta-wrap li:after {
    content: ".";
    margin: 0px 5px;
    position: relative;
    top: -3px;
    font-weight: 900;
    margin-left: 8px;
}

.meta-wrap li:last-child:after {
    content: "";
}

.single-blog-inner .meta-date {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .4px;
}

.single-blog-inner .meta-comments {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .4px;
}

.single-blog-inner .post-title h4,
.single-blog-inner .post-title h3 {
    color: #3c4859;
    transition: all .3s ease-in-out;
}

.single-blog-inner .post-title:hover h4,
.single-blog-inner .post-title:hover h3 {
    color: #37e03d;
}

.blog-layout-two .single-blog-wrap img {
    width: 100%;
}

.blog-full .single-blog-inner {
    padding: 40px;
}

.blog-full .single-blog-inner h3 {
    font-weight: 700;
}

.blog-full .single-blog-wrap {
    margin-bottom: 170px;
}

.blog-full .single-blog-inner {
    padding: 40px;
    position: absolute;
    bottom: -30%;
    left: 2.5%;
    z-index: 1;
}

.blog-full .single-blog-inner .post-title {
    margin-bottom: 20px;
    display: block;
}

.blog-full .single-blog-inner .continu-red {
    color: #3c4859;
    font-weight: 500;
    display: inline-block;
}

.blog-full .single-blog-inner .continu-red:after {
    content: '';
    background: #3c4859;
    height: 1px;
    display: block;
    width: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-full .single-blog-inner .continu-red:hover:after {
    width: 100%;
}

.blog-sidebar-full .single-blog-inner {
    bottom: -48%;
}

.sidebar .sidebar-search {
    position: relative;
}

.sidebar .sidebar-search input {
    -webkit-box-shadow: 0px 10px 51.87px 5.13px rgba(223, 227, 234, 0.35);
    box-shadow: 0px 10px 51.87px 5.13px rgba(223, 227, 234, 0.35);
    border: 1px solid #f3f6fd;
    padding: 16px 30px;
    border-radius: 3px;
    width: 100%;
    outline: 0;
}

.sidebar .sidebar-search input:focus {
    border-color: #37e075;
}

.sidebar .sidebar-search .form-submit {
    position: absolute;
    background: transparent;
    border: 0;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    color: #808791;
}

.sidebar h4 {
    margin-bottom: 30px;
    font-weight: 700;
}

.sidebar h5 {
    line-height: 1.3em;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.sidebar h5 a {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(21%, currentColor));
    background-image: -webkit-linear-gradient(top, transparent 20%, currentColor 21%);
    background-image: -o-linear-gradient(top, transparent 20%, currentColor 21%);
    background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
    background-position: 0 1em;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    -webkit-transition: background-size 0.4s ease-in-out 0.2s;
    -o-transition: background-size 0.4s ease-in-out 0.2s;
    transition: background-size 0.4s ease-in-out 0.2s;
    color: #1c1f2c;
    background-position: 0 20px;
}

.sidebar h5 a:hover {
    background-size: 100% 3px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.sidebar .event-post-sidebar {
    border-bottom: 1px solid #eceef0;
}

.sidebar .category-list li {
    border-bottom: 1px solid #eceef0;
    padding: 15px 0;
}

.sidebar .category-list li a {
    color: #1c1f2c;
    display: block;
}

.sidebar .category-list li a span {
    float: right;
    color: #808791;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sidebar .category-list li a:hover span {
    color: #1c1f2c;
}

.sidebar .sidebar-tag li {
    display: inline-block;
    padding: 5px 10px 5px 0;
}

.sidebar .sidebar-tag li a {
    border: 1px solid #eceef0;
    padding: 7px 15px;
    display: inline-block;
    color: #474f5f;
}

.sidebar .sidebar-tag li a:hover {
    border-color: #808791;
}

.blog-single h4 {
    font-weight: 600;
}

.blog-single .quote-single {
    padding: 40px 60px;
    font-style: italic;
}

.blog-single .quote-single p {
    font-size: 24px;
    line-height: 1.5;
}

.blog-author {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}

.blog-author .list-inline {
    margin-bottom: 0;
}

.blog-author .list-inline a {
    color: #474f5f;
}

.blog-author .list-inline a:hover {
    color: #37e075;
}

/*
========================================
  12 - Comment Form
========================================
*/

#comment-form {
    background: #f8fcff;
}

.comment-form-layout h2 {
    font-weight: normal;
}

.comment-form-layout p {
    margin-bottom: 50px;
}

.comment-form-layout input,
.comment-form-layout textarea {
    width: 100%;
    border: 1px solid #eceef0;
    color: #808791;
    padding: 12px 25px;
    font-style: italic;
    display: inline-block;
    outline: 0;
    border-radius: 4px;
    background: #f8fcff;
}

.comment-form-layout input:focus,
.comment-form-layout input:active,
.comment-form-layout textarea:focus,
.comment-form-layout textarea:active {
    border-color: #37e075;
}

.comment-form-layout textarea {
    min-height: 180px;
}

.comment-form-layout .form-input-group {
    width: calc(50% - 15px);
    float: left;
}

.comment-form-layout .form-input-group:nth-child(2) {
    float: right;
}

.comment-form-layout .btn span {
    font-style: italic;
    font-weight: 400;
}

.comment-layout .media-body {
    position: relative;
}

.comment-layout .media-body h4 {
    font-weight: 600;
}

.comment-layout .media-body a.reply-comment {
    font-style: italic;
    position: absolute;
    color: #474f5f;
    right: 0;
    top: 0;
}

/*
========================================
  13 - Map
========================================
*/

#map {
    width: 100%;
    height: 600px;
    display: block;
}

.company_toggle_link {
    margin-bottom: 2rem;
    display: block;
}

.company_toggle_link i {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.company_toggle_link[aria-expanded="false"] .company_toggle_link--right {
    display: inline-block;
}
.company_toggle_link[aria-expanded="true"] .company_toggle_link--right {
    display: none;
}
.company_toggle_link[aria-expanded="false"] .company_toggle_link--down {
    display: none;
}
.company_toggle_link[aria-expanded="true"] .company_toggle_link--down {
    display: inline-block;
}

#patrocinadores.collapse.show {
    visibility: visible;
}

.patrocinadores__container {
    margin-bottom: 2rem;
    text-align: center;
}

.patrocinadores__logo-container {
    min-height: 150px;
    line-height: 150px;
    max-width: 300px;
    display: inline-block;
}

.patrocinadores__logo {
    max-width: 100%;
    max-height: 150px;
}

/*
========================================
  14 - Footer
========================================
*/
#footer-section {
    background-size: cover;
    padding-top: 30px;
    background-color: #E5F2F4;
    font-family: "Inter", sans-serif;
}

#footer-section .ev-widget-wrap h5 {
    font-weight: 600;
    letter-spacing: .2px;
}

#footer-section .ev-widget-wrap ul.social li {
    display: inline-block;
    margin-right: 10px;
}

#footer-section .ev-widget-wrap ul.social li a {
    font-size: 35px;
}

#footer-section .ev-widget-wrap ul li {
    margin-bottom: 10px;
}

#footer-section .ev-widget-wrap ul li a {
    color: var(--color-primary);
    font-family: Trade Gothic, sans-serif;
    font-weight: 600;
}

#footer-section .ev-widget-wrap ul li a:hover {
    color: #37e03d;
}

#footer-section input {
    width: 100%;
    height: 55px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 0 20px;
    background: transparent;
}

#footer-section li span {
    color: var(--color-primary);
    font-weight: 500;
}

#footer-section .form-control {
    color: #474f5f;
    font-size: 14px;
}

#footer-section .form-control:focus {
    box-shadow: none;
}

#footer-section.footer-layout-two {
    padding-top: 100px;
    background: url('../img/footer-bg-2.jpg') no-repeat;
    background-size: cover;
}

#footer-section.footer-layout-two p,
.footer-layout-two .ev-widget-wrap h5,
#footer-section.footer-layout-two .ev-widget-wrap ul li a {
    color: #fff;
}

#footer-section.footer-layout-two .ev-widget-wrap ul li a:hover {
    color: #37e075;
}

#footer-section.footer-layout-two input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

#footer-section.footer-layout-two input::placeholder {
    color: #fff;
}

/*
========================================
  15 - Contact Page
========================================
*/

#counter-section.contact-info {
    padding: 100px 0;
}

.contact-item h4 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
}

.contact-item a {
    color: #474f5f;
}

.input-field {
    width: 50%;
    float: left;
    padding-right: 12.5px;
    margin-bottom: 25px;
}

.input-field:nth-child(even) {
    padding-left: 12.5px;
    padding-right: 0;
}

.input-field input,
.input-textarea textarea {
    padding: 12px 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    font-family: 'Trade Gothic', sans-serif;
    transition: all .4s ease-in-out;
    font-size: 15px;
}

.input-textarea textarea {
    min-height: 180px;
}

.input-field input:focus,
.input-textarea textarea:focus {
    border-color: #37e075;
}

.input-textarea textarea:focus {
    min-height: 200px;
}

.reqError {
    background: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.ast_loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 15px;
    display: none;
}

.ast_con_message {
    color: #155724;
    background-color: #d4edda;
    border: 3px solid #c3e6cb;
    padding: 10px 15px;
    margin-top: 30px;
    display: none;
}

#subscriber-section {
    background: url(../img/shape-bg.png) no-repeat center top;
    background-size: cover;
}

#subscriber-section h3 {
    font-weight: 600;
}

.subscriber-group input {
    padding: 12px 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    font-family: 'Trade Gothic', sans-serif;
    transition: all .4s ease-in-out;
    font-size: 15px;
    line-height: 24px;
}

.subscriber-group input:focus {
    border-color: #37e075;
}

/*
========================================
  16 - FAQ Page
========================================
*/
.faq-form .input-field {
    padding: 0;
    width: 100%;
}

.faq-layout h3 {
    font-weight: 800;
    font-size: 25px;
}

.accordian-list h4 {
    font-size: 18px;
    padding: 10px 0 20px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
    margin: 10px 0 0;
    position: relative;
}

.accordian-list h4:before,
.accordian-list h4[aria-expanded="true"]::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37e075;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    transition: all .4s ease-in-out;
}

.accordian-list h4[aria-expanded="true"]::after {
    content: "\f078";
    transition: all .4s ease-in-out;
}

.accordian-list h3 {
    padding-bottom: 15px;
}

.accordian-list p {
    padding: 25px 20px 40px;
}

.faq-form h3 {
    font-size: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 25px;
    padding-bottom: 5px;
}

/*
========================================
  17 - Gallery Page
========================================
*/

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    font-size: 16px;
    transition: all .4s ease-in-out;
    height: auto;
    padding: 16px 45px;
    line-height: 16px;
    border: 0;
    font-family: 'Trade Gothic', sans-serif;
}


/*
========================================
  18 - Prizes Page
========================================
*/

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

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

.danger-text {
    color: var(--color-primary);
}


/*
========================================
  19 - Forms Page
========================================
*/
.textarea{
    white-space: pre-wrap;
}

#innermap{
    width: 100%;
    display: block;
    position: relative;
    float: left;
    height: 430px;
}

#innermap iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

#direccioncongreso{
    width: 100%;
    display: block;
    position: relative;
    float: left;
    padding: 10px;
    text-align: center;
    background-color: var(--color-primary);
    color: white;
    font-size: 18px;
}

.comite{
    padding: 20px 0;
}

.nombrecomite{
    font-size: 24px;
}

.form-control{
    height: 40px !important;
}

#divredessociales{
    position: fixed;
    height: 100%;
    right: 15px;
    font-size: 25px;
    list-style: none;
    top: 160px;
	z-index:999 !important;
}

#divredessociales li {
    list-style: none;
}

.plano_wrapper {
    max-height: 700px;
}

.svgplano{
    width: 100%;
    height: auto;
}

.container label{
    font-weight: normal;
}

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

.carta-presidente__firma p {
    line-height: 2.2rem;
}

#comite {
    margin-top: 10rem;
}

#comite h3 {
    color: var(--color-primary-light);
    font-size: 2.4rem;
}

#comite p {
    font-size: 1.8rem;
}

#comite p:last-child {
    font-size: 1.4rem;
}

.vipPersona {
    margin-bottom: 5rem;
}

.vipPersona__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
}

.vipPersona__item {
    border: 1px solid var(--color-primary-light);
    width: 49%;
    padding: 2rem;
    text-align: center;
}

.comite__container h3 {
    text-align: center;
    margin-bottom: 3rem;
}

.comite__personas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
}

.comite__personas__item {
    width: 33%;
    padding: 1rem;
    text-align: center;
}

#scrollButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 24px;
    width: 40px; /* Ancho cuadrado */
    height: 40px; /* Altura cuadrada */
    padding: 5px;
    border: none;
    cursor: pointer;
    border-radius: 0; /* Borde cuadrado */
}

.form-pagination {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-pagination .btn {
    text-align: center;
    margin: 0 6px;
}
.form-tab-status {
    display: flex;
    align-items: center;
}
.form-tab-status li {
    appearance: none;
    background: var(--status-btn-bg);
    border: none;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-tab-status li.active {
    background-color: var(--color-2);
    color: white;
}

.form-error {
    border-color: red !important;
}

.form-error-text {
    display:none;
    color: red;
}

.form-error + .form-error-text {
    display: block;
}



.accordion .card-header .title {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}
.accordion .card-header .accion {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.accordion  .card-header{
  cursor: pointer;
  border-bottom: none;
  background-color: white;
  padding-bottom: 0;
  padding-top: 10px;
}

.accordion  .card-header.card-header--no-body {
  cursor: inherit;
}

.accordion .card-header.card-header--no-body .accion {
    display: none;
}

.accordion  .card{
  border: 1px solid #ddd;
  margin-bottom: 2rem;
}
.accordion  .card-body{
  border-top: 1px solid #ffffff;
}
.accordion .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.accordion .collapse.show {
    display: block;
    visibility: visible;
}

#fenin {
    margin-top: 50px;
}

.aviso25 {
    background: #fb9516;
    color: #ffffff;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 800;
    text-align: center;
    font-size: 14px;
}