html {
  scroll-behavior: smooth;
}

body{
    background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, p, a{
    font-family: "Barlow";
}

p{
    color: #444444;
    font-size: 18px;
}

a:hover{
    text-decoration: none;
}

header{
    background-color: #fff;
}

nav {
    padding: 25px 0;
}

nav #logo-s21-header {
    width: 250px;
    margin: 0 auto;
    display: block; }

.navbar-menu{
    margin: 25px 0;
}

.navbar-menu .navbar-nav .nav-link{
    text-align: center;
}

.navbar-light .navbar-nav .nav-link{
    color: #3F3F3F;
    font-size: 18px;
    padding: 0;
    margin-left: 15px;
}

.owl-carousel .owl-item img {
    width: unset; 
}

.animated-link {
    position: relative;
    text-decoration: none;
}

.animated-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #801728; /* Nuevo color especificado */
    transition: width 0.3s ease;
}

.animated-link:hover::after,
.animated-link:active::after { /* Efecto activo */
    width: 100%;
}

.animated-link:active { /* Cambio de color al hacer clic */
    color: #801728;
}

.navbar-menu ul{
    align-items: right;
}

nav #logo-s21-header{
    max-width: 130px;
    padding: 5px 0;
}

.hero-img{
    width: 100%;
    height: auto;
}

#description{
    padding: 50px 0;
    position: relative;
}

.custom-box-1{
    border: 3px solid #801728;
}

.custom-box-1-1{
    background-image: url('../img/img-box-1.webp');
    background-position: center;
    background-size: cover;
    height: 150px;
}

.custom-box-1-2{
    background-image: url('../img/img-box-2.webp');
    background-position: center;
    background-size: cover;
    height: 150px;
}

.custom-box-1-3{
    background-image: url('../img/img-box-3.webp');
    background-position: center;
    background-size: cover;
    height: 150px;
}

.custom-box-1 p {
    margin-bottom: 0;
    line-height: 1.2;
}

.cb1-title{
    background-color: #801728;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px;
    min-height: 96px;
}

.cb1-title h4{
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.fs2{
    font-size: 18px;
}

.cb1-content {
    min-height: 300px;
    padding: 20px 15px;
    z-index: 10;
    position: relative;
}

.cb1-title-2{
    color: #fff;
    padding: 10px;
    background-color: #380915;
    font-size: 16px;
}

.pad-1{
    padding: 0 10px;
}

.pad0{
    padding: 0;
}

.mb0{
    margin-bottom: 0;
}

.overlay-1 {
    background-color: #fff;
    position: absolute;
    opacity: 0.8;
    height: 270px;
    width: 100%;
    bottom: 70px;
    z-index: 5;
}

.overlay-2 {
    background-color: #fff;
    position: absolute;
    opacity: 0.8;
    height: 240px;
    width: 100%;
    bottom: 50px;
    z-index: 5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.title-lg{
    background: rgb(9,57,57);
    background: linear-gradient(90deg, rgba(9,57,57,1) 0%, rgba(2,81,68,1) 50%, rgba(9,57,57,1) 100%);
    padding: 50px 20px;
    margin: 50px 0;
}

.title-lg h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.lp3{
    letter-spacing: 3px;
}

.slide-agenda{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin: 25px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.cstm-col-1{
    background-color: #380915;
    padding: 20px;
    min-height: 185px;
}

.cstm-col-1 h4{
    padding: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
}

.cstm-col-2 p{
    color: #801728;
    font-size: 22px;
    padding: 40px 30px;
    line-height: 1.2;
}

.cstm-col-2 h4{
    color: #801728;
    font-size: 22px;
    padding: 40px 30px;
    line-height: 1.2;
    font-weight: 700;
}

.cstm-col-3 h4{
    color: #801728;
    font-size: 28px;
    font-weight: 600;
}

.foto-disertante{
    max-height: 150px;
    margin-right: 35px;
}

.ur-flag{
    display: inline-block !important;
    width: 30px !important;
    margin-left: 5px;
}

.flag-2{
    margin-left: 5px;
}

.title-carousel{
    background-color: #801728;
    padding: 5px 20%;
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
}

.title-carousel p{
    color: #fff;
    font-size: 18px;
}

.carousel-1{
    /*max-width: 800px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.carousel-1 .prev-slide,.carousel-2 .prev-slide, .carousel-3 .prev-slide, .carousel-4 .prev-slide{
    background: url(../img/prev.svg) no-repeat scroll 0 0;
    height: 30px;
    width: 30px;
    position: absolute;
    left: -40px;
    top: 50%;
}

.carousel-1 .next-slide,.carousel-2 .next-slide, .carousel-3 .next-slide, .carousel-4 .next-slide{
      background: url(../img/next.svg) no-repeat scroll 0 0;
      height: 30px;
      width: 30px;
      position: absolute;
      right: -50px;
      top: 50%;
}

.carousel-1 .owl-prev,.carousel-2 .owl-prev, .carousel-3 .owl-prev, , .carousel-4 .owl-prev{
    height: 30px;
    display: inline;      
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.carousel-1 .owl-next,.carousel-2 .owl-next, .carousel-3 .owl-next, , .carousel-4 .owl-next{
    height: 30px;
    display: inline;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px !important;
}



.cstm-col-3{
    padding: 30px;
    box-shadow: inset 0 25px 25px -10px rgba(0, 0, 0, 0.1);
}

.cstm-col-3 h5, .cstm-col-3 h4{
    color: #801728;
}

.cstm-col-3 p{
    color: #444444;
    line-height: 1.2;
    margin-bottom: 0;
}

.text-3{
    color: #444444;
    font-weight: 400;    
}


.cstm-btn-1{
    background-color: #801728;
    padding: 10px 25px;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
}

.cstm-btn-1:hover, .cstm-btn-2:hover{
    background-color: #380915;
    color: #fff;
}

.cstm-btn-2{
    background-color: #801728;
    padding: 10px 40px;
    width: 100%;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.3s;
}

.slide-agenda .row{
    
}

.arrow-right{
    position: absolute;
    max-height: 40px;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.arrow-down{
    position: absolute;
    max-height: 60px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video{
    background-color: #F8F1F2;
    padding: 100px 0;
    margin: 50px 0;
}

.video-container{
    border-radius: 25px;
    overflow: hidden;
}

#icons{
    margin: 80px 0;
    padding: 80px 0;
    position: relative;
}

#icons .container{
    margin-top: 20px;
}

.icons-bg{
    position: absolute;
    width: 100%;
    height: 150px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#carousel-ediciones-anteriores{
    margin: 100px 0;
}

.slide-ea{
    padding: 20px;
}

.ea-img{
    margin-bottom: 20px;
}

.container{
    max-width: 900px;
}

.txt-color-1{
    color: #801728;
    font-weight: 600;
}

#text-1{
    margin: 80px 0;
    position: relative;
}

.custom-box-4{
    border: 3px solid #801728;
    padding: 120px 30px;
    position: relative;
}

.custom-box-4 h4{
    z-index: 11;
    position: relative;
}

#text-2{
    margin-bottom: 100px;
}

#text-2 h3{
    color: #801728;
    font-weight: 700;
    margin-top: 80px;
}

#content-1{
    margin: 100px 0;
}

.main-title-1{
    background-color: #380915;
    color: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 50px;
}

.main-title-2{
    background-color: #801728;
    color: #fff;
    padding: 15px 60px;    
    border-radius: 15px 15px 0 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
}

.main-title-3{
    color: #801728;
    text-align: center;
    margin-bottom: 50px;
}

.main-title-4{
    color: #801728;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
}

.cstm-box-5{
    background-color: #F3F3F3;
    padding: 35px;
    margin-bottom: 50px;
}

.cstm-box-6{
    background-color: #F3F3F3;
    padding: 25px;
    margin-bottom: 50px;
}

.cstm-box-5 p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    max-width: 500px;
    line-height: 1.2;
    margin: 0 auto;
}

.speaker-sup-title{
    background-color: #801728;
    color: #fff;
    padding: 15px 60px;    
    border-radius: 15px 15px 0 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 80px;
}

.speaker-box{
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    position: relative;
}

.speaker-box h5, .moderador-box h3{
    color: #801728;
    font-weight: 700;
    font-size: 30px;
}

.moderador-box h3{
    margin-bottom: 25px;
}

.in-logo-1{
    position: absolute;
    width: 30px;
    top: 0;
    right: 20px;
}

.in-logo-2 {
    position: absolute;
    width: 30px;
    bottom: 15px;
    right: 15px;
}

 .owl-carousel .owl-item img.in-logo-3 {
    position: absolute;
    width: 30px;
    bottom: 10px;
    left: 115px;
}

.moderador-sup-title{
    background-color: #801728;
    color: #fff;
    padding: 15px 30px;    
    border-radius: 15px 15px 0 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 80px;    
}

.moderador-box{
    padding: 30px 30px 60px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.moderadores{
    padding: 0 40px;
    margin-bottom: 80px;
}

.hr-1{;
    border-top: 3px solid #801728;
    margin: 100px 0;
}

.prox-ediciones h4{
    text-align: center;
    background-color: #801728;
    padding: 15px 20px;
    width: 300px;
    margin-bottom: 15px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    letter-spacing: 3px;
}

.prox-ediciones h5{
    color: #801728;
    margin-top: 50px;
    font-size: 25px;
}

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

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #801728;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}

.acordion-arrow{
    height: 20px;
}

.card-header-1 h3{
    color: #380915;
    margin-bottom: 0;
}

h2.title-1{    
    color: #380915;
    margin-bottom: 50px;
    text-align: center;
}

.img-carrusel-ed-ant{
    padding: 10px;
}

#ediciones-anteriores{
    margin-bottom: 100px;
}

.owl-dots button.owl-dot:not(.active) {
    background: #ccc;
}

.card-header-1 button:focus, .card-header-1 button:hover{
    text-decoration: none;
}

.card-header-1{
    padding: 10px 20px;
}

#headingOne{
    border-top: 1px solid #380915;
    border-bottom: 1px solid #380915;
}

#headingTwo{
    border-bottom: 1px solid #380915;
}

.ediciones-acordion .card{
    border: 0;
}

.ediciones-acordion .card-body{
    padding: 50px 0;
}

.acordion-arrow {
  transition: transform 0.3s ease;
}

.acordion-arrow.rotate {
  transform: rotate(90deg);
}

.title-1-custom-box-2{    
    background-color: #380915;
    color: #fff;
    padding: 15px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
}

.title-2-custom-box-2{
    padding: 40px 20px;
    text-align: center;
    color: #801728;
    font-weight: 700;
    font-size: 28px;
}

.custom-box-2{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 20px;
}

.custom-box-2-body-1{
    padding: 35px;
    background-color: #F3F3F3;
}

.custom-box-2-body-1 h4{
    color: #801728;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 0px;
}

.custom-box-2-body-1 h5{
    color: #801728;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.custom-box-2-body-1 p{
    margin-bottom: 0px;
}

.cstm-row-1{
    max-width: 650px;
    margin: 0 auto;
}

.linkedin-icon{
    max-height: 25px;
    margin: 0 0 5px 10px;
    display: inline-block !important;
}

.cstm-col-3 h4 a{
    display: inline-block;
}

.ea-box {
    height: 335px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 60px;
}

.ea-inner-box-1{
    height: 150px;
    border: 1px solid #fff;
}

.ea-inner-box-2{
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    padding: 40px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: -30px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    min-height: 180px;
}

.ea-fecha {
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #801728;
    color: #fff;
    padding: 3px 20px;
    min-width: 250px;
    border-radius: 8px;
    letter-spacing: 2px;
}

.ea-titulo {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    width: 100%;
}

.mbm20{
    height: 50px;
}



@media (max-width:1600px){
    
}

@media (max-width:1400px){
    
}

@media (max-width:1135px){
    
}


@media (max-width:991px){
   
}

@media (min-width: 767px){
    .hide-dekstop{
        display: none;
    }
}


@media (max-width: 768px){
    .hide-mobile{
        display: none;
    }

    .cstm-col-3 h5, .cstm-col-3 h4, .cstm-col-3 p {
        text-align: center;
    }

    .cstm-col-3 h4 {
        font-size: 22px;
    }

    .foto-disertante{
        margin-bottom: 20px;
        margin-right: 0;
    }

    .custom-box-1{
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .cb1-content {
        min-height: unset;
    }

    .overlay-1{
        display: none;
    }

    #description {
    padding: 50px 0 0 0;
    }

    .icon{
        max-height: 300px;
    }

    .icons-bg{
        display: none;
    }

    #icons {
        margin: 0;
    }

    .owl-carousel .owl-item img.ea-img{
        margin: 0 auto 30px auto;
    }
}


@media (max-width: 576px){
    .cb1-content {
        min-height: unset;
    }

    .overlay-1, .overlay-2 {
        display: none;
    }

    .custom-box-1{
        margin-bottom: 30px;
    }

    .title-lg {
        margin: 0 0 30px 0;
    }

    .carousel-1 {
        padding: 30px 0 0 0;
    }

    #carousel-agenda .container{
        padding: 0;
    }

    #video {
        padding: 30px 20px;
    }

    .icons-bg{
        display: none;
    }

    #icons {
        margin: 0px 0;
        padding: 30px;
    }

    .icon{
        max-width: 250px;
        margin-bottom: 30px;
    }

    #carousel-ediciones-anteriores {
        margin: 50px 0;
    }

    .mbm20{
        margin-bottom: 20px;
    }

    .custom-box-4 {
        padding: 90px 30px;
    }

    .owl-nav{
        display: none;
    }

    .cstm-col-1 {
        min-height: 150px;
    }

    .mob-fill-1{
        padding: 165px 0;
    }

    .cstm-col-2 h4 {
        font-size: 22px;
        padding: 30px ;
    }

    .cstm-col-1 h4 {
        font-size: 24px;
    }

    .cstm-col-3 p {
        font-size: 16px;
        word-break: break-word;
    }

    .title-2-custom-box-2 {
        padding: 25px 30px;
        font-size: 22px;
    }

    .custom-box-2-body-1 h4 {
        font-size: 22px;
    }

    .custom-box-2-body-1 {
        padding: 20px;
    }

    .title-1-custom-box-2 {
        font-size: 24px;
    }

    .custom-box-2-body-1 p {
        font-size: 15px;        
        word-break: break-word;
    }
}





