html,
body{
    background-color: #F0F0F0;
    font-family: museo_sans300;    
}

/*Clases generales*/
.alto100{
	height: 100%;
}
*{
	box-sizing: border-box
}
section{
    margin-top: -1px;
}


#gallery::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#gallery::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#gallery::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.title-big{
    font-size: 48px;
    margin-bottom: 1em; 
}
.title-medium{
    font-size: 32px;
    margin-bottom: 1em; 
}
.title-small{
    font-size: 24px;
    margin-bottom: 1em; 
}

.title-bold{
    font-weight: bold;
    font-family: museo_sans900;
}
.title-light{
    font-weight: light;
    font-family: museo_sans100;
}

.bg-amarillo{
    background-color: #F1C84D;
}
.bg-verde{
    background-color: #67AD5D;
}
.bg-azul{
    background-color: #29327E;
}
.bg-blanco{
    background-color: #ffffff;
}
.color-amarillo{
    color: #F1C84D;
}
.color-verde{
    color: #67AD5D;
}
.color-azul{
    color: #29327E;
}
.color-blanco{
    color: #ffffff;
}

/*Info logos*/
.section-logos{
    margin-bottom: 24px;    
}
.section-logos .container{
    border-radius: 0 0 32px 32px;
}

/*Menú*/
nav .container{
    border-radius: 16px;
}
nav .nav-item{}
nav .nav-item a{
    font-size: 18px;
    color: #fff;
    font-family: museo_sans500;
}

/*Slider*/

/*Nueva prueba*/
.container-gallery{
    height: 700px;
    aspect-ratio: 1.5 / 1;
    display: flex;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.container-gallery:has(.img-g.active) .img-g:not(.active){
    filter: grayscale(100%);
    opacity:0.6;
}


.img-g{    
    height: 100%;
    width: calc(100% / 6);
    object-fit: cover;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
    cursor: pointer;
}
.img-g.active{
    height: 100%;
    width: 590px;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.32, 0, 0.67, 0);
    cursor: pointer;
}

.link-afiche{
    display: none;
    position: absolute;
    left: 0;
    background-color: #F1C84D;
    width: 100%;
    bottom: 0;
    padding: 8px 0;
}
.link-afiche a{
    font-size: 16px;
    font-family: museo_sans700;
    color: #29327E;
    text-decoration: none;
}

.img-g-1.img-g.active + .link-afiche-1{
    display: block!important;
}

.img-g-2.img-g.active + .link-afiche-2{display: block!important;}
.img-g-3.img-g.active + .link-afiche-3{display: block!important;}
.img-g-4.img-g.active + .link-afiche-4{display: block!important;}
.img-g-5.img-g.active + .link-afiche-5{display: block!important;}
.img-g-6.img-g.active + .link-afiche-6{display: block!important;}

/*Section Main*/

.section-info-main{
    background-image: url(../img/bg-practicas-machistas.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.box-parrafo{
    border-top:1px solid rgba(41, 50, 126, 0.2);
    border-bottom:1px solid rgba(41, 50, 126, 0.2);
}

/*Estadísticas*/
.section-estadisticas{
    background-color: #29327E;
    background-image: url(../img/bg-circle.png);
    background-position: center 200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-estadisticas{
    border:1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 1em;
    min-height: 250px;
}
.box-estadisticas span{
    font-size: 64px;
    color: #F1C84D;
}
.box-estadisticas p{
    font-size: 17px;
    color: #D0D0D0;
}
.info-estadisticas{
    color: #fff;
}
.info-estadisticas h3{
    font-size: 48px;
    font-family: museo_sans100;
}
.info-estadisticas p{
    font-size: 20px;
    font-family: museo_sans300;
    text-align: justify;
}

/*Machometro*/
.section-info-machometro{
    /*background-color: #fff;*/
    height: 100vh;
}
.box-indicaciones{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1.5em;
    border-radius: 1em;
    color: white;
    font-size: 1.2em;
    margin-top: 1em;
}
.section-machometro{
    background-image: url(../img/bg-machista.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.box-preguntas{
    text-align: center;
}
.numero-pregunta{
    font-size: 28px;
    font-family: museo_sans900;
    color: #29327E;
}
.numero-pregunta span{
    width: 64px;
    height: 64px;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
    line-height: 64px;
}

.texto-pregunta{
    font-size: 28px;
    font-family: museo_sans900;
    color: white;
}
.box-resultado span{
    display: inline-block;
    border-radius: 32px;
    background-color: white;
    color: #56B861;
    font-size: 24px;
    font-family: museo_sans900;
    padding: 0.2em 1em;
    margin-top: -1.3em;
}

.respuesta-pregunta{}


.btn-pregunta{
    background-color: #14ae9b;
    color: #fff;
    font-size: 28px;
    font-family: museo_sans900;
    background-image: url(../img/icon-btn.png);
    background-repeat: no-repeat;
    background-position: 25% center;
    display: block;
    width: 300px;
    margin: 0.5em auto;
    text-align: left;
    transition: all 0.25s ease;
}
.btn-pregunta:hover{    
    background-position: 80% center;
    background-color: #374294;
    color: white;
}

/*Terminar con el machismo es tarea de todos los hombres*/
.section-tarea-todos{
background: rgb(41,71,104);
background: -moz-linear-gradient(180deg, rgba(41,71,104,1) 0%, rgba(81,143,224,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(41,71,104,1) 0%, rgba(81,143,224,1) 100%);
background: linear-gradient(180deg, rgba(41,71,104,1) 0%, rgba(81,143,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#294768",endColorstr="#518fe0",GradientType=1);
}

/*Experiencias*/
.section-experiencias{
    background-image: url(../img/bg-experiencias.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/*Servicios*/
.section-servicios{
    background-color: #FFFCF1;
}
.box-servicios{}
.box-servicios .box-servicios-img{
    position: relative;
}
.box-servicios .box-servicios-img img{
    width: 100%
}
.box-servicios .box-servicios-img span{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    font-family: museo_sans900;
    color: #F1C84D;
}
.box-servicios .box-servicios-content{
    border-radius: 16px;
    border-left: 1px solid #29327E;
    border-bottom: 1px solid #29327E;
    min-height: 210px;
}
.box-servicios .box-servicios-content .icon{}
.box-servicios .box-servicios-content p{
    font-size: 16px;
    color: #373736;
}

/*Footer*/
footer{
    background: rgb(41,50,126);
    background: -moz-linear-gradient(0deg, rgba(41,50,126,1) 0%, rgba(41,77,124,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(41,50,126,1) 0%, rgba(41,77,124,1) 100%);
    background: linear-gradient(0deg, rgba(41,50,126,1) 0%, rgba(41,77,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29327e",endColorstr="#294d7c",GradientType=1);
}
.list-group{
    padding-left: 1em;
}
.list-group-item{
    background-color: transparent!important;
    border:none;
}

/*Machometro*/
.machometro{
    background: #00AF9B;
    background: linear-gradient(180deg, rgba(0, 175, 155, 1) 0%, rgba(46, 64, 151, 1) 100%);
    /*height: 100vh;*/
}
.section-preguntas .container{
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 32px 32px 0 0 ;
}
.btn-horizonal{
    display: flex;
    align-items: center;
}

.btn-atras{
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline
}

/*Galería*/



/*Video gallery*/
video {background:white;}
.containervideo {min-width:1200px; 
padding-top:0;
}
.containervideo .slideWrap {overflow:hidden !important; 
min-width:1200px; 
margin:45px 0 0;
}
.containervideo .bx_flicking {overflow:hidden !important; 
position:relative; 
width:1200px; 
margin:0 auto;
}
.containervideo .bx_flicking:after {display:block; 
clear:both; 
content:'';
}
.containervideo .bx_flicking .bx-wrapper {float:left; 
overflow:hidden !important; 
position:relative; 
width:100%; 
height:540px;
}
.containervideo .bx_sliders01 li video[poster] {
    width:850px;
    height:500px;
}
.containervideo .bx_sliders01 li[aria-hidden="true"] video {width:0;
}
.containervideo .bx_flicking .bx_flicking_title {display:block; 
overflow:hidden; 
height:25px; 
margin:0 0 15px; 
font-weight:normal; 
font-size:20px; 
line-height:23px; 
color:#222; 
white-space:nowrap; 
text-overflow:ellipsis;
}
.containervideo .bx_flicking .bx_flicking_title .bx_flicking_label {display:inline-block; 
height:25px; 
padding:0 6px; 
margin:0 5px 0 0; 
background:#7a2cdb; 
font-size:16px; 
line-height:23px; 
color:#fff;
}
.containervideo .bx_pager {float:right; 
width:100%; 
height:540px;
}
.containervideo .bx_pager_total {display:block; 
height:25px; 
margin:0 0 15px; 
font-size:16px; 
line-height:25px; 
color:#222; 
}
.containervideo .bx_pager_total > b {color:#7a2cdb;
}
.containervideo .bx_pager_inner {overflow-x:hidden; 
overflow-y:auto; 
position:relative; 
width:230px; 
height:500px; 
padding:10px 15px; 
background:#f5f5f5; 
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.containervideo .bx_pager .bx_pager_item {display:block; 
position:relative; 
min-height:120px; 
margin:15px 0 0;
text-decoration: none;
}
.containervideo .bx_pager .bx_pager_item .bx_pager_thumb {display:inline-block; 
position:absolute; 
left:0; 
top:0; 
z-index:1; 
width:200px; 
height:140px;
}
.containervideo .bx_pager .bx_pager_item .bx_pager_thumb > img {width:100%;
}
.containervideo .bx_pager .bx_pager_item .bx_pager_text {padding:0 0 0 130px; 
font-size:14px; 
line-height:20px; 
letter-spacing:-0.5px; 
text-align:left; 
color:#29327E; 
word-wrap:break-word; 
word-break:keep-all;
text-decoration:none;
}
.containervideo .bx_pager .bx_pager_item .bx_pager_turn {display:block;
}
.containervideo .bx_pager .bx_pager_item:hover,
.containervideo .bx_pager .bx_pager_item:active,
.containervideo .bx_pager .bx_pager_item:focus,
.containervideo .bx_pager .bx_pager_item.active {font-weight:bold; color:#000; text-decoration:none;
}



@media screen and (max-width: 29em) {
    .section-estadisticas{
        background-position: center 860px;
    }
    .title-big{
        font-size: 3em;
    }
    .section-info-main{
        background-position: top left;
    }
    .box-parrafo p{
        color: white;
        font-size: 20px;
    }
    .section-machometro p{
        font-size: 20px;
    }
    .navbar .container{
        padding: .5em;
    }
    .navbar-nav{
        gap: 0.5rem!important;
    }
    .navbar-toggler{
        border:none;
    }
    .containervideo {
        min-width: 300px;
    }
    .containervideo .slideWrap{
        min-width: 300px;
    }
    .containervideo .bx_flicking{
        width: 280px;
    }
    .containervideo .bx_sliders01 li video[poster] {
        width: 250px;
        height:500px;
    }
    .containervideo .bx_sliders01 li {
        width: 100%;
    }
}

@media screen and (min-width: 30em) {
    .section-estadisticas{
        background-position: center 500px;
    }
    .containervideo .bx_sliders01 li video[poster]{
        width: 530px;
    }

}
@media screen and (min-width: 48em) {
    .section-estadisticas{
        background-position: center 500px;
    }

}
@media screen and (min-width: 60em) {
    .section-estadisticas{
        background-position: center 200px;
    }

}
