section.espacialidades-single {
    background: linear-gradient(90deg, #F9F9F9 50%, #FFFFFF 50%);
    margin-bottom: 50px;
}


section.espacialidades-single .sidebar {
    padding-top: 100px;
    padding-left: 50px;
    font-family: 'Noto Sans', sans-serif;
}

section.espacialidades-single .sidebar .sidebar-title {
    color: #707070;
    font-size: 17px;
    font-style: italic;
}

section.espacialidades-single .sidebar .select {
    position: relative;
    display: inline-block;
    margin: 30px 0;
    width: 100%;
}

section.espacialidades-single .sidebar .select:after {
    content: "";
    width: 40vw;
    position: absolute;
    height: 3px;
    background-color: #125A47;
    right: 0;
    bottom: -5px;
}

section.espacialidades-single .sidebar .select select {
    background: none;
    border: none;
    color: #707070;
    font-size: 20px;
    padding: 5px 30px 5px 0;
    width: 200px;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    width: 100%;
}

section.espacialidades-single .sidebar .select:before {
    width: 24px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='15px' %3E%3Cpath fill='%23125A47' d='M23.4,0.7c-0.4-0.4-1-0.7-1.5-0.7c0,0,0,0,0,0c-0.6,0-1.1,0.2-1.5,0.7L12,9.4L3.7,0.7C3.3,0.2,2.8,0,2.2,0c0,0,0,0,0,0 C1.6,0,1.1,0.2,0.6,0.7C0.2,1.1,0,1.7,0,2.3c0,0.6,0.2,1.2,0.6,1.6l9.8,10.4c0.4,0.4,1,0.7,1.5,0.7c0.6,0,1.1-0.2,1.5-0.7l9.8-10.4 C24.2,3,24.2,1.6,23.4,0.7z'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 14px;
}

section.espacialidades-single .sidebar .list-items {

}

section.espacialidades-single .sidebar .list-items h2 {
    font-size: 17px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
    margin: 0;
}

section.espacialidades-single .sidebar .list-items ul {
    padding: 0;
    list-style: none;
}

section.espacialidades-single .sidebar .list-items ul h3 {
    margin: 0;
}

section.espacialidades-single .sidebar .list-items ul h3 a {
    color: #707070;
    font-size: 17px;
    font-style: italic;
    line-height: 35px;
}

section.espacialidades-single h1 {
    font-size: 46px;
    color: #125A47;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    padding-left: 50px;
    margin-top: 90px;
}

section.espacialidades-single .the-content {
    padding: 30px;
    padding-left: 50px;
}


section.espacialidades-single .the-content p {
    font-size: 22px;
    font-style: italic;
    line-height: 40px;
    color: #2F3443;
    font-family: 'Noto Sans', sans-serif;
}

section.espacialidades-single  .content {
    display: none;
}

section.espacialidades-single .content:nth-of-type(1) {
    display: block;
}

@media (max-width: 991px) {
    section.espacialidades-single .sidebar .select select {
        width: calc( 100vw - 110px );
        padding-right: 30px;
        margin-left: 30px;
    }
    section.espacialidades-single {
        background: none;
    }
    section.espacialidades-single h1 {
        font-size: 36px;
    }
    section.espacialidades-single .sidebar {
        padding: 15px;
    }
}


@media (max-width: 480px) {
    section.espacialidades-single .sidebar .select select {
    	width: calc( 100vw - 60px );
        margin-left: 0;
        font-size: 18px;
    }
    section.espacialidades-single .content {
        width: 100%;
    }

    section.espacialidades-single h1 {
        margin-top: 30px;
        padding: 0;
        font-size: 22px;
    }
    section.espacialidades-single .sidebar .list-items h2 {
        font-size: 16px;
    }
    section.espacialidades-single .sidebar .list-items ul h3 a {
        font-size: 14px;
    }


}