/* Media queries */
@media only screen and (max-width: 1125px) {
    section#servicios .service_main {
        width: 100%;
        margin-right: 5%;
    }
    section#servicios .service_extra {
        width: 100%;
    }
    section#servicios .services_nav_list li.active span, .services_nav_list li:hover span {
        padding-bottom: 0;
        background: transparent;
    }
    .servselector.active:after {
        top: 40%;
    }
    .services_nav_list li p {
        width: 90%;
    }
    section#servicios header {
        padding: 50px 0;
    }
    section#servicios .servicios-text p {
        width: 75%;
    }
}
@media only screen and (max-width: 1024px) {
    header nav ul li a {
        padding: 0 15px;
    }
    section#head {
        height: 320px;
    }
    section#nosotros .nosotros-text p {
        width: 80%;
    }
    ul.selectors_wrapper {
        width: 90%;
    }
    .standard_content {
        width: 60%;
    }
    .services_nav_list {
        width: 32%;
    }
    .service_wrapper {
        width: 61%;
    }
    section#contacto .contacto-text p {
        width: 85%;
    }
}
@media only screen and (max-width: 945px) {
    .mobile-menu {
        display:inline-block;
        position: relative;
        float: right;
        top: 15px;
        width: 40px;
        background: transparent;
    }
    a.mobile-menu {
        vertical-align: top;
    }
    header nav {
        width: 100%;
        margin-top: 45px;
    }
    header nav ul {
        display: none;
        width: 100%;
        margin: 130px 0 10px;
    }
    header nav ul li {
        position: relative;
        background: transparent;
        width: 100%;
        display: block;
        padding: 0px 0;
        text-align: center;
        margin: 0;
        margin-right: 0px;
        border-bottom: 1px solid #e7e7e7;
        border-right: 0px solid #e7e7e7;
    }
    header nav ul li:first-child {
        border-top: 1px solid #e7e7e7;
    }
    header nav ul li:last-child {
        border-bottom: 0px solid #e7e7e7;
    }
    header nav ul li a {
        font-size: 18px;
        line-height: 20.298px;
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
        padding: 15px 0px;
    }
    section#head .headm p {
        width: 85%;
    }
    section#nosotros .nosotros-text p {
        width: 90%;
    }
    section#servicios .servicios-text p {
        width: 90%;
    }
    .service_wrapper {
        width: 59%;
    }
}
@media only screen and (max-width: 800px) {
    section#head .headm p {
        width: 100%;
    }
    section#nosotros .nosotros-text p {
        width: 100%;
    }
    section#servicios .servicios-text p {
        width: 100%;
    }
    .standard_content {
        width: 70%;
    }
    .services_nav_list {
        width: 100%;
    }
    .services_nav_list li {
        width: 45%;
        display: inline-block;
        margin: 1%;
    }
    .servselector.active:after {
        content: "";
    }
    .service_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    section#contacto .contacto-text p {
        width: 100%;
    }
    section#contacto .contact-cont {
        width: 100%;
    }
    section#contacto .oficinas-cont {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .bp-hs_inner__item .text {
        top: 15%;
    }
    .bp-hs_inner__item .text h2 {
        font-size: 20px;
    }
    .bp-hs_inner__item .text .line {
        margin: 15px auto;
    }
    .bp-hs_inner__item .text p {
        font-size: 0.9em;
        width: 70%;
    }
}
@media only screen and (max-width: 700px) {
    section#head .headm {
        width: 70%;
    }
    section#nosotros .nosotros-text {
        width: 90%;
    }
    li.selector {
        margin: 15px 1%;
    }
    .standard_content {
        width: 75%;
    }
    section#servicios header {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 530px) {
    section#head .headm {
        width: 90%;
    }
    section#nosotros .nosotros-text {
        width: 100%;
    }
    section#nosotros .nosotros-text p {
        padding: 0;
    }
    .standard_content {
        min-height: 150px;
    }
    section#servicios .servicios-text {
        width: 90%;
    }
    .services_nav_list li {
        width: 100%;
        margin: 1% 0;
        height: 55px;
    }
    section#contacto {
        margin-top: 50px;
    }
    section#contacto .contacto-text {
        width: 100%;
    }
    section#contacto .contacto-text p {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    li.selector {
        width: 100%;
        margin: 5px 0;
    }
    section#enlaces .enlaces-text{
        width: 100%;
    }
    section#enlaces .enlaces-cont figure {
        width: 20%;
        margin: 2%;
    }
    .selector.active:after {
        content: "";
    }
    section#enlaces .enlaces-cont figure {
        width: 45%;
        margin: 4% 1%;
    }
}