:root {
    /*Colors*/
    --primary-color: #1e88e5 ;
    --primary-color-dark: #1565c0 ;
    --primary-color-light: #42a5f5 ;
    --secondary-color: #2e3951 ;
    --secondary-color-dark: #1c2a48 ;
    --secondary-color-light: #45526e ;
    --accent-color: #eea303;
    --accent-color-dark: #ffc400;
    --accent-color-light: #ffe57f;
    --primary-text-color: #212121;
    --primary-light-text-color:#616161;
    /*Others*/
    --font-size: .875rem;
}
html {
    scroll-behavior: smooth;
}

body *, .cuerpo-font{
    font-family: 'Comfortaa', 'sans-serif';
}
h1, h2, h3, h4, h5, h6, .titulo-font, .navbar-nav li > a{
    font-family: 'Roboto Slab', 'serif' !important;
}
a{
    color: var(--primary-color) !important;
}
.special-font{
    font-family: 'Satisfy', 'sans-serif';
}
/*fonts color*/
.primary-text{
    color: var(--primary-color);
}
.primary-text-color{
    color: var(--primary-text-color);
}
.secondary-text{
    color: var(--secondary-color);
}
.primary-dark-text{
    color: var(--primary-color-dark);
}
.accent-text{
     color: var(--accent-color);
 }
 /*Bg colors*/
 .bg-secondary-color{
     background-color: var(--secondary-color);
 }
 .bg-secondary-color-dark{
     background-color: var(--secondary-color-dark);
 }
 .bg-secondary-color-light{
     background-color: var(--secondary-color-light);
 }

.hr-light {
    border-top: 5px solid #fff;
    width: 80px;
}

.hr-primary {
    border-top: 5px solid var(--primary-color-dark);
    width: 80px;
}
.hr-secondary {
    border-top: 5px solid var(--secondary-color);
    width: 80px;
}
.hr-accent {
    border-top: 5px solid var(--accent-color);
    width: 40px;
}

.navbar:not(.top-nav-collapse) {
    background: white !important;
    border-top: 8px solid var(--secondary-color-dark);
}
.navbar.top-nav-collapse {
    background-color: #fff !important;
}
.logo img{
    width: 250px;
    transition-property: width;
    transition-duration: 1s;
}
.navbar.top-nav-collapse .logo img {
    width: 150px;
    transition-property: width;
    transition-duration: 1s;
}
.navbar-nav li > a{
    letter-spacing: 3px;
}
.f-right-top {
    position: fixed;
    right: 6px !important;
    top: 55px;
    padding: 3px;
    z-index: 1040;
}
.top-nav-collapse .f-right-top{
    top: 22px;
}
.f-right-top img{
    height: 20px;
}
.left {
    position: fixed;
    left: -35px;
    top: 200px;
    z-index: 99;
    width: 3.5%;
}
.left .redes {
    position: relative;
    border-radius: 5px;
    max-width: 1180px;
    min-width: 90px;
}
.left .redes li > a > img{
    width: 40px;
}
.navbar-nav li > a:hover, .navbar-nav li.active > a{
    font-weight: 700;
    color: white !important;
    background-color: var(--secondary-color-light) !important;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    border-radius: 4rem;
    padding-left: 11px !important;
}
.navbar-nav li > a:hover{
    color: var(--secondary-color-dark) !important;
    background-color: #e6e6e6 !important;
}


.bg-img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    height: auto;
}
#objetive {
    background-image: url(../img/bg-1.jpg);
}
#founders {
    background-image: url(../img/bg-2.jpg);
}
/*titles*/
.title {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: #c3c3c3 3px 2px 0;
    position: relative;
}

footer.page-footer {
    background-color: #9da4b1;
}


/*Card Container*/
.card-container {
    flex: 300px;
    margin: 30px 10px;
}
.card-container .card {
    font-weight: bold;
    position: relative;
    width: 100%;
    border-radius: 15px!important;
}
.card-container .card a {
    padding: 20px;
    width: 100%;
    height: 330px;
    background: white;
    text-decoration: none;
    display: block;
    transition: 0.25s ease;
    transform: translate(-20px, -20px);
    border: 2px solid #eeeeee;
    border-radius: 15px!important;
}
.card-container .card a .card--hover h2 i {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 7px;
    color: var(--accent-color);
    text-shadow: none !important;
}
.card-container .card a:hover .card--hover h2 i{
    color: white;
    background-color: var(--accent-color) !important;
    box-shadow: 0 0 0 3px var(--accent-color);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.speakers .card-container .card a {
    height: auto !important;
    color: var(--primary-text-color) !important;
}
.card-container .card a .card--display {
    display: none;
}
.card-container .card a .card--hover h2 {
    margin: 20px 0;
}
.card-container .card a .card--hover p {
    font-weight: normal;
    line-height: 1.5;
}
.card-container .card a .card--hover p.link {
    margin: 20px 0 0;
    font-weight: bold;
    color: var(--primary-color);
}
.card-container .card .card--border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed black;
    z-index: -1;
}
.carousel-item img {
    border-radius: 5px;
    border: 5px solid var(--accent-color);
}
#editions .card:hover .card-body.card-body-cascade.text-center {
    background-color: var(--primary-color-dark) !important;
    color: white !important;
}
#editions .card:hover h6.primary-dark-text{
    color:#eeeeee;
}
.links-founders > li > a > i {
    font-size: 1.25rem;
}
.founders:hover{
    background-color: var(--primary-color)!important;
}
.founders:hover h4{
    color: white !important;
}
.founders:hover small, .founders:hover p{
    color: white !important;
}
.founders:hover a{
    color: white !important;
    cursor: pointer;
}
.founders a:hover{
    color: var(--accent-color) !important;
}
.principal:hover{
    background-color: var(--primary-color) !important;
}
.principal:hover h1, .principal:hover h3.primary-dark-text{
    color: white !important;
}

/*Keynote*/
.our-team{ text-align: center; }
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #e6e5e5;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: var(--secondary-color-dark) #e6e5e5 #e6e5e5 var(--secondary-color-dark);
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(350deg); }
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .title{
    font-size: 26px;
    font-weight: bold;
    color: #222;
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
    position: relative;
}
.our-team .title:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-team .post{
    display: block;
    font-size: 10px;
    font-style: italic;
    color: #777;
}
.our-team .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.our-team .icon li{ display: inline-block; }
.our-team .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.our-team .icon li a:hover{
    background: var(--secondary-color-dark);
    color: #fff;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

@media (min-width: 991px) and (max-width: 1024px){
    .f-right-top{
        top:30px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){

    .current-conference h1{
        font-size: 1.5rem!important;
    }
    .current-conference h3{
        font-size: 1rem!important;
    }
}
@media (min-width: 1200px){
    .speakers .card-container .card a{
        height: 270px !important;
    }
}
@media (min-width: 992px)and (max-width: 1199px){
    .speakers .card-container .card a{
        height: 300px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .speakers .card-container .card a{
        height: 380px !important;
    }
    .card-container .card a{
        height: 430px;
    }
    .card-container .card a .card--hover h2 i {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
}
@media (max-width: 991px){
    .f-right-top {
        top: 53px;
        right: 70px !important;
    }
    .top-nav-collapse .f-right-top {
        top: 20px;
    }

}
@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
         background: #fff!important;
     }
}
@media (max-width: 767px) {
    .navbar:not(.top-nav-collapse) {
        background: #fff !important;
    }
    .card-container .card a {
        height: auto;
    }
    .principal{
        z-index: 3;
        margin-top: -1rem;
        margin-right: 2.5rem;
        margin-left: 2.5rem;
    }
}
@media (min-width: 320px) and (max-width: 400px){
    .f-right-top{
        top: 120px;
        right: 10px !important;
    }
    .top-nav-collapse .f-right-top {
        top: 24px;
        right: 70px !important;
    }
}
@media (max-width: 320px){
    .navbar:not(.top-nav-collapse) .navbar-toggler{
        float: right;
        position: absolute;
        z-index: 99;
        top: 40px;
        right: 0;
        background-color: white;
        border-radius: 0px;
    }
}
@media (min-width: 768px){
    .h4-responsive {
        font-size: 115%;
    }
}