body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

.container-fluid {
    padding: 60px 50px;
}

.container2 {
    padding: 1%;
}

.modal-content {
    margin-top: 45%;
}

iframe {
    width: 100%;
    height: 100%;
}

body a {
    text-decoration: none;
    color: #dc6e00;
}

body a:hover {
    color: #dc6e00;
    text-decoration: none;
    font-weight: bold;
}

.menu-wrapper {
    border-bottom: 2px solid #dd7106;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 90px;
    height: 90px;
}

.content-1170 {
    width: 1170px;
}

.content-1170 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.full-width {
    line-height: 0;
}


/* TOP MENU */

.menu-wrapper {
    transition: background-color .2s linear;
    z-index: 99 !important;
    background-color: #646464;
    width: 100% !important;
    top: 0;
    position: fixed;
}

#header-main-menu {
    /* max-width: 1170px;*/
    margin: 0 auto;
    text-align: center;
}

.main-menu.sm-clean {
    background-color: transparent;
}

.main-menu.sm-clean a {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a {
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a {
    color: #fff !important;
}

.main-menu.sm-clean a:hover {
    color: #fff !important;
}

.sm-clean li.active a {
    color: #fff !important;
}

.mob-menu {
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
}


/* END TOP MENU */


/* GENERAL SECTION */

.section {
    position: relative;
    z-index: 1;
}

.section-num {
    overflow: hidden;
    margin-top: 40px;
}

.section-title-holder {
    background-color: #646464;
    width: 370px;
    height: 370px;
    z-index: 2;
}

.section-num span {
    margin-left: -64px;
    color: #dc6e00;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    width: 245px;
    word-break: break-all;
    margin-top: 10px;
    color: white;
    margin-left: 115px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 0;
}

.section-content-holder {
    background: #fff;
    width: 800px;
    padding: 60px 0;
}

.section-content-holder .content-wrapper {
    padding: 0 60px;
}

.section-content-holder.right {
    margin-left: 370px;
}

.section-content-holder.left {
    margin-top: 370px;
}

.section-content-holder .content-title-holder {
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title {
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #221c5a;
}

.extra-content-left {
    width: 800px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-right {
    width: 800px;
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width {
    padding: 100px 0;
}

.section:last-of-type .extra-content-left,
.section:last-of-type .extra-content-right,
.section:last-of-type .extra-content-full-width {
    padding-bottom: 0;
}


/* END GENERAL SECTION */


/* BUTTON TOP */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #dc6e00;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    border: 2px solid transparent;
}

.flag {
    width: 30px;
    margin-top: 10px;
    margin-left: 10px;
}

#myBtn:hover {
    background-color: #646464;
    border: 2px solid #fff;
}


/* END BUTTONT TOP SECTION */


/* HOME SECTION */

.intro-page {
    padding-bottom: 170px;
    min-height: calc(100vh - 170px);
    background-color: #221c5a;
    background-image: url(../images/wallpaper.jpg);
    border-bottom: 10px solid white;
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
}

.top-logo {
    width: 550px !important;
    padding-top: 5%;
    padding-bottom: 60%;
}

h1.big-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 100px;
    color: #000;
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.big-title span {
    display: block;
}

.title-desc {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 333px;
    margin: 0 auto;
    color: #000;
}

.page-template-page-home .intro-page footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* END HOME SECTION */


/* ADMINISTRADORES CONCURSALES SECTION */

#ac {
    background-color: #fff;
    z-index: 9;
}

#ac .section-title-holder {
    background-color: #646464
}

#ac .section-title-holder span {
    color: #dc6e00;
}


/* END ADMINISTRADORES CONCURSALES SECTION */


/* MEDIADORES CONCURSALES SECTION */

#mc {
    background-color: white;
    z-index: 8;
}

#mc .section-title-holder {
    background-color: #646464;
}

#mc .section-title-holder span {
    color: #dc6e00;
}


/* END MEDIADORES CONCURSALES SECTION*/


/* DEFENSA ACREEDORES SECTION */

#da {
    background-color: white;
    z-index: 7;
}

#da .section-title-holder {
    background-color: #646464;
}

#da .section-title-holder span {
    color: #dc6e00;
}

#da .section-content-holder {
    padding-bottom: 0;
}


/* END DEFENSA ACREEDORES SECTION */


/* FORENSIC SECTION */

#fo {
    background-color: white;
    z-index: 6;
}


/* END FORENSIC SECTION */


/* SOBRE CONCURSAL9 SECTION */

#about {
    background-color: white;
    z-index: 4;
}


/* END SOBRE CONCURSAL9  SECTION */


/* CONTACT SECTION */

#contact {
    background-color: white;
    z-index: 3;
}

#contact .section-title-holder {
    background-color: #646464;
}

#contact .section-title-holder span {
    color: #dc6e00;
}

#contact .section-content-holder {
    padding-bottom: 0;
}

.map {
    height: 400px;
}

.map img {
    max-width: none;
    max-height: none;
}

.contact-form {
    max-width: 100%;
    width: 770px;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
}

p.custom-text-class {
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class {
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text],
.contact-form input[type=email] {
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-form textarea {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
}

.contact-form textarea:focus {
    height: 150px;
    overflow: auto;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form input[type=submit] {
    color: #e54b76;
    display: inline-block;
    border: 2px solid #e54b76;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}

.contact-form input[type=submit]:hover {
    color: white;
    background-color: #e54b76;
}

div.contact-form-response-output {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.contact-form-not-valid-tip {
    font-size: 10px;
}


/* END CONTACT SECTION */


/* FOOTER */

footer {
    background-color: #646464;
}

.footer {
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.footer-left,
.footer-right {
    width: 810px;
}

.footer-right {
    margin-left: 370px;
}

.footer a {
    color: #dc6e00;
}

.footer a:hover {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-shadow: -1px 0 #dc6e00, 0 1px #dc6e00, 1px 0 #dc6e00, 0 -1px #dc6e00;
}

.social-footer a {
    margin: 0 10px;
    font-size: 20px;
}


/* END FOOTER */


/* SINGLE PORTFOLIO PAGE */

#portfolio-1 {
    background-color: #221c5a;
    background-image: url("demo-images/background_img_05b.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

#portfolio-2 {
    background-color: #221c5a;
    background-image: url(demo-images/item_background_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.single-portfolio .menu-wrapper {
    display: none !important;
}

.single-portfolio article {
    padding-top: 230px;
}

.single-portfolio article .entry-content {
    background-color: #fff;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.single-portfolio .x-close {
    top: -60px;
    right: -60px;
    background-color: #26276d;
    line-height: 0;
    font-size: 0;
    width: 60px;
    height: 60px
}

.single-portfolio .x-close img {
    opacity: 0.4;
    transition: opacity .2s linear;
    width: 30px;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
}

.service-content {
    margin-right: 9%;
    text-align: justify;
}

.single-portfolio .x-close:hover img {
    opacity: 1;
}

.single-portfolio .entry-content .one {
    padding-left: 100px;
    padding-right: 100px;
}

.single-portfolio .entry-content .one_half {
    width: 435px;
    padding-left: 100px;
}

.single-portfolio .entry-content .one_half.last {
    padding-left: 0;
    padding-right: 100px;
}

.single-portfolio .entry-content h1 {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}


/* END SINGLE PORTFOLIO */


/* RESPONSIVE PART */

@media screen and (max-width: 1270px) {
    .content-1170 {
        width: 960px;
    }
    .one_half {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }
    .one_half {
        width: 46%;
    }
    .section-title-holder {
        width: 250px;
        height: 250px;
    }
    .section-num {
        margin-top: 20px;
    }
    .section-num span {
        margin-left: -35px;
        font-size: 100px;
    }
    .section-title-holder {
        font-size: 80px;
        width: 377px;
        line-height: 66px;
        margin-top: 25px;
        margin-left: 75px;
    }
    .section-content-holder.right {
        margin-left: 250px;
    }
    .section-content-holder.left {
        margin-top: 250px;
    }
    .section-content-holder {
        width: 510px;
    }
    .extra-content-left,
    .extra-content-right {
        width: 710px;
    }
    .extra-content-right {
        margin-left: 250px;
    }
    .service-holder {
        width: 290px;
    }
    .section-content-holder.portfolio-holder {
        width: 710px;
    }
    .grid-item.p_one,
    .grid {
        width: 710px;
    }
    .grid-sizer,
    .grid-item,
    .grid-item.p_one_half {
        width: 355px;
    }
    .portfolio-holder .portfolio-load-more-holder {
        width: 460px;
    }
    .section-content-holder .content-title {
        font-size: 140px;
        margin-top: -56px;
    }
    .member-content-holder {
        width: 275px;
        padding: 50px;
    }
    .member-image-holder {
        width: 335px;
    }
    .image-slider-wrapper.team .image_slider_next {
        right: 260px;
    }
    .blog-item-holder .entry-title {
        width: 240px;
    }
    .single-portfolio .entry-content .one {
        padding-left: 5%;
        padding-right: 5%;
    }
    .single-portfolio .entry-content .one_half {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }
    .single-portfolio .entry-content .one_half.last {
        padding-left: 0;
        padding-right: 5%;
    }
}

@media screen and (max-width: 1100px) {
    .single-portfolio .x-close {
        right: 50%;
        right: calc(50% - 30px);
    }
}

@media screen and (max-width: 1020px) {
    .content-1170 {
        width: 100%;
    }
    .extra-content-left,
    .extra-content-right {
        width: 100%;
        margin-left: 0;
    }
    .single-portfolio article {
        padding-top: 140px;
    }
    .one_half {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .single-portfolio .entry-content .one_half {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }
    .single-portfolio .entry-content .one_half.last {
        padding-left: 5%;
        padding-right: 5%;
    }
    .site-content .one_half,
    .single-portfolio .entry-content div {
        text-align: left;
    }
    .image-slider-wrapper.service a.image_slider_next {
        top: -89px;
        right: 0;
    }
    .section {
        padding-bottom: 150px;
    }
    .section-content-holder.right {
        margin-left: 0;
    }
    .section-content-holder.left {
        margin-top: 0;
    }
    .section-num {
        display: inline-block;
        margin-top: 10px;
    }
    .section-num span {
        font-size: 50px;
        margin-left: -15px;
    }
    .section-title-holder {
        width: 100%;
        height: auto;
        position: relative !important;
        top: 0 !important;
    }
    .section-title-holder {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
        margin-top: 10px;
        font-size: 50px;
        line-height: 100%;
    }
    .section-content-holder {
        width: 100%;
        padding: 30px 0;
    }
    .section-content-holder .content-wrapper {
        padding: 0 5%;
    }
    .service-holder {
        width: 100%;
        display: block;
    }
    .service-content-holder {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }
    .section-content-holder.portfolio-holder {
        width: 100%;
    }
    .grid-item.p_one,
    .grid {
        width: 100%;
    }
    .grid-sizer,
    .grid-item,
    .grid-item.p_one_half {
        width: 50%;
    }
    .portfolio-holder .portfolio-load-more-holder {
        width: 100%;
    }
    .member-content-holder {
        width: 40%;
        padding: 10% 5% 5% 5%;
    }
    .member-image-holder {
        width: 50%;
    }
    .image-slider-wrapper.team .image_slider_next {
        right: 40%;
    }
    .blog-item-holder .entry-title {
        width: 100%;
        display: block;
        padding-top: 20px;
    }
    .blog-item-holder .info {
        width: auto;
    }
    .section-content-holder .content-title-holder {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .section-content-holder .content-title {
        font-size: 19vw;
        margin-top: 0;
    }
    .testimonial-slider-holder {
        width: 90%;
        padding-left: 5%;
    }
}

@media screen and (min-width: 925px) {
    .main-menu {
        display: block !important;
    }
}

@media screen and (max-width: 925px) {
    .intro-page {
        min-height: 0;
    }
    .section {
        position: static !important;
        z-index: 0 !important;
    }
    h1.big-title {
        font-size: 40px;
        padding-top: 0;
    }
    h1.big-title span {
        display: inline;
    }
    .title-desc {
        font-size: 19px;
        line-height: 23px;
    }
    .mob-menu {
        display: block;
    }
    .mob-menu:hover {
        cursor: pointer;
    }
    .portfolio-text-holder {
        display: none !important;
        opacity: 0 !important;
    }
    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
    }
    .main-menu ul {
        width: 12em;
        /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }
    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }
    .main-menu.sm-clean a {
        line-height: 24px;
    }
    .main-menu.sm-clean .sub-menu a {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }
    .carousel_fw_next {
        display: block !important;
    }
    .fw_carousel_pagination {
        display: none !important;
    }
}

@media screen and (max-width: 805px) {
    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea,
    p.custom-field-class,
    #commentform #email,
    #commentform #author,
    #commentform #comment {
        width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    .member-content-holder {
        width: 90%;
        float: none;
    }
    .member-image-holder {
        width: 100%;
        float: none;
    }
    .image-slider-wrapper.team .image_slider_next {
        right: auto;
        left: 30px;
    }
}

@media screen and (max-width: 350px) {
    .section-num {
        margin-top: 9px;
    }
    .section-num span {
        font-size: 35px;
        margin-left: -10px;
    }
    .section-title-holder {
        margin-top: 9px;
        font-size: 35px;
    }
    .image-slider-wrapper.service a.image_slider_next {
        top: -84px;
    }
}