@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
    font-weight: 100;
    font-style: 100;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;    
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 600;    
    font-style: normal;
    
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
    font-weight: bold;   
    font-style: italic; 
}

body {
    background-color: #EDEDED;
}

header {
    background-color: #35009A;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-main {
    background-color: #05054F;
    min-height: 670px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-main .background {
    width: 100%;
    max-width: 1980px;
    position: absolute;
    background-image: url("../images/main.png");
    height: 670px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}


.section-main .container {
    position: relative;
}

.section-main .title {
    font-family: "Montserrat";
    font-size: 3.7rem;
    font-style: italic;
    font-weight:900;
    margin-bottom: 24px;
}

.section-main .description {
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
    margin-right: 30%;
}
.section-main .container-description {
    margin-right: 30%;
    text-align: center;
}
.section-main .container-description .date {
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px){
    .section-main .background {
        /* display: none; */
        opacity: 0.4;
    }
    .section-main .title {
        font-size: 3.2rem;
    }
    .section-main .description {
        margin-right: 0%;
    }
    .section-main .container-description{
        margin-right: 0%;
    }

}

@media screen and (max-width: 721px){
    .section-main .title {
        font-size: 2.7rem;
    }
}

.section-question {
    background-color: #EDEDED;
    color: #6518F8;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-question .title {
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.section-question .description {
    font-family: "Montserrat";
    font-size: 1.6rem;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 16px;
}


.section-highlights {
    background-color: #EDEDED;
    min-height: 710px;
    display: flex;
    justify-content: center;
}

.section-highlights .background {
    width: 100%;
    max-width: 1980px;
    position: absolute;
    background-image: url("../images/highlights.png");
    height: 710px;
}

@media screen and (max-width: 991px){
    .section-highlights {
        background-image: url("../images/highlights.png");
        height: 100%;
        background-repeat: repeat;
    }
    .section-highlights .background {
       display: none;
    }
}

.section-highlights .container {
    overflow: hidden;
    padding-bottom: 80px;
}

.section-highlights .title {
    margin-top: 80px;
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    margin-bottom: 36px;
    color: #fff;
}

.section-highlights ul {
    list-style: none;
}

.section-highlights ul li{
    margin-bottom: 16px;
}
.section-highlights ul li img{
    margin-right: 8px;
}

.section-highlights ul li span{
    margin-left: 8px;
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}

.section-title {
    background-color: #05054F;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title .title{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #fff;
}


.section-program {
    background: rgb(4,4,70);
    background: linear-gradient(60deg, rgba(4, 4, 70, 1) 0%, rgba(4, 4, 70, 1) 50%, rgba(4, 4, 118, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-program .title{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.section-program .description {
    font-family: "Montserrat";
    font-size: 1.6rem;
    font-weight: 300;
}


.section-exhibitors {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    min-height: 800px;
    /* padding-top: 80px;
    padding-bottom: 80px; */
    /* background-color: #05054F; */
}

.section-exhibitors .background {
    width: 100%;
    max-width: 1980px;
    position: absolute;
    background-image: url("../images/fondo-expositores.png");
    height: 800px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    /* opacity: 0.8; */
}

.section-exhibitors .title {
    color: #05054F;
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 24px;
}

.section-exhibitors .description {
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.section-exhibitors .container-expositor {
    display: flex;
    align-items: center;
}

.section-exhibitors img {
    width: 300px;
    z-index: 99;
}


.section-exhibitors .container .container-information {
    background: #05054F;
    height: 100%;
    min-height: 290px;
    margin-top: 20px;
    margin-left: -50px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    z-index: 90;

}

.section-exhibitors .container .container-information .container-title {
    margin-left: 32px;
}
.section-exhibitors .container .container-information .container-title .title {
    color: #fff;
    font-family: "Montserrat";
    font-size: 0.85rem;
    font-weight: bold;
}

.section-exhibitors .container .container-information .container-title .subtitle {
    font-family: "Montserrat";
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
}
.section-exhibitors .container .container-information .list {
    padding-left: 65px;
}

.section-exhibitors .container .container-information .list li {
    font-family: "Montserrat";
    font-size: 0.65rem;
    font-weight: 400;
    margin-bottom: 4px;
}


@media screen and (max-width: 1200px){
    .section-exhibitors img {
        width: 50%;
    }
    .section-exhibitors .title {
        margin-bottom: 0px;
    }
    .section-exhibitors .container-expositor {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }
    .section-exhibitors .container .container-expositor  .container-information {
        height: 100%;
        min-height: 290px;
        margin-left: 0px;
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
        z-index: 90;
    }
}

@media screen and (max-width: 991px){
    .section-exhibitors{
        background-image: url("../images/fondo-expositores.png");
        background-repeat: repeat;
    }
    .section-exhibitors .background {
        display: none;
    }
    .section-exhibitors {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-ebook {
    background-color: #05054F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-ebook .title{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    margin-bottom: 24px;
}

.section-ebook .description{
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 16px;
}

.section-ebook ul {
    padding-left: 0px;
}

.section-ebook ul li{
    margin-bottom: 16px;
}

.section-ebook ul li img{
    padding-right: 8px;
}

.section-ebook ul li span{
    margin-left: 8px;
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
}

.section-ebook .container-image {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: center;
    height: 100%;
}

.section-ebook .container-image .img-one {
    position: absolute;
    height: 180%;
    /* bottom: 0%; */
    /* height: 500px; */
}

@media screen and (max-width: 1480px){
    .section-ebook .container-image {
        width: 100%;
    }
    .section-ebook .container-image .img-one {
        width: 100%;
    }
}

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

    .section-ebook .container-image .img-one {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 991px){
    .section-ebook .container-image {
        margin-top: 60px;
        width: 100%;
        padding-bottom: 120px;
    }

    .section-ebook .container-image .img-one {
        width: 70%;
        height: auto;
    }
}

.section-tranformation {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    min-height: 800px;
    /* padding-top: 80px;
    padding-bottom: 80px; */
}

.section-tranformation .background {
    width: 100%;
    max-width: 1980px;
    position: absolute;
    background-image: url("../images/fondo-transformation.png");
    height: 804px;
    background-repeat: repeat;
    /* background-position: 900px 100%; */

}

@media screen and (max-width: 991px){
    .section-tranformation{
        background-color: #05054F;
    }
    .section-tranformation .background {
       display: none;
    }
}

.section-tranformation .container {
    position: relative;
    
}

.section-tranformation .title{
    margin-top: 80px;
    font-family: "Montserrat";
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 24px;
}

.section-tranformation .subtitle{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 24px;
}


.section-tranformation ul {
    padding-left: 0px;
}

.section-tranformation ul li{
    margin-bottom: 16px;
}

.section-tranformation ul li .icon{
    margin-right: 8px;
}

.section-tranformation ul li span{
    margin-left: 8px;
    font-family: "Montserrat";
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
}

.section-tranformation .price{
    height: 70%;
}

@media screen and (max-width: 721px){
    .section-tranformation .price{
        width: 80%;
    }
}

.section-goals {
    background-color: #EDEDED;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    /* padding-top: 80px;
    padding-bottom: 80px; */
}

.section-goals .background {
    width: 100%;
    max-width: 1980px;
    position: absolute;
    background-image: url("../images/fondo-goals.png");
    height: 600px;
    background-repeat: repeat;
    /* background-position: 900px 100%; */
}

.section-goals .title{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #6518F8;
    margin-bottom: 30px;
}

.section-goals ul {
    list-style: none;
}

.section-goals ul li{
    margin-bottom: 16px;
}
.section-goals ul li img{
    margin-right: 8px;
}   

.section-goals ul li span{
    margin-left: 8px;
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 500;
    color: #6518F8;
}

@media screen and (max-width: 721px){
    .section-goals {
        background-image: url("../images/fondo-goals.png");
        background-repeat: repeat;
        background-position: 100%
    }
    .section-goals .background {
        display: none;
    }
    .section-goals .title{
        margin-top: 80px;
    }
    .section-goals ul {
        margin-bottom: 40px;
    }
}

.section-contact {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(4,4,70);
    background: linear-gradient(60deg, rgba(4, 4, 70, 1) 0%, rgba(4, 4, 70, 1) 50%, rgba(4, 4, 118, 1) 100%);
}

.section-contact .title{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.section-contact .subtitle{
    font-family: "Montserrat";
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

.section-contact .description {
    font-family: "Montserrat";
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 36px;
}

.section-contact .icon-whatsapp {
    font-size: 90px; color: white;
}

.section-contact .contact {
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.section-contact .contact a {
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.section-contact .link {
    font-family: "Montserrat";
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.section-contact .link:hover {
    color: #ffffff90;
}

.section-contact .accordion {
    margin-bottom: 60px;
}

@media screen and (max-width: 600px){
    .section-contact .contact {
        font-family: "Montserrat";
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }
    .section-contact .contact a {
        font-family: "Montserrat";
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    
    .section-contact .link {
        font-family: "Montserrat";
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    .section-contact .icon-whatsapp {
        font-size: 60px; color: white;
    }
}

.section-contact .accordion .accordion-item {
    color: #444444;
    background-color: transparent;
    border-bottom: 2.5px solid #6518F8;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 1rem;
    border-radius: 0;
    /* filter: invert(1);  */
}

.section-contact .accordion .accordion-header {
    margin-bottom: 0;
}

.section-contact .accordion .accordion-header .accordion-button{
    font-family: "Montserrat";
    color: #ffff;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: transparent;
}

.section-contact .accordion .accordion-header .accordion-button:after{
    font-family: "Montserrat";
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #444444;
    filter: invert(1);
}

.accordion-body{
    font-family: "Montserrat";
    color: #ffffff;
    font-size: 1.01rem;
    font-weight: 400;
    background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    color: #444444;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .125)
}

.background-footer {
   background-color: #6518F8;
    /* min-height: 160px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

footer .container-image {
    display: flex;
}

footer .container-footer {
    display: flex; 
    margin-top: 18px; 
    justify-content: end;
}

footer .container-footer p{
    font-size: 1.8rem;
    color: #fff;
    font-family: "Montserrat";
    text-align: center;
    /* margin-bottom: 40px; */
    font-style: italic;
}

footer ul {
    display: flex;
    list-style: none; 
    text-align: center; 
    justify-content: center;
}

footer ul li {
    margin-left: 10px;
    margin-right: 10px;;
}


footer ul li .social-media a{
    font-family: "Montserrat";
    font-weight: normal;
    font-style: italic;
    color: #fff;
    font-size: 24px;
}

@media screen and (max-width: 767px){
    footer .container-image {
        justify-content: center;
        margin-bottom: 40px;
    }
    footer .container-footer {
        flex-direction: column;
    }
}



.btn-custom {
    font-family: "Montserrat";
    border-radius: 25px;
    background-color: #6518F8;
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.btn-custom:hover {
    font-family: "Montserrat";
    border-radius: 25px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: normal;
    color: #6518F8;
}


.box {
    width: 400px;
    /* height: 190px; */
    /* background-color: #F7F7FC; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    margin-left: 40px;
    margin-right: 40px;
    border: 2px solid #fff
}

.box .title {
    font-family: "Montserrat";
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.box .border {
    width: 100%;
    height: 3.5px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    opacity: 0.5;
}

.box .description .subtitle {
    font-family: "Montserrat";
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
}

.box .description ul {
    margin: 0px;
    padding: 0px;
}
.box .description ul li{
    display: flex;
    align-items: center;
}
.box .description ul li span {
    font-family: "Montserrat";
    font-size: 0.89rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    /* min-height: 120px; */
    /* border-bottom: 2px solid #6518F8; */
}
.box .description ul li img{
    height: 15px;
    margin-right: 10px;
}


.container-main-box {
    display: flex; 
    justify-content: center; 
    margin-bottom: 40px; 
    margin-top: 40px;
}

.container-boxes {
    display: flex;
}

.container-main-box .box-title{
    font-family: "Montserrat";
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
    color: #6518F8;
}

@media screen and (max-width: 1254px){
    .container-boxes {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px){
    .container-boxes {
        flex-direction: column;
        margin-bottom: 0px;
    }
    .box {
        width: 90%;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 721px){
    
    .box {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}



/* ANIMATIONS */

.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
}
  
.js-scroll.scrolled {
    opacity: 1;
}
.scrolled.fade-in {
    animation: fade-in 700ms ease-in-out both;
}

.scrolled.fade-in-900 {
    animation: fade-in 900ms ease-in-out both;
}

.scrolled.fade-in-1200 {
    animation: fade-in 1200ms ease-in-out both;
}
  
.scrolled.fade-in-bottom {
    animation: fade-in-bottom 700ms ease-in-out both;
}

.scrolled.slide-left {
    animation: slide-in-left 700ms ease-in-out both;
}

.scrolled.slide-left-500 {
    animation: slide-in-left 500ms ease-in-out both;
}

.scrolled.slide-left-900 {
    animation: slide-in-left 900ms ease-in-out both;
}

.scrolled.slide-left-1100 {
    animation: slide-in-left 1100ms ease-in-out both;
}

.scrolled.slide-left4 {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-left3 {
    animation: slide-in-left 2s ease-in-out both;
}

.scrolled.slide-left2 {
    animation: slide-in-left 2.75s ease-in-out both;
}

.scrolled.slide-left1 {
    animation: slide-in-left 3s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 700ms ease-in-out both;
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
  
@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
  
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

  
@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 0;
    }
    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        height: 200;
    }
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  } 