/*     POSITIONING     */
#positioning{
    position: relative;
    width: 100%;
    height: 750px;
    background-image: url(../img/positioning/9-bk-36.png);
    background-color: white;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

#positioning-accordions{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#positioning-image, #positioning-content{
    float: left;
    height: 100%;
}

#positioning-image{
    width: 55%;
    position: relative;
    cursor: pointer;
}

#positioning-image img{
    width: 110%;
    position: absolute;
    top: -20px;
}

#keywords-image{
    left: -50px;
}

#awords-image, #maps-image{
    left: -845px;
}

#positioning-content{
    width: 45%;
    display: flex;
    height: 100%;
    align-items: center;
}

#positioning-content .title h2{
    font-size: 55px;
    text-transform: uppercase;
    margin-top: 0;
}

/*  ACORDEÓN  */

.acordeon__contenedor{
	margin: 25px 0px;
}

.acordeon__titulo {
    color: #9747ff;
    /*background: #f9f9f9;*/
    line-height: 50px;
    /* padding: 0 1em; */
    font-size: 16px;
    margin: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
    /* box-shadow: 0 -1px 0 0 #000 inset; */
    /* text-shadow: 1px 1px #000; */
    cursor: pointer;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    background-repeat: no-repeat !important;
    /* text-align: center; */
    font-size: 30px;
}

/*.acordeon__titulo:hover{
    filter: drop-shadow(2px 4px 6px black);
}*/

.acordeon__titulo > div{
	/*background: linear-gradient(to right, rgba(14, 5, 111,0) 27%, rgba(14, 5, 111,1) 47%);*/
	width: 100%;
	height: 100%;
}

.acordeon__titulo label{
    cursor: pointer;
}

.acordeon__contenido {
	display: none;
    margin: 0;
    text-align: left;
    font-size: 25px;
}

.acordeon__contenido li{
	margin: 10px 0px;
}
/*  FIN ACORDEÓN  */

/*     END POSITIONING     */


@media only screen and (max-width: 576px) {
    #positioning{
        height: auto;
    }

    #positioning-content .title h2{
        font-size: 33px;
        text-align: center;
    }

    #positioning-image, #positioning-content{
        float: initial;
        width: 100%;
    }

    #positioning-accordions{
        width: 90%;
        margin: 0 auto;
    }

    #positioning-image{
        height: 270px;
    }

    #positioning-content{
        padding-bottom: 70px;
    }

    #positioning-image img {
        width: 340px;
        top: -45px;
    }

    #keywords-image{
        left: calc(50% - 170px);
    }

    .acordeon__titulo, .acordeon__contenido{
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 577px) and (max-width: 768px){
    #positioning{
        height: auto;
    }

    #positioning-image, #positioning-content{
        float: initial;
        width: 100%;
    }

    #positioning-image{
        height: 360px;
    }

    #positioning-content{
        padding-bottom: 70px;
    }

    #positioning-image img {
        width: 500px;
        top: -80px;
        left: calc(50% - 250px);
    }

    .acordeon__titulo, .acordeon__contenido{
        font-size: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px){
    #positioning{
        height: auto;
    }

    #positioning-image, #positioning-content{
        float: initial;
        width: 100%;
    }

    #positioning{
        height: auto;
    }

    #positioning-image, #positioning-content{
        float: initial;
        width: 100%;
    }

    #positioning-image{
        height: 270px;
    }

    #positioning-content{
        padding-bottom: 80px;
    }

    #positioning-image img {
        width: 400px;
        top: -80px;
        left: calc(50% - 200px);
    }

    .acordeon__titulo{
        font-size: 25px !important;
    }

    .acordeon__contenido{
        font-size: 20px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

}
