@font-face {
    font-family: 'Berlin Sans FB';
    src: url('/css/fonts/BRLNSR.ttf');
}
@font-face {
    font-family: 'Roboto Bold Condensed';
    src: url('/css/fonts/RobotoCondensed-Bold.ttf');
}
@font-face{
	font-family: 'Roboto Condensed';
	src:  url('/css/fonts/Roboto-Black.ttf');
}

.texto-desplegable-faqs p {
    color:#000000;
    font-size: 16px;
    line-height: 22px;
}
span,h1 {
    color:#000000;
}
body{
    background-color: #F1F1F1;
}
#cookiescript_injected span {
    color: #fff;
}
#container-desplegables-faqs ul li{
    color: #000000;
    font-size: 16px;
}
/*#faqsB, #faqsC, #faqsD, #faqsE, #faqsF {*/
/*    display:none;*/
/*}*/
#opciones-faqs{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 25px;
    text-align: left;
    
}
#opciones-faqs span {
    font-size: 20px;
    line-height: 22px;
    margin:16px 0;
    font-family: 'Roboto';
    cursor: pointer;
}

#titulo-faqs{
    margin: 49px 7% 14px;
    color: #000;
}
 .entrada-faqs {
    color: #000;
    margin: 0px 7% 14px;
 }
 .entrada-faqs p {
    font-size: 16px;
    line-height: 19px;
 }
#titulo-faqs h1 {
    margin: 0;
    font-family: 'Roboto Bold Condensed';
}
#container-faqs {
    margin: 0 7% 13%;
}
.desplegable-faqs {
    margin-bottom: 15px;
}
.opcion-seleccionada-faqs {
    color:#E60881;
}
.texto-desplegable-faqs {
    transition:0.8s;
    overflow: hidden;
    /*padding: 6% 4% 0% 6%;*/
    max-height: 0;
}
.texto-desplegable-faqs p{
    padding: 6% 4% 0% 6%;
}

.titulo-desplegable-faqs{
    width: 100%;
    height: 71px;
    background-color:#FFFFFF;
    border: 0px;
    display: flex;
    flex-direction: row;
    padding: 0 11px 0 20px;
    font-family:'Roboto';
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.titulo-desplegable-faqs:after {
    content: "";
    background-image: url("/img/layout/icons/+.svg");
    -o-background-size:cover; 
    -moz-background-size:cover; 
    -webkit-background-size:cover;
    background-size: contain;
    height: 18px;
    background-position-y: center;
    width: 18px;
    background-repeat: no-repeat;
}
.desplegable-faqs .active:after{
    content: "";
    background-image: url("/img/layout/icons/-.svg");
    -o-background-size:cover; 
    -moz-background-size:cover; 
    -webkit-background-size:cover;
    background-size: contain;
    height: 18px;
    background-position-y: center;
    width: 18px;
    background-repeat: no-repeat;
}
.hollow {
    display: none;
    margin-bottom: 0px;
}
.titulo-desplegable-faqs label {
    position: relative;
    width: 88%;
    display: flex;
    text-align: start;
    cursor:pointer;
}
.caja-desactivada {
    display: none;
}
.caja-activada {
    display: block;
}

@media (min-width: 700px) {
    #opciones-faqs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #opciones-faqs span {
        width: 50%;
    }
    .caja-activada {
        display: block;
    }
}

@media (min-width: 1200px) {
    main {
        max-height: 185vh;
    }
    #container-desplegables-faqs{
        width: 100%;
    }
    #container-faqs {
        display: flex;
    }
    #opciones-faqs {
        display: flex;
        flex-wrap: wrap;
        width: 42%;
        flex-direction: column;
    }
    #opciones-faqs span {
        width: 100%;
    }
    #opciones-faqs span:hover {
        color: #E60881;
    }
    #titulo-faqs {
        /*margin: 49px 7% 45px;*/
        margin: 49px 0 14px 32.5%;
        width: 64%;
    }
    #titulo-faqs h1 {
        /*text-align: center;*/
        /*right: 17%;*/
        /*right: -3%;*/
        position: relative;
    }
    .entrada-faqs {
        position: relative;
        margin: 0 0 14px 32.5%;
        width: 61%;
    }
    .cajaIzquierda, .cajaDerecha {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-right: 14px;
    }
    .caja-activada {
        display: flex;
        width: 100%;
        flex-direction: row;
    }
    .desplegable-faqs {
        margin-bottom: 15px;
        margin-right: 14px;
        width: 100%;
    }
}
@media(min-width:1900px){
    main {
        max-height: 124vh;
    }
}