body{font-family: 'Outfit', sans-serif; font-weight:300;}
h1, h2{font-weight: 700;}

/*Variables*/
:root {
    --text-extra-color: #F23005;
    --button-bg-color: #30894c;
    --button-bg-color-hover: #006900;
    --border-radius: 6px;
    --border-radius-button: 0px;
}

h1 span,h2 span, h3 span{color: var(--text-extra-color);}

#big-container{
    min-height: 100vh;
    width: 100%;
}
#searcher{
    min-height: 20vh;
}
.icon_before{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
}
#search_input{
    padding-left: 40px;
}
.button{
    opacity: 1;
    margin-top: 10px;
    transition: 0.2s;
}
.button:hover{
    opacity: 0.7;
    margin-top: -4px;
    transition: 0.2s;
}

.hide{
    display: none;
}

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

/*Mis estilos*/
.img-face{
    margin-top: -30px;
    margin-bottom: -30px;
}

.bk_gray{
    background-color: #DEE3E4 ;
}
.min_h{
    min-height: 50vh;
}

.ico_left{
    background: url('../img/ico_est.png') no-repeat left center;
    background-size: 36px;
    padding-left: 52px;
}

span.pin{
    background: url('../img/ico_pin.png') no-repeat left center;
    background-size: 20px;
    padding-left: 21px;
}

span.mail{
    background: url('../img/ico_mail.png') no-repeat left center;
    background-size: 20px;
    padding-left: 27px;
}

span.phone{
    background: url('../img/ico_phone.png') no-repeat left center;
    background-size: 20px;
    padding-left: 23px;
}

.bk_black{
    background-color: #000000;
}

.back-22{
    background: url('../img/fondo_2022.png') no-repeat fixed;
    background-size: cover;
    background-position: center;

    /*  filter: blur(8px);
    -webkit-filter: blur(8px);*/

    padding: 20px 0px;
    min-height: 25vh;
}

.color{
    color: #30894c !important;
}

.color_white{
    color: #ffffff !important;
}
.gradient_color{
    color: #4ab7a3;  
}

.gradient_color span{
    color: #4ab7a3;
}

.menu_top{
    line-height: 80px;
}
.menu_top .logo img{
    max-height: 80px;
}
.menu_top a{
    color: #999999;
}
.menu_top a:hover{
    color: #000000;
}

.speech-title{
    font-weight: bold;
    font-size: 1.2em;
    color: #4d4d4d;
}

/*Bootstrap perso*/
.btn.btn-primary{
    background-color: #4ab7a3;
    border-color: #4ab7a3;
    color: #fff;
    font-size: 1.5rem;
}
.btn.btn-primary:hover{
    background-color: #fff;
    border-color: #fff;
    color: #4ab7a3;
}
.btn.btn-dark {
    background-color: #4d4d4d;
}
.btn.btn-dark:hover{
    color: #B3B3B3;
}

.btn.btn-ss{
    background-color: var(--button-bg-color);
    border-color: var(--button-bg-color);
    color: #ffffff;
}

.btn.btn-ss:hover{
    background-color: var(--button-bg-color-hover);
    border-color: var(--button-bg-color-hover);
    color: #ffffff;
}

.img-260{
    width: 260px;
}

/*2024*/

.portada {
    padding-top: 10px;
    background: rgb(1,1,1);
    background: linear-gradient(90deg, rgba(1,1,1,1) 0%, rgba(6,10,10,1) 50%, rgba(77,184,165,1) 100%);
}

.bg-logo{
    background-color: rgba(157, 171, 174, 0.6);
    padding: 20px 0px;
}

h2{
    font-size: 3rem;
}

h3{
    font-size: 2rem;
    color: #4ab7a3;
}

.sub-title{
    font-weight: 100;
    font-size: 1.5rem;
    color: #4d4d4d;
}

.sub-title b{
    font-weight: 700;
}

p{
    font-weight: 100;
    font-size: 1rem;
    color: #4d4d4d;
}

p b{
    font-weight: 700;
}

a{
    color: #4d4d4d;
}

.bg-world-1 {
    background-image: url(../img/world_bg.png);
    background-size: 100% auto;
    background-position: 0px 170px;
    background-repeat: no-repeat;
}
.bg-world-2 {
    background-image: url(../img/world_bg.png);
    background-size: 100% auto;
    background-position: 0px -921px;
    background-repeat: no-repeat;
}

.form-control, .form-select {
    background-color: #DEE3E4;
    border: none;
}

.ponentes-c{
    margin-bottom: 20px;
}

.ponentes-c p{
    margin: 0px;
}

h3.ediciones {
    font-weight: 700;
}

.hora{
    color: #666666;
}

.speech-title.break {
    font-weight: 100;
}

p.programa{
    font-size: 24px;
}

p.programa a{
    color: #4ab7a3;
    text-decoration: underline;
    cursor: pointer;
} 

.progrma {
    padding: 10px 20px;
}

.progrma p {
    font-size: 24px;
}

.progrma.blue {
    background-color: #DDE9EE;
}

.progrma.grey {
    background-color: #F6F6F6;
}

@media (max-width: 576px) {
    .img-face{
        margin-top: 0px;
        margin-bottom: -30px;
    }
    
    h2{
        font-size: 2rem;
    }
}
