.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b54bt {
    text-align: center;
}
.b54bt .g-btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.b54bt .g-btn:first-child {
    margin-right: 30px;
}
@media screen and (max-width: 480px) {
    .b54bt .g-btn {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    .b54bt .g-btn:first-child {
        margin-right: auto;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.g-title {
    text-align: center;
}
.g-title h2 {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 0;
    color: #000;
}
.g-title.linear h2 {
    position: relative;
    font-size: 31px;
    font-family: 'Gotham-Black', sans-serif;
}
.g-title.linear h2:after {
    content: '';
    position: absolute;
    top: -110px;
    left: 0px;
    right: 0px;
    width: 1px;
    height: 90px;
    margin: auto;
    background-color: #000;
}
@media screen and (max-width: 640px) {
    .g-title h2 {
        font-size: 26px !important;
    }
    .g-title.linear h2:after {
        top: -70px;
        left: 0px;
        right: 0px;
        width: 1px;
        height: 50px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.g-btn a,
.g-btn button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 53px;
    line-height: 53px;
    padding: 0px 20px;
    border-radius: 5px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g-btn a span,
.g-btn button span {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.g-btn a span:after,
.g-btn button span:after {
    content: "\e908";
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-left: 15px;
}
.g-btn.negro a span,
.g-btn.negro button span {
    color: #000;
}
.g-btn.negro a span:after,
.g-btn.negro button span:after {
    content: none;
}
.g-btn.negro a span:before,
.g-btn.negro button span:before {
    content: "\e902";
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-right: 15px;
}
.g-btn.white a span,
.g-btn.white button span {
    color: #fff;
}
.g-btn.orange a span,
.g-btn.orange-3 a span,
.g-btn.orange button span,
.g-btn.orange-3 button span {
    color: #ff661b;
}
.g-btn.orange-2 a span,
.g-btn.orange-2 button span {
    color: #ff661b;
}
.g-btn.orange-2 a span:after,
.g-btn.orange-2 button span:after {
    content: none;
}
.g-btn.orange-2 a span:before,
.g-btn.orange-2 button span:before {
    content: "\e91c";
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-right: 15px;
}
.g-btn.bg-negro a,
.g-btn.bg-negro button {
    background-color: #000;
    border: 1px solid #000;
}
.g-btn.bg-negro a span,
.g-btn.bg-negro button span {
    color: #fff;
}
.g-btn.bg-naranja a,
.g-btn.bg-naranja button {
    border: 1px solid #ff661b;
    background-color: #ff661b;
}
.g-btn.bg-naranja a span,
.g-btn.bg-naranja button span {
    color: #fff;
}
.g-btn.bg-gray a,
.g-btn.bg-gray button {
    border: 1px solid #808080;
    background-color: #808080;
}
.g-btn.bg-gray a span,
.g-btn.bg-gray button span {
    color: #fff;
}
.g-btn.bg-gray a span:after,
.g-btn.bg-gray button span:after {
    content: '\e915';
}
.g-btn.bg-gray-2 a,
.g-btn.bg-gray-2 button {
    border: 1px solid #808080;
    background-color: #808080;
}
.g-btn.bg-gray-2 a span,
.g-btn.bg-gray-2 button span {
    color: #fff;
}
.g-btn.bg-gray-2 a span:before,
.g-btn.bg-gray-2 button span:before {
    content: '\e909';
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-right: 15px;
}
.g-btn.bg-gray-2 a span:after,
.g-btn.bg-gray-2 button span:after {
    content: none;
}
.g-btn.bg-orange-3 a,
.g-btn.bg-orange-3 button {
    border: 1px solid #ff661b;
    background-color: #ff661b;
}
.g-btn.bg-orange-3 a span,
.g-btn.bg-orange-3 button span {
    color: #fff;
}
.g-btn.bg-orange-3 a span:before,
.g-btn.bg-orange-3 button span:before {
    content: '\e909';
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-right: 15px;
}
.g-btn.bg-orange-3 a span:after,
.g-btn.bg-orange-3 button span:after {
    content: none;
}
.g-btn.bg-white a,
.g-btn.bg-white button {
    border: 1px solid #fff;
    background-color: #fff;
}
.g-btn.bg-white a span,
.g-btn.bg-white button span {
    color: #ff661b;
}
@media screen and (min-width: 1025px) {
    .g-btn a:hover span,
    .g-btn button:hover span {
        color: #4c4b4b;
    }
    .g-btn a:hover span::after,
    .g-btn button:hover span::after,
    .g-btn a:hover span:before,
    .g-btn button:hover span:before {
        -webkit-animation-name: hvr-wobble-horizontal;
        -webkit-animation-name: hvr-wobble-horizontal;
        -moz-animation-name: hvr-wobble-horizontal;
        -o-animation-name: hvr-wobble-horizontal;
        -ms-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .g-btn.bg-negro a:hover,
    .g-btn.bg-naranja a:hover,
    .g-btn.bg-gray a:hover,
    .g-btn.bg-white a:hover,
    .g-btn.bg-negro button:hover,
    .g-btn.bg-naranja button:hover,
    .g-btn.bg-gray button:hover,
    .g-btn.bg-white button:hover {
        background: transparent;
    }
    .g-btn.bg-negro a:hover span,
    .g-btn.bg-negro button:hover span {
        color: #000;
    }
    .g-btn.bg-naranja a:hover span,
    .g-btn.bg-naranja button:hover span {
        color: #ff661b;
    }
    .g-btn.bg-gray a:hover span,
    .g-btn.bg-gray button:hover span {
        color: #808080;
    }
    .g-btn.bg-white a:hover span,
    .g-btn.bg-white button:hover span {
        color: #fff;
    }
    .g-btn.white a:hover span,
    .g-btn.orange a:hover span,
    .g-btn.negro a:hover span,
    .g-btn.orange-2 a:hover span,
    .g-btn.white button:hover span,
    .g-btn.orange button:hover span,
    .g-btn.negro button:hover span,
    .g-btn.orange-2 button:hover span {
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
    }
    .g-btn.white a:hover span,
    .g-btn.white button:hover span {
        color: #fff;
    }
    .g-btn.orange a:hover span,
    .g-btn.orange-2 a:hover span,
    .g-btn.orange button:hover span,
    .g-btn.orange-2 button:hover span {
        color: #ff661b;
    }
    .g-btn.bg-gray-2 a:hover,
    .g-btn.bg-gray-2 button:hover {
        background-color: transparent;
    }
    .g-btn.bg-gray-2 a:hover span,
    .g-btn.bg-gray-2 button:hover span {
        color: #808080;
    }
    .g-btn.bg-orange-3 a:hover,
    .g-btn.bg-orange-3 button:hover {
        background-color: transparent;
    }
    .g-btn.bg-orange-3 a:hover span,
    .g-btn.bg-orange-3 button:hover span {
        color: #ff661b;
    }
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -o-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -o-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-moz-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -o-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -o-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -o-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -o-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -o-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -o-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        -o-transform: translateX(8px);
        -ms-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -o-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        -webkit-transform: translateX(1px);
        -moz-transform: translateX(1px);
        -o-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.g-form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.g-form {
    font-size: 0;
}
.g-form input:not([type]),
.g-form input[type=text],
.g-form input[type=password],
.g-form input[type=email],
.g-form input[type=url],
.g-form input[type=time],
.g-form input[type=date],
.g-form input[type=datetime],
.g-form input[type=datetime-local],
.g-form input[type=tel],
.g-form input[type=number],
.g-form input[type=search],
.g-form textarea {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    height: 2rem;
    font-size: 1rem;
    margin: 12px 0 0px 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    color: #fff;
}
.g-form input:not([type]) + label,
.g-form input[type=text] + label,
.g-form input[type=password] + label,
.g-form input[type=email] + label,
.g-form input[type=url] + label,
.g-form input[type=time] + label,
.g-form input[type=date] + label,
.g-form input[type=datetime] + label,
.g-form input[type=datetime-local] + label,
.g-form input[type=tel] + label,
.g-form input[type=number] + label,
.g-form input[type=search] + label,
.g-form textarea + label {
    position: absolute;
    top: 22px;
    left: 0;
    color: #fff;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.g-form input:not([type]):focus + label,
.g-form input[type=text]:focus + label,
.g-form input[type=password]:focus + label,
.g-form input[type=email]:focus + label,
.g-form input[type=url]:focus + label,
.g-form input[type=time]:focus + label,
.g-form input[type=date]:focus + label,
.g-form input[type=datetime]:focus + label,
.g-form input[type=datetime-local]:focus + label,
.g-form input[type=tel]:focus + label,
.g-form input[type=number]:focus + label,
.g-form input[type=search]:focus + label,
.g-form textarea:focus + label {
    top: 0px;
}
.g-form input:not([type]):-webkit-autofill,
.g-form input[type=text]:-webkit-autofill,
.g-form input[type=password]:-webkit-autofill,
.g-form input[type=email]:-webkit-autofill,
.g-form input[type=url]:-webkit-autofill,
.g-form input[type=time]:-webkit-autofill,
.g-form input[type=date]:-webkit-autofill,
.g-form input[type=datetime]:-webkit-autofill,
.g-form input[type=datetime-local]:-webkit-autofill,
.g-form input[type=tel]:-webkit-autofill,
.g-form input[type=number]:-webkit-autofill,
.g-form input[type=search]:-webkit-autofill,
.g-form textarea:-webkit-autofill,
.g-form input:not([type]):-webkit-autofill:hover,
.g-form input[type=text]:-webkit-autofill:hover,
.g-form input[type=password]:-webkit-autofill:hover,
.g-form input[type=email]:-webkit-autofill:hover,
.g-form input[type=url]:-webkit-autofill:hover,
.g-form input[type=time]:-webkit-autofill:hover,
.g-form input[type=date]:-webkit-autofill:hover,
.g-form input[type=datetime]:-webkit-autofill:hover,
.g-form input[type=datetime-local]:-webkit-autofill:hover,
.g-form input[type=tel]:-webkit-autofill:hover,
.g-form input[type=number]:-webkit-autofill:hover,
.g-form input[type=search]:-webkit-autofill:hover,
.g-form textarea:-webkit-autofill:hover,
.g-form input:not([type]):-webkit-autofill:focus,
.g-form input[type=text]:-webkit-autofill:focus,
.g-form input[type=password]:-webkit-autofill:focus,
.g-form input[type=email]:-webkit-autofill:focus,
.g-form input[type=url]:-webkit-autofill:focus,
.g-form input[type=time]:-webkit-autofill:focus,
.g-form input[type=date]:-webkit-autofill:focus,
.g-form input[type=datetime]:-webkit-autofill:focus,
.g-form input[type=datetime-local]:-webkit-autofill:focus,
.g-form input[type=tel]:-webkit-autofill:focus,
.g-form input[type=number]:-webkit-autofill:focus,
.g-form input[type=search]:-webkit-autofill:focus,
.g-form textarea:-webkit-autofill:focus {
    background-color: transparent !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    -moz-transition: background-color 5000s ease-in-out 0s !important;
    -o-transition: background-color 5000s ease-in-out 0s !important;
    -ms-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-box-shadow: 0 0 0px 1000px #ff661b inset !important;
}
.g-form select + label,
.g-form .nice-select + label {
    position: absolute;
    top: 25px;
    left: 0;
    color: #fff;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.g-form textarea {
    padding-bottom: 5px;
    margin-top: 15px;
}
.g-group,
.g-form-f {
    font-size: 14px;
    display: inline-block;
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.g-group.active label,
.g-form-f.active label {
    top: 0px !important;
}
.g-group ul li,
.g-form-f ul li {
    color: #f00;
    margin: 5px 0 0px;
    font-weight: bold;
}
.g-group {
    max-width: 49%;
}
.g-form-f {
    width: 100%;
}
.input__number input[type="number"]::-webkit-inner-spin-button,
.input__number input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input__number input[type="number"] {
    -moz-appearance: textfield;
}
.style__nice__select .nice-select {
    display: block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    clear: none;
    border-radius: 0;
    margin: 0 5.2% 0 0;
    font-size: 0.9rem !important;
    float: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    height: 2rem;
    font-size: 1rem;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    color: #fff;
}
.style__nice__select .nice-select:after {
    width: 10px;
    top: 2px;
    border: 0;
    height: 18px;
    right: 8px;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: none;
    content: "\e90c";
    font-size: 18px;
    display: block;
    font-family: 'icomoon';
    color: #fff;
}
.style__nice__select .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.style__nice__select .nice-select .option.selected {
    color: #000;
    font-weight: normal;
    background: none;
}
.style__nice__select .list {
    max-height: 150px;
    background: #fff;
    font-size: 15px;
    color: #000;
    overflow: auto;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.style__nice__select .list li {
    color: #000;
}
.style__nice__select .list li.option {
    padding-left: 0;
    display: block;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    margin-bottom: 5px !important;
}
.style__nice__select .list li.option:first-child {
    display: none;
}
.style__nice__select .list li.option:hover,
.style__nice__select .list li.option.result-selected {
    background: none;
    color: #000;
}
.style__nice__select .list li.option:last-child {
    margin-bottom: 0;
}
.campos__obligatorios {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
    background-color: #ff661b;
    color: #fff;
    border: none;
    font-size: 13px;
    font-family: 'ProximaNova-Semibold', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
    display: none;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b-padding {
    display: block;
    width: 100%;
    padding-top: 100px;
}
@media screen and (max-width: 1024px) {
    .b-padding {
        padding-top: 57px;
    }
}
@media screen and (max-width: 960px) {
    .b-padding {
        display: none;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.wrapp-iframe-general {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    overflow: hidden;
    background-color: #9fab26;
    display: block;
    padding-top: 0px;
}
.wrapp-iframe-general:first-child {
    padding-top: 6px;
}
.name-dev {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Arial', sans-serif;
    color: #9fab26;
    border-bottom: 2px solid #9fab26;
    text-transform: uppercase;
    margin-left: 15px;
}
.btn-copy {
    background-color: #9fab26;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
}
.btn-copy.hover {
    background-color: #808080;
}
.inner-general {
    background: #fff;
    padding: 20px 0;
}
.general-wrapper {
    padding: 10px;
    border: 1px dashed #808080;
    width: 98%;
    margin: auto;
    margin-top: 30px;
}
.block-general {
    padding: 5px;
}
.content-text strong {
    font-weight: bold;
}
.content-text ul {
    list-style-type: disc;
    list-style-position: inside;
}
.content-text ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.content-text ul > ul,
.content-text ol > ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}
.content-text ol > ol,
.content-text ul > ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}
.content-text > ol,
.content-text > ul {
    margin: 20px 0;
}
.content-text > ol > li {
    margin-left: 30px;
    list-style-type: decimal;
}
.content-text > ul > li {
    margin-left: 30px;
    list-style-type: square;
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.envolberbody {
    z-index: 60;
    background: #fff;
    position: relative;
}
.b1 {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 672px;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
}
.b1 .wancho {
    max-width: 1200px;
    position: relative;
    height: 100%;
}
.b1-content {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    transition: all 0.15s;
}
.b1-bxslider {
    height: 672px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b1-background {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.b1-pager {
    position: absolute;
    bottom: 30px;
    left: 0px;
    color: #fff;
    z-index: 50;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 16px;
    z-index: 100;
}
.b1-pager .bx-prev,
.b1-pager .bx-next {
    font-family: 'icomoon';
    font-size: 20px;
    vertical-align: middle;
    padding-bottom: 3px;
    display: inline-block;
}
.b1-pager .bx-prev:before {
    content: '\e607';
}
.b1-pager .bx-next:after {
    content: '\e606';
}
.b1-n-s,
.b1-n-e {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.b1-n-s:hover,
.b1-n-e:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b1-scroll {
    display: block;
    width: 40px;
    text-align: center;
    height: 40px;
    position: absolute;
    -webkit-transition: bottom 0.4s 1.4s linear;
    -moz-transition: bottom 0.4s 1.4s linear;
    -o-transition: bottom 0.4s 1.4s linear;
    -ms-transition: bottom 0.4s 1.4s linear;
    transition: bottom 0.4s 1.4s linear;
    bottom: 135px;
    right: 0;
    margin-left: -60px;
    color: #fff;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    z-index: 100;
    -webkit-animation: tormenta 3s linear infinite;
    -moz-animation: tormenta 3s linear infinite;
    -o-animation: tormenta 3s linear infinite;
    -ms-animation: tormenta 3s linear infinite;
    animation: tormenta 3s linear infinite;
}
.b1-scroll font,
.b1-scroll p {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-top: -20px;
}
.b1-scroll span {
    width: 2px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    background: #fff;
    overflow: hidden;
}
.b1-scroll span:before {
    content: '';
    position: absolute;
    height: 68px;
    left: 0;
    top: -100%;
    background: #85744f;
    width: 2px;
    -webkit-animation: animScroll 1s linear infinite;
    -moz-animation: animScroll 1s linear infinite;
    -o-animation: animScroll 1s linear infinite;
    -ms-animation: animScroll 1s linear infinite;
    animation: animScroll 1s linear infinite;
}
.b1-scroll img {
    width: 100%;
    height: auto;
    display: block;
}
.b1-titile {
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
    font-size: 48px;
    color: #000;
}
.b1-titile p {
    margin: 0;
}
.b1-titile h2 {
    margin: 0;
    font-weight: normal;
    font-size: 48px;
    line-height: 55px;
}
.b1-titile strong {
    font-weight: normal;
    display: block;
    color: #ff661b;
}
.b1-link {
    padding-top: 60px;
}
@media screen and (min-width: 1025px) {
    .b1 .bx-next,
    .b1 .bx-prev {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }
    .b1 .bx-next:hover,
    .b1 .bx-prev:hover {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1024px) {
    .b1-bxslider {
        height: 480px;
    }
    .b1-titile h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .b1-scroll {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .b1 {
        height: 480px;
    }
}
@media screen and (max-width: 768px) {
    .b1-titile h2 {
        font-size: 35px;
        line-height: 43px;
    }
}
@media screen and (max-width: 640px) {
    .b1-titile h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .b1,
    .b1-bxslider {
        height: 210px;
    }
}
@media screen and (max-width: 480px) {
    .b1-titile h2 {
        font-size: 25px;
        line-height: 30px;
    }
}
@-moz-keyframes tormenta {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-webkit-keyframes tormenta {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-o-keyframes tormenta {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes tormenta {
    0% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b10 {
    padding-top: 150px;
}
.b10 .wancho {
    max-width: 660px;
}
.b10-content .threesixty {
    max-width: 660px;
    width: 100% !important;
    height: 367px !important;
}
.b10-content .spinner {
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.b10-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    text-align: center;
    padding-bottom: 40px;
}
.b10-title h3 {
    color: #1f1e1e;
    font-size: 30px;
}
.b10-c-g {
    position: relative;
}
.b10-next {
    position: absolute;
    right: -100px;
    top: 40%;
}
.b10-next span {
    font-size: 26px;
    cursor: pointer;
}
.b10-prev {
    position: absolute;
    left: -100px;
    top: 40%;
}
.b10-prev span {
    font-size: 26px;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .b10-next {
        right: 0px;
    }
    .b10-prev {
        left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .b10 {
        padding: 50px 0;
    }
    .b10-content .threesixty {
        height: 270px !important;
        max-width: 600px;
    }
}
@media screen and (max-width: 640px) {
    .b10 {
        padding: 30px 0;
    }
    .b10-content .threesixty {
        height: 200px !important;
    }
}
@media screen and (max-width: 480px) {
    .b10-content .threesixty {
        height: 150px !important;
    }
}
@media screen and (max-width: 360px) {
    .b10-content .threesixty {
        height: 120px !important;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b11 {
    padding: 65px 0px;
}
.b11 .wancho {
    max-width: 1200px;
}
.b11-content {
    font-size: 0;
}
.b11-title {
    text-align: center;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b11-title h3 {
    font-size: 30px;
    color: #000;
}
.b11-tabs-nav {
    max-width: 575px;
    margin: 0 auto;
    padding-top: 70px;
    text-align: center;
}
.b11-tabs-nav li {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    color: #ecedf0;
    font-size: 17px;
    border-bottom: solid 2px #ecedf0;
    width: 33.333333333%;
    display: inline-block;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.b11-tabs-nav li.active {
    color: #ff661b;
    border-bottom: solid 2px #ff661b;
}
.b11-tab-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    max-width: 1100px;
    margin: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.b11-box {
    max-width: 180px;
    width: 100%;
    display: inline-block;
    margin: 0 15px;
    margin-bottom: 10px;
    height: 290px;
}
.b11-img {
    max-width: 251px;
    padding-top: 70px;
}
.b11-img img {
    width: 100%;
    height: auto;
    display: block;
}
.b11-box-content {
    text-align: center;
}
.b11-box-content p {
    margin: 0;
}
.b11-box-t {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000;
    padding: 25px 0px;
}
.b11-box-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .b11 {
        padding: 50px 0 50px 0;
    }
    .b11-tab-content {
        text-align: center;
    }
    .b11-box {
        width: 40%;
    }
    .b11-tabs-nav {
        padding-top: 50px;
    }
    .b11-tabs-nav li {
        font-size: 14px;
    }
    .b11-img {
        padding-top: 50px;
    }
}
@media screen and (max-width: 640px) {
    .b11 {
        padding: 30px 0;
    }
    .b11-tabs-nav {
        padding-top: 30px;
    }
    .b11-img {
        padding-top: 30px;
    }
}
@media screen and (max-width: 540px) {
    .b11-title h3 {
        font-size: 24px;
    }
    .b11-tabs-nav li {
        font-size: 11px;
        background-color: #ecedf0;
        display: inline-block;
        width: 33%;
        color: #ff661b;
        padding: 20px 0px;
        text-align: center;
    }
    .b11-tabs-nav li.active {
        background-color: #ff661b;
        color: #fff;
    }
}
@media screen and (max-width: 480px) {
    .b11-tab-content {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .b11-title h3 {
        font-size: 20px;
    }
    .b11-tabs-nav li {
        padding: 20px 0px;
    }
    .b11-tabs-nav li.active {
        background-color: #ff661b;
        color: #fff;
    }
    .b11-box {
        width: 80%;
        margin: 0 auto;
    }
    .b11-tabs-nav li {
        font-size: 11px;
        display: block;
        width: 100%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b12 {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 24px;
}
.b12:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eff3f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.b12 .g-title {
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
}
.b12 .g-btn {
    margin-top: 6.5%;
}
.b12 .bx-wrapper .bx-controls-direction a {
    display: block;
    width: 50px;
    height: 53px;
    overflow: hidden;
    background: #000;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    font-size: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b12 .bx-wrapper .bx-controls-direction a:hover {
    background: #ff661b;
}
.b12 .bx-wrapper .bx-controls-direction a:before,
.b12 .bx-wrapper .bx-controls-direction a:after {
    display: inline-block;
    line-height: 53px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 13px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b12 .bx-prev {
    left: 105px;
}
.b12 .bx-prev:before,
.b12 .bx-prev:after {
    content: "\e909";
}
.b12 .bx-next {
    right: 105px;
}
.b12 .bx-next:before,
.b12 .bx-next:after {
    content: "\e908";
}
.b12-slider-item-x {
    width: 13%;
    margin-right: 3%;
    margin-bottom: 1%;
    display: inline-block;
    vertical-align: top;
}
.b12-slider-on .b12-slider-item-x {
    margin: 0;
}
.b12-inside-cnt {
    position: relative;
    width: 100%;
}
.b12-item-slider-tab {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
}
.b12-item-slider-tab.active {
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.b12-item-slider-tab .bx-wrapper {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b12-tab-slider {
    max-width: 1060px;
    width: 95%;
    margin: auto;
    font-size: 0;
    margin-top: 20px;
}
.b12-tab-slider div.bx-viewport {
    height: 63px !important;
}
.b12-cnt-slider {
    max-width: 930px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.b12-info {
    color: #1f1e1e;
}
.b12-info h3 {
    font-size: 24px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    margin: 0;
    color: #ff661b;
    margin-bottom: 10px;
}
.b12-info p {
    font-size: 17px;
    margin: 0;
    line-height: 20px;
}
.b12-info .g-btn {
    text-align: right;
}
.b12-texto-info {
    padding-top: 40px;
}
.b12-cnt-slider {
    zoom: 1;
}
.b12-cnt-slider:after,
.b12-cnt-slider:before {
    content: "";
    display: table;
}
.b12-cnt-slider:after {
    clear: both;
}
.b12-img-slider {
    width: 46.5%;
    float: left;
}
.b12-img-slider img {
    width: 100%;
    height: auto;
    display: block;
}
.b12-info {
    float: right;
    width: 44%;
    padding-top: 6%;
}
.b12-tab-slider {
    position: relative;
    z-index: 55;
}
.b12-slider-item-x .b12-tab-img {
    width: 100%;
    font-size: 10px;
    text-align: center;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.b12-slider-item-x .b12-tab-img span {
    display: block;
    line-height: 1.2;
}
.b12-slider-item-x .b12-tab-img.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b12-img-slider {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.b12-item-slider-tab.active .b12-item-slider.active .b12-img-slider {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
@media screen and (min-width: 1025px) {
    .b12-tab-img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.b12-img {
    max-width: 150px;
    width: 100%;
    margin: auto;
}
.b12-img img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 1300px) {
    .b12-cnt-slider {
        max-width: 700px;
    }
}
@media screen and (max-width: 1024px) {
    .b12 .bx-prev {
        left: 0px;
    }
    .b12 .bx-next {
        right: 0px;
    }
}
@media screen and (max-width: 960px) {
    .b12-info {
        width: 53%;
    }
    .b12-slider-on .b12-tab-slider-cnt {
        max-width: 745px;
        margin: auto;
        overflow: hidden;
    }
    .b12-slider-item-x {
        width: 30.3%;
        margin: 1% 1.5% 0 1.5%;
    }
}
@media screen and (max-width: 805px) {
    .b12-slider-on .b12-tab-slider-cnt {
        max-width: 593px;
    }
}
@media screen and (max-width: 640px) {
    .b12-slider-on .b12-tab-slider-cnt {
        max-width: 441px;
    }
    .b12 {
        padding: 30px 0;
    }
    .b12-img-slider {
        float: inherit;
        width: 100%;
        max-width: 230px;
        margin: auto;
    }
    .b12-info {
        float: inherit;
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    .b12 .bx-wrapper {
        padding: 0;
    }
    .b12 .bx-controls-direction {
        display: none;
    }
    .b12 .g-btn {
        margin-top: 15px;
    }
    .b12-info h3 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .b12 {
        padding-top: 50px;
    }
}
@media screen and (max-width: 640px) {
    .b12 {
        padding-top: 30px;
    }
    .b12 .g-title {
        margin-bottom: 30px;
    }
    .b12-texto-info {
        padding-top: 0px;
    }
}
@media screen and (max-width: 480px) {
    .b12-slider-item-x {
        width: 47%;
    }
    .b12-slider-on .b12-tab-slider-cnt {
        max-width: 289px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b13 {
    padding: 65px 0px;
    text-align: center;
}
.b13 .wancho {
    max-width: 1200px;
}
.b13-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b13-title h3 {
    font-size: 30px;
    color: #000;
}
.b13-link {
    padding-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    max-width: 900px;
    margin: auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b13-link span {
    font-size: 60px;
    padding-bottom: 35px;
    display: block;
}
.b13-link a {
    display: inline-block;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    width: 25%;
    margin: 30px 0px;
}
.b13-name {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #808080;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.b13-name p {
    margin: 0;
}
.b13-peso {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #808080;
    padding-top: 5px;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.b13-peso p {
    margin: 0;
}
@media screen and (min-width: 1025px) {
    .b13-link a:hover {
        color: #000;
    }
    .b13-link a:hover .b13-name,
    .b13-link a:hover .b13-peso {
        color: #000;
    }
}
@media screen and (max-width: 1024px) {
    .b13 {
        padding: 50px 0px;
    }
    .b13-link {
        padding-top: 30px;
    }
    .b13-title h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 640px) {
    .b13 {
        padding: 30px 0px;
    }
    .b13-link {
        padding-top: 30px;
    }
    .b13-link span {
        font-size: 60px;
    }
    .b13-link a {
        width: 33.3%;
    }
    .b13-title h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .b13 {
        padding: 30px 0px;
    }
    .b13-link {
        padding-top: 30px;
    }
    .b13-link span {
        font-size: 60px;
    }
    .b13-link a {
        width: 50%;
    }
    .b13-name {
        font-size: 13px;
    }
    .b13-peso {
        font-size: 12px;
    }
    .b13-title h3 {
        font-size: 18px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
body {
    height: auto !important;
}
.b14 {
    background-color: #ff661b;
    padding: 70px 0px;
}
.b14 .wancho {
    max-width: 944px;
}
.b14-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    color: #fff;
}
.b14-title h3 {
    font-size: 30px;
}
.b14-form .g-group {
    width: 32%;
    max-width: 283px;
}
.b14-term {
    position: relative;
    margin-top: 50px;
}
.b14-term p {
    vertical-align: top;
    font-size: 14px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    color: #fff;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}
.b14-term a {
    text-decoration: underline;
}
.b14-term input[type="checkbox"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -9999;
    position: absolute;
    left: 100%;
    visibility: hidden;
}
.b14-term input[type="checkbox"] + label {
    border: solid 1px #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b14-term input[type="checkbox"] + label:after {
    content: '\e911';
    font-family: 'icomoon';
    color: #000;
    position: absolute;
    top: 5px;
    width: 14px;
    height: 11px;
    left: 2px;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b14-term input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    color: #fff;
}
.b14-link {
    text-align: right;
    padding-top: 66px;
}
@media screen and (max-width: 1024px) {
    .b14 {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 768px) {
    .b14-form .g-group {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .b14-title {
        text-align: center;
    }
    .b14-link {
        text-align: center;
        padding-top: 30px;
    }
}
@media screen and (max-width: 640px) {
    .b14 {
        padding: 30px 0px;
    }
    .b14-term {
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .b14-term p {
        font-size: 12px;
    }
    .b14-title h3 {
        font-size: 24px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b15 {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.b15 .wancho {
    max-width: 1200px;
}
.b15-content {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
}
.b15-title {
    position: relative;
    z-index: 3;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding: 15px;
}
.b15-title h3 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    font-size: 35px;
    color: #fff;
    margin: 0;
}
.b15-title:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ff661b;
    z-index: -1;
}
.b15-title:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -40px;
    border-top: 65px solid #ff661b;
    border-right: 40px solid transparent;
}
@media screen and (min-width: 1025px) {
    .b15-title {
        -webkit-transform: translateX(-300%);
        -moz-transform: translateX(-300%);
        -o-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
        transform: translateX(-300%);
        -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        -moz-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        -o-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        -ms-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
    }
    .b15-title h3 {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.3s linear 2s;
        -moz-transition: all 0.3s linear 2s;
        -o-transition: all 0.3s linear 2s;
        -ms-transition: all 0.3s linear 2s;
        transition: all 0.3s linear 2s;
    }
    .b15.active .b15-title {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .b15.active .b15-title h3 {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
    }
}
@media screen and (max-width: 1100px) {
    .b15-content {
        padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .b15-content {
        height: 300px;
    }
    .b15-title h3 {
        font-size: 26px;
    }
    .b15-title:after {
        border-top: 55px solid #ff661b;
    }
}
@media screen and (max-width: 480px) {
    .b15-content {
        height: 200px;
    }
    .b15-title h3 {
        font-size: 24px;
    }
    .b15-title:after {
        border-top: 53px solid #ff661b;
    }
}
@media screen and (max-width: 320px) {
    .b15-content {
        height: 200px;
    }
    .b15-title h3 {
        font-size: 20px;
    }
    .b15-title:after {
        border-top: 50px solid #ff661b;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b16 {
    padding: 50px 0px;
}
.b16 .wancho {
    max-width: 1200px;
}
.b16-content {
    font-size: 0;
}
.b16-box {
    display: inline-block;
    width: 33.333333333%;
    vertical-align: top;
}
.b16-box-image {
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.b16-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.b16-image:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.66);
    background: -moz--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(to right bottom, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
}
.b16-image-content {
    padding: 0px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 30;
}
.b16-box-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    position: relative;
}
.b16-box-title h3 {
    color: #fff;
    font-size: 25px;
}
.b16-box-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.b16-box-c {
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b16-box-d {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.b16-d-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.b16-d-ico span {
    font-size: 20px;
    color: #000;
}
.b16-d-p {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}
.b16-d-link a {
    padding-left: 0px;
}
@media screen and (min-width: 1025px) {
    .b16-box-c,
    .b16-box-d,
    .b16-d-title,
    .b16-image {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }
    .b16-box:hover .b16-box-c {
        background-color: #ff661b;
    }
    .b16-box:hover .b16-d-title,
    .b16-box:hover .b16-d-p {
        color: #fff;
    }
    .b16-box:hover .b16-d-ico span {
        color: #fff;
    }
    .b16-box:hover .b16-d-link span {
        color: #000;
    }
    .b16-box:hover .b16-d-link a:hover span {
        color: #000;
    }
    .b16-box:hover .b16-image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1024px) {
    .b16-box-image {
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    .b16-box {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .b16 {
        padding: 30px 0px;
    }
}
@media screen and (max-width: 480px) {
    .b16-box {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b17 {
    padding-top: 60px;
    padding-bottom: 70px;
}
.b17-main {
    zoom: 1;
}
.b17-main:after,
.b17-main:before {
    content: "";
    display: table;
}
.b17-main:after {
    clear: both;
}
.b17-main.wancho {
    max-width: 1200px;
}
.b17-aside,
.b17-resp-aside {
    float: left;
    width: 297px;
}
.b17-btnresp {
    display: none;
    text-align: center;
}
.b17-btnresp span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #ff661b;
    color: #fff;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 20px;
    margin-bottom: 30px;
}
.b17-links li {
    border-bottom: 2px solid #fff;
}
.b17-links li:last-child {
    border-bottom: none;
}
.b17-links a {
    display: table-cell;
    vertical-align: middle;
    width: 2000px;
    height: 64px;
    background: #dcd8d5;
    color: #808080;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 1025px) {
    .b17-links a:hover {
        background: #808080;
        color: #fff;
    }
}
.b17-links a.active {
    background: #808080;
    color: #fff;
}
.b17-block {
    padding-left: 340px;
}
.b17-head {
    position: relative;
    border-bottom: 1px solid #646464;
    padding-bottom: 20px;
}
.b17-title h2 {
    color: #1f1e1e;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 23px;
    margin-bottom: 0;
}
.b17-filter {
    width: 230px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.b17-campo {
    position: relative;
    /* WebKit */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* IE 10+ */
}
.b17-campo ::-webkit-input-placeholder {
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b17-campo :-moz-placeholder {
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b17-campo ::-moz-placeholder {
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b17-campo :-ms-input-placeholder {
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b17-campo input {
    width: 100%;
    height: 35px;
    background: #fff;
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 15px;
    border: 1px solid #dcd8d5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    padding-right: 50px;
}
.b17-campo button {
    width: 50px;
    height: 35px;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
}
.b17-campo button:before {
    content: "\e90c";
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    color: #646464;
    font-family: 'icomoon';
    font-size: 16px;
    text-align: center;
}
.b17-campo .nice-select {
    display: block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    clear: none;
    border-radius: 0;
    margin: 0 5.2% 0 0;
    line-height: 35px;
    font-size: 15px !important;
    float: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 6px;
    outline: none;
    height: 35px;
    margin: 0 0 35px 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    padding-left: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #646464;
    border: 1px solid #dcd8d5;
}
.b17-campo .nice-select:last-child {
    margin: 0;
}
.b17-campo .nice-select:after {
    width: 10px;
    top: 2px;
    border: 0;
    height: 18px;
    right: 20px;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: none;
    content: "\e90c";
    font-size: 17px;
    display: block;
    font-family: 'icomoon';
    color: #646464;
}
.b17-campo .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.b17-campo .nice-select .option.selected {
    color: #646464;
    font-weight: normal;
    background: none;
}
.b17-campo .list {
    max-height: 150px;
    background: #fff;
    font-size: 15px;
    color: #646464;
    overflow: auto;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.b17-campo .list li.option {
    padding-left: 0;
    display: block;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    margin-bottom: 5px !important;
}
.b17-campo .list li.option.selected {
    display: none;
}
.b17-campo .list li.option:hover,
.b17-campo .list li.option.result-selected {
    background: none;
    color: #646464;
}
.b17-campo .list li.option:last-child {
    margin-bottom: 0;
}
.b17-box {
    border-bottom: 1px solid #dcd8d5;
    padding-top: 40px;
    padding-bottom: 15px;
}
.b17-img {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
}
.b17-img img {
    width: 100%;
    height: auto;
    display: block;
}
.b17-envolve {
    min-height: 205px;
    position: relative;
    padding-left: 270px;
    padding-right: 180px;
    margin-bottom: 35px;
}
.b17-subtitle {
    line-height: 1;
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 13px;
    margin-bottom: 20px;
}
.b17-subtitle h3 {
    color: #1f1e1e;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}
.b17-subtitle p {
    margin-bottom: 0;
}
.b17-text {
    line-height: 1.3;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
}
.b17-text p {
    margin-bottom: 0;
}
.b17-btn {
    margin-top: 25px;
}
.b17-btn a {
    height: 39px;
    line-height: 39px;
}
.b17-cntlogo {
    width: 137px;
    position: absolute;
    top: 0;
    right: 0;
}
.b17-logo {
    max-width: 113px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}
.b17-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.b17-download {
    display: block;
    width: 137px;
    background: #dcd8d5;
    position: absolute;
    top: 85px;
    right: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b17-group {
    display: table-cell;
    vertical-align: middle;
    width: 2000px;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
}
.b17-icon {
    display: inline-block;
    color: #808080;
    font-size: 32px;
    margin-bottom: 15px;
}
.b17-textdown {
    display: block;
    color: #808080;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 14px;
}
.b17-message {
    line-height: 1.2;
    letter-spacing: 2px;
    background: #77bc1f;
    color: #fff;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    border-radius: 6px;
}
.b17-message span {
    display: block;
    padding: 15px 10px;
}
.b17-message span:before {
    content: "\e911";
    font-family: 'icomoon';
    font-size: 15px;
    margin-right: 10px;
}
.b17-message span a {
    border-bottom: dashed 1px #fff;
}
.b17-pager {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}
.b17-number,
.b17-prev,
.b17-next {
    display: inline-block;
    vertical-align: middle;
}
.b17-prev,
.b17-next {
    color: #808080;
    font-size: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 1025px) {
    .b17-prev:hover,
    .b17-next:hover {
        color: #ff661b;
    }
}
.b17-prev {
    margin-right: 15px;
}
.b17-next {
    margin-left: 15px;
}
.b17-number li {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin: 0 5px;
}
.b17-number a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.b17-number a.active {
    border: 1px solid #ff661b;
}
.b17-number a.active span {
    color: #ff661b;
}
@media screen and (min-width: 1025px) {
    .b17-number a:hover {
        border: 1px solid #ff661b;
    }
    .b17-number a:hover span {
        color: #ff661b;
    }
}
.b17-number span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #808080;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media screen and (min-width: 1025px) {
    .b17-download:hover {
        background-color: #ff661b;
    }
    .b17-download:hover .b17-icon,
    .b17-download:hover span {
        color: #fff;
    }
}
@media screen and (max-width: 1100px) {
    .b17 {
        padding: 50px 0;
    }
    .b17-aside,
    .b17-resp-aside {
        width: 27%;
    }
    .b17-block {
        padding-left: 31%;
    }
    .b17-box {
        padding-top: 50px;
    }
    .b17-envolve {
        padding-left: 30%;
    }
    .b17-img {
        width: 26%;
    }
    .b17-textcar {
        font-size: 14px;
    }
}
@media screen and (min-width: 961px) {
    .b17-links {
        display: block !important;
    }
}
@media screen and (max-width: 960px) {
    .b17-aside,
    .b17-resp-aside {
        float: none;
        width: 100%;
        text-align: center;
    }
    .b17-links {
        display: block;
        margin-bottom: 50px;
    }
    .b17-links a {
        height: 40px;
        font-size: 15px;
    }
    .b17-links li {
        width: 31%;
        display: inline-block;
        vertical-align: top;
        margin-right: 3.5%;
    }
    .b17-links li:nth-child(3n+3) {
        margin-right: 0;
    }
    .b17-block {
        padding-left: 0;
        margin-top: 20px;
    }
    .b17-envolve {
        padding-left: 31.5%;
    }
    .b17-img {
        width: 27%;
    }
}
@media screen and (max-width: 740px) {
    .b17 {
        padding: 30px 0;
    }
    .b17-head {
        padding-bottom: 30px;
    }
    .b17-filter {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
    .b17-box {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .b17-envolve {
        padding-left: 45%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .b17-img {
        width: 40%;
    }
    .b17-cntlogo {
        width: 100%;
        position: static;
        margin-bottom: 10px;
    }
    .b17-download {
        position: static;
        margin-top: 25px;
        margin-left: 0;
        margin-right: auto;
    }
    .b17-message {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    .b17-links li {
        width: 48%;
        margin-right: 4% !important;
    }
    .b17-links li:nth-child(even) {
        margin-right: 0 !important;
    }
    .b17-text {
        text-align: justify;
    }
}
@media screen and (max-width: 480px) {
    .b17-envolve {
        padding-left: 0;
    }
    .b17-subtitle p {
        text-align: justify;
    }
    .b17-img {
        max-width: 200px;
        width: 100%;
        position: static;
        margin-top: 25px;
        margin-left: 0;
        margin-right: auto;
    }
    .b17-btnresp {
        display: block;
    }
    .b17-links {
        display: none;
    }
    .b17-links li {
        width: 100%;
        margin-right: 0 !important;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b18 {
    padding: 70px 0px;
}
.b18 .wancho {
    max-width: 1200px;
}
.b18-content {
    font-size: 0px;
    border-left: solid 1px #dcd8d5;
    border-bottom: none;
    border-top: solid 1px #dcd8d5;
}
.b18-box {
    width: 25%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    border-right: solid 1px #dcd8d5;
    border-bottom: solid 1px #dcd8d5;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.b18-box.active {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b18-image {
    padding-top: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 281px;
    height: 225px;
    display: table;
    text-align: center;
}
.b18-image img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 1024px) {
    .b18-box {
        width: 33.333333333%;
    }
    .b18-image {
        padding: 60px;
        height: auto;
    }
}
@media screen and (max-width: 860px) {
    .b18-image {
        padding: 40px;
    }
}
@media screen and (max-width: 640px) {
    .b18-image {
        padding: 30px;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .b18-box {
        width: 50%;
    }
    .b18-image {
        padding: 40px;
        height: auto;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b19 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.b19 .wancho {
    max-width: 1200px;
}
.b19-content {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
}
.b19-title {
    position: relative;
    z-index: 3;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding: 15px;
}
.b19-title h3 {
    font-size: 35px;
    color: #ff661b;
    margin: 0;
}
.b19-title:before {
    content: '';
    width: 300%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #fff;
    z-index: -1;
}
.b19-title:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -40px;
    border-top: 65px solid #fff;
    border-right: 40px solid transparent;
}
@media screen and (min-width: 1025px) {
    .b19-title {
        -webkit-transform: translateX(-300%);
        -moz-transform: translateX(-300%);
        -o-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
        transform: translateX(-300%);
        -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        -moz-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        -o-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        -ms-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
        transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
    }
    .b19-title h3 {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.3s linear 2s;
        -moz-transition: all 0.3s linear 2s;
        -o-transition: all 0.3s linear 2s;
        -ms-transition: all 0.3s linear 2s;
        transition: all 0.3s linear 2s;
    }
    .b19.active .b19-title {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .b19.active .b19-title h3 {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
    }
}
@media screen and (max-width: 1024px) {
    .b19-content {
        height: 200px;
        padding-top: 65px;
    }
}
@media screen and (max-width: 768px) {
    .b19-title h3 {
        font-size: 26px;
    }
    .b19-title:after {
        border-top: 55px solid #fff;
    }
    .b19-content {
        padding-top: 0;
        height: 135px;
    }
    .b19 {
        padding-top: 65px;
    }
}
@media screen and (max-width: 480px) {
    .b19-title h3 {
        font-size: 24px;
    }
    .b19-title:after {
        border-top: 53px solid #fff;
    }
}
@media screen and (max-width: 320px) {
    .b19-title h3 {
        font-size: 20px;
    }
    .b19-title:after {
        border-top: 50px solid #fff;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b2 {
    width: 100%;
    zoom: 1;
    overflow: hidden;
}
.b2:after,
.b2:before {
    content: "";
    display: table;
}
.b2:after {
    clear: both;
}
.b2item {
    width: 50%;
    height: 500px;
    float: left;
}
.b2left {
    text-align: right;
    position: relative;
    z-index: 10;
}
.b2figtab {
    background: #ff661b;
    width: 100%;
    height: 100%;
    position: relative;
}
.b2fig {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    right: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.b2fig img {
    display: block;
    width: 100%;
    height: auto;
    display: block;
}
.b2fig.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
@media screen and (min-width: 1025px) {
    .b2fig.active {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.b2info {
    max-width: 600px;
    width: 100%;
    height: 100%;
    position: relative;
}
.b2title {
    font-size: 31px;
    font-family: 'Gotham-Black', sans-serif;
    margin-bottom: 40px;
}
.b2title strong {
    color: #ff661b;
    display: block;
}
.b2title p {
    margin: 0;
}
.b2tab {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b2tab.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    position: relative;
}
.b2table {
    display: table-cell;
    vertical-align: middle;
    padding-left: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b2table .g-btn a {
    padding: 0;
}
.b2right {
    background: #fff;
    position: relative;
}
.b2slidrotate {
    position: absolute;
    top: 16%;
    left: -110px;
    z-index: 6;
}
.b2slidrotate ul {
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 1px solid #d0cfce;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.b2slidrotate li {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    width: 240px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
.b2slidrotate li.active,
.b2slidrotate li:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b2liitem {
    max-width: 100px;
    width: 100%;
    text-align: left;
    display: inline-block;
    position: relative;
}
.b2liitem:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #646464;
    position: absolute;
    top: 19px;
    left: -17px;
}
.b2litext {
    font-size: 11px;
}
.b2text {
    color: #000;
}
@media screen and (max-width: 968px) {
    .b2fig {
        display: table;
    }
    .b2table {
        padding-left: 150px;
    }
}
@media screen and (min-width: 769px) {
    .b2-menu-responsive {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .b2title {
        font-size: 24px;
    }
    .b2slidrotate {
        display: none;
    }
    .b2table {
        padding: 0px 30px;
    }
    .b2-menu-responsive {
        padding-top: 30px;
        padding-bottom: 10px;
        display: block;
    }
    .b2-menu-responsive ul {
        display: block;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        position: initial;
        text-align: center;
    }
    .b2-menu-responsive ul li {
        position: initial;
        height: auto;
        display: inline-block;
        width: auto;
        padding: 0px 10px;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }
    .b2-menu-responsive ul li.active {
        color: #000;
    }
    .b2-menu-responsive .b2liitem:before {
        content: none;
    }
    .b2item {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        float: none;
    }
    .b2left {
        display: none;
    }
    .b2right {
        width: 100%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b20 {
    padding: 50px 0 65px 0;
}
.b20-ctn {
    max-width: 1024px;
}
.b20-table {
    width: 100%;
}
.b20-table-head {
    background-color: #808080;
    color: #fff;
    text-align: left;
    width: 100%;
}
.b20-table-head th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    font-size: 16px;
    font-family: 'Gotham-Medium', sans-serif;
}
.b20-table-body {
    width: 100%;
}
.b20-table-body td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 130px;
    border-bottom: 1px solid #dcd8d5;
    font-size: 16px;
    color: #808080;
    padding-top: 0px;
    vertical-align: middle;
}
.b20-table-body td:first-child {
    width: 16%;
}
.b20-table-body td:nth-child(2) {
    width: 15%;
    text-align: center;
}
.b20-table-body td:nth-child(3) {
    padding-left: 20px;
    width: 50%;
    font-size: 18px;
    font-family: 'ProximaNova-Semibold', sans-serif;
}
.b20-table-body td:last-child a {
    width: 60px;
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 1px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.b20-table-body td:last-child a:before {
    content: "\e912";
    display: block;
    color: #808080;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'icomoon';
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.b20-table-body input {
    border: 0;
    background-color: #dcd8d5;
    height: 57px;
    width: 57px;
    border-radius: 6px;
    color: #646464;
    font-size: 17px;
    text-align: center;
    line-height: 57px;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 8px;
}
.b20-table-body button.button-1,
.b20-table-body button.button-2 {
    padding: 0px;
    background-color: #fff;
    cursor: pointer;
    color: #808080;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    border: 1px solid #808080;
    text-align: center;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.b20-buttons {
    width: 100%;
    text-align: right;
    padding: 45px 0 0 0;
}
.b20-buttons div {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.b20-row .cant {
    width: 120px;
    margin: 0 auto;
}
@media screen and (min-width: 1025px) {
    .b20-table-body td a:hover {
        color: #ff661b;
    }
    .b20-table-body td a:hover:before {
        color: #ff661b;
    }
    .b20-table-body span.button-1:hover,
    .b20-table-body span.button-2:hover {
        color: #fff;
        background-color: #808080;
    }
}
@media screen and (max-width: 1024px) {
    .b20 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 768px) {
    .b20-table-body input {
        width: 40px;
        height: 40px;
        margin: 0 4px;
        padding: 0 4px;
        font-size: 13px;
    }
    .b20-table-head th {
        text-align: center;
        padding-left: 0;
    }
    .b20-table-head th:first-child {
        width: 25%;
    }
    .b20-table-head th:nth-child(3) {
        width: 30%;
    }
    .b20-table-body td {
        padding-top: 0px;
        padding-left: 0;
        text-align: center;
    }
    .b20-table-body td:first-child {
        width: 25%;
    }
    .b20-table-body td:nth-child(3) {
        width: 30%;
    }
    .b20-table-body td:last-child a {
        padding: 0;
        height: 13px;
        width: 16px;
    }
    .b20-table-body td:last-child a span {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .b20 {
        padding: 30px 0;
    }
    .b20-buttons {
        padding-top: 30px;
    }
    .b20-table-head th {
        font-size: 15px;
    }
    .b20-table-head th:first-child {
        width: 34%;
    }
    .b20-table-head th:nth-child(2),
    .b20-table-head th:nth-child(3),
    .b20-table-head th:last-child {
        width: 22%;
    }
    .b20-table-body td {
        font-size: 14px;
    }
    .b20-table-body td:first-child {
        width: 34%;
    }
    .b20-table-body td:nth-child(2),
    .b20-table-body td:nth-child(3),
    .b20-table-body td:last-child {
        width: 22%;
    }
    .b20-table-body td:nth-child(3) {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .b20-table-head th {
        font-size: 12px;
    }
    .b20-table-body td:first-child input {
        height: 30px;
        width: 30px;
    }
    .b20-table-body td:first-child span {
        height: 15px;
        width: 15px;
        font-size: 13px;
        line-height: 15px;
    }
    .b20-buttons {
        text-align: center;
    }
    .b20-buttons div {
        display: block;
        margin-bottom: 10px;
    }
    .b20-buttons div:last-child {
        margin-bottom: 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b21 {
    width: 100vw;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-right: 17px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b21cnt {
    display: table;
    height: calc(100vh - 50px);
}
.b21cnt.wancho {
    max-width: 360px;
}
.b21cnt h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    color: #fff;
    margin-bottom: 45px;
}
.b21envolver {
    width: 2000px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.b21text {
    font-size: 13px;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
    .b21text a:hover {
        text-decoration: underline;
    }
}
.b21mensaj {
    font-size: 13px;
    background: #fff;
    text-align: center;
    padding: 15px 20px;
    margin-top: 37px;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b21mensaj a {
    display: inline-block;
    color: #ff661b;
}
.b21mensaj p {
    margin: 0;
}
@media screen and (min-width: 1025px) {
    .b21mensaj p a:hover {
        text-decoration: underline;
    }
}
.b21-icono {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40%;
    right: 10px;
}
.b21form .g-form-f input {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.b21form .g-form-f .b21-text-error {
    display: inline-block;
    color: #f44336;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.b21form .g-form-f.error input {
    border-bottom: 1px solid #f44336;
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}
.b21form .g-form-f.error .b21-text-error {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.b21form .g-form .g-effect {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    margin-bottom: 0;
}
.b21form .g-form .g-effect[type=password],
.b21form .g-form .g-effect[type=tel],
.b21form .g-form .g-effect[type=text] {
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b21form .g-form .g-effect[type=password] + label,
.b21form .g-form .g-effect[type=tel] + label,
.b21form .g-form .g-effect[type=text] + label {
    font-family: 'ProximaNova-Regular', sans-serif;
}
.b21form .g-form .g-effect[type=password]:focus + label,
.b21form .g-form .g-effect[type=tel]:focus + label,
.b21form .g-form .g-effect[type=text]:focus + label {
    font-weight: bold;
    font-size: 13px;
}
.b21form .g-form-f.active .g-effect + label {
    font-weight: bold;
    font-size: 13px;
}
.b21form .g-form-f.active .b21-show-hide+label {
    top: 40% !important;
}
.b21-show-hide {
    position: absolute;
    left: -9999px;
}
.b21-show-hide+label {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 40%;
    right: 10px;
    z-index: 3;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b21-show-hide:checked+label {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
@media screen and (max-width: 1024px) {
    .b21 {
        padding-right: 0;
        height: 500px;
    }
    .b21-cnt {
        height: 500px;
    }
}
@media screen and (max-width: 640px) {
    .b21 {
        width: 100%;
        height: auto;
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .b21cnt {
        display: block;
        height: auto;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b22 {
    padding-top: 50px;
    padding-bottom: 95px;
}
.b22 .g-form-group {
    display: block;
    margin-bottom: 35px;
}
.b22 .g-group {
    display: block;
    max-width: inherit;
    width: 100%;
    color: #808080;
}
.b22 .g-group input {
    color: #808080;
    border-bottom: 1px solid #808080;
}
.b22 .g-group label {
    color: #646464 !important;
}
.b22main.wancho {
    max-width: 837px;
    text-align: center;
}
.b22text {
    margin-bottom: 80px;
}
.b22form {
    max-width: 375px;
    width: 95%;
    margin: auto;
    text-align: center;
}
.b22form .g-group input {
    padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
    .b22 {
        padding-bottom: 50px;
    }
    .b22text {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 640px) {
    .b22 {
        padding: 30px 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b23 {
    padding-top: 50px;
    padding-bottom: 60px;
}
.b23 .wancho {
    max-width: 1200px;
}
.b23-item {
    display: block;
}
.b23-item img {
    width: 100%;
    height: auto;
    display: block;
}
.b23-block-item {
    font-size: 0;
    margin-bottom: 2%;
}
.b23-block-item:last-child {
    margin-bottom: 0;
}
.b23-item1,
.b23-envolve {
    display: inline-block;
    vertical-align: top;
}
.b23-item1 {
    width: 49.22%;
}
.b23-envolve {
    width: 50.78%;
}
.b23-block-item:nth-child(odd) .b23-envolve .b23-item {
    width: 97%;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 2%;
}
.b23-block-item:nth-child(odd) .b23-envolve .b23-item:last-child {
    margin-bottom: 0;
}
.b23-block-item:nth-child(even) .b23-envolve .b23-item {
    width: 97%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 2%;
}
.b23-block-item:nth-child(even) .b23-envolve .b23-item:last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
    .b23-item {
        -webkit-animation-name: fadeOut;
        -moz-animation-name: fadeOut;
        -o-animation-name: fadeOut;
        -ms-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .b23-block-item.active .b23-item {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        -ms-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}
@media screen and (max-width: 640px) {
    .b23 {
        padding: 30px 0;
    }
    .b23-item1,
    .b23-envolve {
        display: block;
        width: 100%;
    }
    .b23-block-item:nth-child(odd) .b23-item1 {
        margin-bottom: 10px;
    }
    .b23-block-item:nth-child(odd) .b23-envolve .b23-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .b23-block-item:nth-child(odd) .b23-envolve .b23-item:last-child {
        margin-bottom: 0;
    }
    .b23-block-item:nth-child(even) .b23-item1 {
        margin-top: 10px;
    }
    .b23-block-item:nth-child(even) .b23-envolve .b23-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .b23-block-item:nth-child(even) .b23-envolve .b23-item:last-child {
        margin-bottom: 0;
    }
}
@-moz-keyframes fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@-o-keyframes fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeOut {
    from {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeOut {
    from {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-o-keyframes fadeOut {
    from {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOut {
    from {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b24 {
    padding: 50px 0px;
}
.b24 .wancho {
    max-width: 797px;
}
.b24-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b24-box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.b24-box:nth-child(even) {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.b24-box:nth-child(even) .b24-image:after {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.b24-box:nth-child(even) .b24-l-text {
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
}
.b24-image {
    max-width: 399px;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.b24-image img {
    width: 100%;
    height: auto;
    display: block;
}
.b24-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ff661b;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -moz-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -o-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -ms-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.b24-link {
    display: inline-block;
    width: 50%;
    height: inherit;
    position: relative;
}
.b24-link a {
    display: table;
    height: 100%;
    width: 100%;
}
.b24-l-text {
    padding-top: 53px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}
.b24-l-text p {
    padding-top: 30px;
    margin: 0;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #000;
}
.b24-l-text span {
    font-size: 40px;
    color: #ff661b;
}
.b24-l-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff661b;
    width: 100%;
    font-size: 16px;
    -webkit-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -moz-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -o-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -ms-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.b24-l-bottom p {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    padding: 15px 60px;
    display: block;
    margin: 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -moz-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -o-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -ms-transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: 0.62s cubic-bezier(0.52, 0.01, 0.16, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b24-l-bottom span {
    font-size: 10px;
}
.b24-l-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
@media screen and (min-width: 1025px) {
    .b24-box:hover .b24-image:after {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .b24-box:hover .b24-l-bottom p {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media screen and (max-width: 1024px) {
    .b24-l-text span {
        font-size: 30px;
    }
    .b24-l-text p {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .b24-l-text p {
        padding-top: 20px;
    }
}
@media screen and (max-width: 640px) {
    .b24 {
        padding: 30px 0px;
    }
    .b24-image {
        max-width: 50%;
        width: 50%;
    }
    .b24-l-text {
        padding-top: 30px;
        padding-left: 30px;
    }
    .b24-l-text span {
        font-size: 25px;
    }
    .b24-l-text p {
        font-size: 16px;
    }
    .b24-l-bottom p {
        padding: 10px 30px;
    }
    .b24-box:nth-child(even) .b24-l-text {
        padding-right: 30px;
    }
}
@media screen and (max-width: 480px) {
    .b24-l-text {
        padding-top: 10px;
        padding-left: 10px;
    }
    .b24-l-text span {
        font-size: 20px;
    }
    .b24-l-text p {
        font-size: 12px;
        padding-top: 10px;
    }
    .b24-l-bottom p {
        padding: 5px 10px;
        font-size: 12px;
    }
    .b24-l-bottom span {
        font-size: 8px;
    }
    .b24-box:nth-child(even) .b24-l-text {
        padding-right: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b25 {
    padding: 50px 0 35px 0;
    background-color: #fff;
}
.b25-ctn {
    max-width: 1200px;
}
.b25-ctn nav ul {
    font-size: 0;
}
.b25-tab {
    font-size: 21px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0;
    height: 80px;
}
.b25-tab a {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    display: block;
    height: 100%;
    border-bottom: 1px solid #646464;
    color: #646464;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.b25-tab a.active {
    color: #000;
    border-bottom: 4px solid #646464;
}
@media screen and (min-width: 1025px) {
    .b25-tab a:hover {
        color: #000;
        border-bottom: 4px solid #646464;
    }
}
.b25-banner {
    margin: 42px 0 60px 0;
}
.b25-banner img {
    display: block;
    height: auto;
    width: 100%;
}
.b-content-taller {
    font-size: 0;
    margin: 0 0 0 0;
    position: relative;
    zoom: 1;
}
.b-content-taller:after,
.b-content-taller:before {
    content: "";
    display: table;
}
.b-content-taller:after {
    clear: both;
}
.b-info-taller,
.b-ctn-registro-taller {
    display: inline-block;
    vertical-align: top;
    width: 54.6%;
}
.b-info-taller {
    font-size: 16px;
    position: relative;
}
.b-content-info {
    text-align: justify;
}
.b-content-info h1 {
    margin: 0 0 32px 0;
    color: #000;
    font-size: 25px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b-content-info h2 {
    margin: 0 0 25px 0;
    font-size: 21px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
}
.b-content-info h3 {
    margin: 0 0 18px 0;
    color: #000;
    font-size: 19px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b-content-info h4 {
    margin: 0 0 18px 0;
    font-size: 17px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
}
.b-content-info p {
    margin: 0 0 28px 0;
    line-height: 20px;
}
.b-content-info strong {
    font-weight: bold;
}
.b-content-info-prin {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -1;
    visibility: hidden;
    width: 100%;
}
.b-content-info-prin.active {
    position: relative;
    z-index: 1;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.b-ctn-item-taller {
    font-size: 0;
    padding-top: 35px;
}
.b-item-taller {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    font-size: 15px;
    text-align: center;
    margin: 0 12% 65px 4%;
}
.b-item-taller:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
}
.b-item-taller h5 {
    margin: 20px 0 15px 0;
    font-size: 17px;
    color: #ff661b;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
}
.b-item-taller p {
    margin: 0;
}
.b-ctn-registro-taller {
    height: 900px;
    max-height: 900px;
    background: #ff661b;
    width: 38.4%;
    float: right;
    padding: 50px 20px;
    color: #fff;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-ctn-registro-taller .formError .formErrorContent,
.b-ctn-registro-taller .formError .formErrorArrow div {
    background: #ff661b;
}
.b-ctn-registro-taller .nice-select {
    display: block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    clear: none;
    border-radius: 0;
    margin: 0 5.2% 0 0;
    float: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    outline: none;
    height: 2rem;
    font-size: 1rem;
    margin: 14px 0 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    color: #fff;
}
.b-ctn-registro-taller .nice-select:last-child {
    margin: -15px 0 0;
}
.b-ctn-registro-taller .nice-select:after {
    width: 10px;
    top: 2px;
    border: 0;
    height: 18px;
    right: 8px;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: none;
    content: "\e90c";
    font-size: 18px;
    display: block;
    font-family: 'icomoon';
    color: #fff;
}
.b-ctn-registro-taller .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.b-ctn-registro-taller .nice-select .option.selected {
    color: #ff661b;
    font-weight: normal;
    background: none;
    display: none;
}
.b-ctn-registro-taller .list {
    max-height: 150px;
    background: #fff;
    font-size: 15px;
    color: #ff661b;
    overflow: auto;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.b-ctn-registro-taller .list li.option {
    padding-left: 0;
    display: block;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    margin-bottom: 5px !important;
}
.b-ctn-registro-taller .list li.option:hover,
.b-ctn-registro-taller .list li.option.result-selected {
    background: none;
    color: #ff661b;
}
.b-ctn-registro-taller .list li.option:last-child {
    margin-bottom: 0;
}
.b-ctn-registro-taller.active {
    height: 900px;
}
.b-login-taller,
.b-registro-taller {
    width: 100%;
    margin: 0 auto;
    max-width: 380px;
}
.b-login-taller h3,
.b-registro-taller h3 {
    font-size: 23px;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.b-login-taller p,
.b-registro-taller p {
    margin: 15px 0 0 0;
    line-height: 20px;
}
.b-login-taller .g-form,
.b-registro-taller .g-form {
    margin: 40px 0 0 0;
}
.b-login-taller .g-form .g-group,
.b-registro-taller .g-form .g-group {
    width: 100%;
    max-width: 100%;
}
.b-login-taller .g-form .g-btn,
.b-registro-taller .g-form .g-btn {
    text-align: center;
    margin: 38px 0 0 0;
}
.b-login-taller .g-form .g-group {
    position: relative;
    display: block;
}
.b-login-taller .g-form .g-group:before {
    position: absolute;
    top: 25%;
    right: 7px;
    content: "\e916";
    display: block;
    font-family: 'icomoon';
    color: #fff;
    font-size: 20px;
}
.b-login-taller .g-form .g-group:nth-child(2):before {
    content: "\e917";
}
.b-login-taller .g-form .g-group input {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-login-olvide {
    width: 100%;
    text-align: right;
}
.b-login-olvide a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
}
@media screen and (min-width: 1025px) {
    .b-login-olvide a:hover {
        text-decoration: underline;
    }
}
.b-login-cuenta {
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 38px 0 0 0;
}
.b-login-cuenta p {
    background: #fff;
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    line-height: 13px;
}
.b-login-cuenta a {
    color: #ff661b;
}
@media screen and (min-width: 1025px) {
    .b-login-cuenta a:hover {
        text-decoration: underline;
    }
}
.b-registro-taller {
    display: none;
}
.b-registro-taller .b-registro-parraf {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.b-registro-taller .g-form .g-btn {
    margin: 30px 0 0 0;
    width: 100%;
}
.b-registro-taller .g-form .g-btn button {
    width: 100%;
}
.b-registro-select {
    padding: 20px 0;
}
.b-registro-select h4 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}
.b-registro-select-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid #fff;
    position: relative;
}
.b-registro-select-content:first-child {
    background: #fff;
    color: #1f1e1e;
}
.b-registro-select-content:first-child .b-registro-selec-content-sec {
    text-transform: uppercase;
    color: #1f1e1e;
    font-size: 30px;
}
.b-registro-select-content:first-child .b-registro-selec-content-sec strong {
    font-weight: normal;
    font-size: 37px;
    font-family: 'ProximaNova-Semibold', sans-serif;
}
.b-registro-select-content:first-child .b-registro-selec-content-sec:before {
    content: "\e904";
}
.b-registro-select-content:last-child .b-registro-selec-content-sec {
    font-family: 'ProximaNova-Semibold', sans-serif;
}
.b-registro-select-content:last-child .b-registro-selec-content-sec p span {
    font-size: 21px;
}
.b-registro-selec-content-sec {
    position: relative;
    height: 30px;
    margin: 20px 0 0 0;
    cursor: pointer;
    font-size: 26px;
    padding-left: 45px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b-registro-selec-content-sec p {
    margin: 0;
    padding: 7px 0 0 0;
}
.b-registro-selec-content-sec:before {
    content: "\e90a";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    font-size: 30px;
}
.b-registro-selec-content-sec:after {
    content: "\e90c";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'icomoon';
    font-size: 18px;
}
.b-registro-select-ctn-prin {
    color: #808080;
    font-size: 13px;
    background: #fff;
    width: 100%;
    max-width: 230px;
    padding: 0 0;
    position: absolute;
    bottom: -127px;
    left: 0;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.b-registro-select-ctn-prin li {
    padding: 0;
    border-top: 1px solid #c2cfd8;
    color: #646464;
    height: auto;
}
.b-registro-select-ctn-prin li:first-child {
    padding: 13px 6%;
    border: 0;
    text-transform: uppercase;
    background: #ebecef;
}
.b-registro-select-ctn-prin input {
    display: none;
}
.b-registro-select-ctn-prin label {
    position: relative;
    padding-left: 30px;
    display: block;
    height: 40px;
    line-height: 40px;
}
.b-registro-select-ctn-prin label:before {
    position: absolute;
    top: 13px;
    left: 10px;
    height: 7px;
    width: 7px;
    content: "";
    border-radius: 100%;
    border: 2px solid #95d600;
}
.b-registro-select-ctn-prin input[type="radio"]:checked + label:before {
    background: #95d600;
}
.b-registro-select-ctn-prin.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b25-men-responsive {
    display: none;
    text-align: center;
    font-size: 20px;
    background-color: #ddd9d6;
    color: #ff661b;
    padding: 10px 0px;
}
.b25-men-responsive a:after {
    content: '\e90c';
    font-family: 'icomoon';
    font-size: 14px;
    padding-left: 20px;
}
.b25-men-responsive.active a:after {
    content: '\e90d';
}
@media screen and (min-width: 959px) {
    .b-menu-categorias {
        display: block !important;
    }
}
@media screen and (max-width: 1024px) {
    .b25 {
        padding-top: 50px;
    }
    .b25-banner {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 960px) {
    .b25-tab {
        height: 60px;
        font-size: 17px;
    }
}
@media screen and (max-width: 760px) {
    .b25 {
        padding-bottom: 0;
    }
    .b25-ctn {
        width: 100%;
    }
    .b25left {
        padding: 0;
    }
    .b25main {
        min-height: inherit;
    }
    .b-ctn-registro-taller {
        width: 100%;
        max-width: inherit;
        position: inherit !important;
        top: inherit !important;
        margin: 0;
        height: auto;
    }
    .b-ctn-registro-taller.active {
        height: auto;
    }
    .b-registro-taller {
        max-width: 100%;
    }
    .b-info-taller {
        width: 95%;
        display: block;
        margin: 0 auto;
    }
    .b25-men-responsive {
        display: border-left;
        display: block;
        padding: 0;
    }
    .b25-men-responsive a {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b-menu-categorias {
        display: none;
        width: 95%;
        margin: auto;
    }
    .b25-tab {
        width: 100%;
        font-size: 16px;
        height: auto;
    }
    .b25-tab br {
        display: none;
    }
    .b25-tab a {
        padding: 20px 0px;
        height: auto;
    }
    .b-item-taller {
        margin-bottom: 50px;
    }
    .b-registro-selec-content-sec {
        font-size: 22px;
    }
    .b-registro-select-content:first-child .b-registro-selec-content-sec {
        font-size: 25px;
    }
}
@media screen and (max-width: 640px) {
    .b25-banner {
        display: none;
    }
    .b-info-taller {
        margin-top: 30px;
    }
    .b-content-info h3 {
        margin-bottom: 30px;
        font-size: 22px;
    }
    .b-item-taller {
        width: 45%;
        margin: 0 5% 30px 2.5%;
    }
    .b-ctn-registro-taller {
        padding: 30px 10px;
        font-size: 14px;
    }
    .b-login-taller h3,
    .b-registro-taller h3 {
        font-size: 20px;
    }
    .b-login-taller .g-form,
    .b-registro-taller .g-form {
        margin-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .b-item-taller {
        width: 100%;
        margin: 0 auto 18px auto;
        max-width: 262px;
        display: block;
    }
    .b-item-taller:nth-child(even) {
        margin-left: auto;
        margin-right: auto;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b26.b25 {
    padding-top: 72px;
}
.b26.b25 .b-ctn-item-taller {
    padding-top: 0;
}
.b26-banner {
    position: relative;
    height: 182px;
    width: 100%;
}
.b26-banner figure {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 244px;
}
.b26-banner figure img {
    display: block;
    height: auto;
    width: 100%;
}
.b26-content-banner {
    position: absolute;
    left: 0;
    bottom: 12px;
    background: #0082cb;
    width: 100%;
    height: 130px;
}
.b26-content-banner:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 130px 0 0;
    border-color: #fff transparent transparent transparent;
}
.b26-content-banner-sec {
    position: absolute;
    top: 0;
    right: 0;
    padding: 40px 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 395px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Gotham-Medium', sans-serif;
    zoom: 1;
}
.b26-content-banner-sec .g-btn {
    float: right;
}
.b26-content-banner-sec p {
    float: left;
    max-width: 173px;
    text-align: center;
}
.b26-content-banner-sec:after,
.b26-content-banner-sec:before {
    content: "";
    display: table;
}
.b26-content-banner-sec:after {
    clear: both;
}
@media screen and (max-width: 1024px) {
    .b26.b25 {
        padding-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .b26-banner figure {
        display: none;
    }
    .b26-content-banner:before {
        display: none;
    }
    .b26-content-banner-sec {
        max-width: 100%;
        padding-left: 20px;
    }
    .b26-content-banner-sec p {
        max-width: 60%;
        width: 60%;
    }
    .b26-content-banner-sec .g-btn {
        width: 40%;
    }
}
@media screen and (max-width: 640px) {
    .b26.b25 {
        padding-top: 30px;
    }
    .b26.b25 .b-info-taller {
        margin-top: 0;
    }
}
@media screen and (max-width: 480px) {
    .b26-banner {
        height: auto;
        position: inherit;
        margin-bottom: 18px;
    }
    .b26-content-banner {
        height: auto;
        padding: 30px 0;
        position: inherit;
    }
    .b26-content-banner-sec {
        position: inherit;
        padding-top: 0;
        padding-bottom: 0;
    }
    .b26-content-banner-sec p,
    .b26-content-banner-sec .g-btn {
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b27-margin {
    display: block;
    margin-top: 400px;
}
.b27-bg {
    width: 100%;
    height: 400px;
    background-position: center 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: -1;
    overflow: hidden;
}
.b27-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ff661b;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.b27-main {
    max-width: 1280px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.b27-cnt {
    display: table-cell;
    vertical-align: bottom;
    width: 2000px;
    height: 400px;
}
.b27-text {
    min-height: 183px;
    line-height: 1;
    color: #fff;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 35px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 50px;
}
.b27-text p {
    margin-bottom: 0;
}
.b27-text:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1100px) {
    .b27-margin {
        margin-top: 250px;
    }
    .b27-bg,
    .b27-cnt {
        height: 250px;
    }
    .b27-bg {
        top: 0;
    }
    .b27-text {
        min-height: 100px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 640px) {
    .b27-text {
        font-size: 24px;
        padding-left: 20px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b28 {
    padding-top: 53px;
    padding-bottom: 80px;
    overflow: hidden;
    background: #fff;
}
/* Calendario */
.b28-calendario {
    max-width: 1200px;
    width: 100%;
    color: #000;
    padding-right: 341px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: auto;
}
.b28-calendario .clndr-controls {
    padding-bottom: 45px;
    position: relative;
}
.b28-calendario .current-month {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    color: #ff661b;
    max-width: 155px;
    width: 100%;
}
.b28-calendario .clndr-next-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.b28-calendario .clndr-next-button:before {
    content: "\e908";
    font-family: 'icomoon';
    color: #ff661b;
    font-size: 12px;
}
.b28-calendario .clndr-previous-button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.b28-calendario .clndr-previous-button:before {
    content: "\e909";
    font-family: 'icomoon';
    color: #ff661b;
    font-size: 12px;
}
.b28-calendario .days-of-the-week {
    display: block;
    width: 100%;
    background: #ebecef;
    font-size: 0;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b28-calendario .header-day {
    display: inline-block;
    width: calc(100% / 7);
    font-size: 16px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b28-calendario .days {
    font-size: 0;
    width: 100%;
}
.b28-calendario .day {
    display: inline-block;
    vertical-align: top;
    width: calc(77.5% / 7);
    margin: 0 1.6%;
    font-size: 25px;
    padding: 20px 22px 47px 22px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
@media screen and (min-width: 1025px) {
    .b28-calendario .day:hover {
        background-color: #ebecef;
    }
}
.b28-calendario .adjacent-month {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
}
.b28-calendario .adjacent-month .b28-details {
    display: none;
}
.b28-calendario .today {
    background: #ebecef;
}
.b28-leyenda {
    padding-top: 10px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.b28-leyenda span {
    display: inline-block;
    font-size: 14px;
    color: #000;
    position: relative;
    padding-left: 23px;
    margin-right: 35px;
}
.b28-leyenda span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b28-leyenda span:last-child {
    margin-right: 0;
}
.b28-operadores:before {
    background: #ff661b;
}
.b28-administradores:before {
    background: #ffb819;
}
.b28-tecnicos:before {
    background: #003da6;
}
.b28-details {
    position: absolute;
    bottom: 17px;
    left: 28px;
}
.b28-details span {
    display: none;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f00;
}
#operadores_x {
    background: #ff661b;
}
#administradores_x {
    background: #ffb819;
}
#tecnicos_x {
    background: #003da6;
}
.b28-c-f {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
@media screen and (min-width: 1025px) {
    .b28-c-f.active {
        background-color: #eaebef;
    }
}
.b28-c-f a {
    display: block;
    position: relative;
}
.b28-cnt-items a.active .b28-l-link span:after {
    -webkit-animation-name: hvr-wobble-horizontal;
    -moz-animation-name: hvr-wobble-horizontal;
    -o-animation-name: hvr-wobble-horizontal;
    -ms-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.b28-labels {
    position: absolute;
    top: 0;
    left: 0;
}
.b28-l-administradores,
.b28-l-tecnicos,
.b28-l-operadores {
    height: 30px;
    width: 10px;
    display: block;
}
.b28-l-administradores {
    background-color: #ffb819;
}
.b28-l-tecnicos {
    background-color: #003da6;
}
.b28-l-operadores {
    background-color: #ff661b;
}
.b28-l-link {
    color: #ff661b;
    padding-top: 20px;
}
.b28-l-link span {
    position: relative;
}
.b28-l-link span:after {
    content: "\e908";
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-left: 15px;
}
/* Calendario */
.b28-calendario .day.event.operadores #operadores_x {
    display: inline-block;
}
.b28-calendario .day.event.administradores #administradores_x {
    display: inline-block;
}
.b28-calendario .day.event.tecnicos #tecnicos_x {
    display: inline-block;
}
/*calendario sidebar */
.b28-rigth-sidebar {
    width: 267px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}
.b28-right-cnt {
    width: 95%;
    margin: auto;
}
.b28-sidebar-top h3 {
    font-size: 18px;
    margin: 0;
}
.b28-cnt-checkbox {
    margin-top: 27px;
}
.b28-check {
    margin-bottom: 20px;
}
.b28-check input[type="checkbox"],
.b28-check input[type="radio"] {
    display: none;
}
.b28-check:last-child {
    margin-bottom: 0;
}
.b28-check label {
    position: relative;
    display: inline-block;
    padding-left: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #646464;
}
.b28-check label:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 1px solid #646464;
    position: absolute;
    top: 0;
    left: 0;
}
.b28-check input[type="checkbox"]:checked + label:before {
    background: #646464;
}
.b28-date {
    margin-top: 45px;
}
.b28-date-calendar {
    position: relative;
    padding-left: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 35px;
    font-size: 18px;
}
.b28-date-calendar:before {
    content: "\e904";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    font-size: 20px;
    height: 20px;
}
.b28-cnt-items {
    max-height: 248px;
    position: relative;
    overflow: auto;
}
.b28-date-item {
    padding-bottom: 23px;
}
.b28-item-titulo {
    font-size: 15px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    position: relative;
    padding-left: 18px;
    line-height: 1.3;
}
.b28-item-titulo:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 90%;
    margin: auto;
}
.b28-inside-item {
    margin-left: 18px;
    padding: 22px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b28-tipo {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.b28-tipo:before {
    content: "\e916";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
}
.b28-hora {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b28-hora:before {
    content: "\e90a";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
}
.b28-date-operadores .b28-item-titulo:before {
    background: #ff661b;
}
.b28-date-administradores .b28-item-titulo:before {
    background: #ffb819;
}
.b28-date-tecnicos .b28-item-titulo:before {
    background: #ffb819;
}
.name-day-mobile {
    display: none;
}
.b28-botone-hidden {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.b28-botone-hidden:before {
    content: "\e915";
    font-family: 'icomoon';
}
@media screen and (max-width: 1200px) {
    .b28-leyenda {
        padding-top: 0;
    }
    .b28-leyenda span {
        margin-right: 15px;
        padding-left: 15px;
    }
    .b28-calendario {
        padding-right: 300px;
    }
    .b28-leyenda {
        padding-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .b28 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 960px) {
    .b28-date {
        margin-top: 30px;
    }
    .b28-rigth-sidebar {
        position: relative;
        left: 0;
        height: auto;
        width: 100%;
        background: #fff;
        margin-bottom: 30px;
    }
    .b28-check {
        display: inline-block;
        margin: 10px 15px;
    }
    .b28-botone-hidden {
        display: none;
    }
    .b28-right-cnt {
        width: 90%;
    }
    .b28-calendario {
        padding-right: 0;
    }
    .b28-calendario .current-month {
        font-size: 20px;
        max-width: 120px;
    }
    .b28-calendario .clndr-previous-button {
        padding: 0px 10px 0 10px;
    }
    .b28-calendario .clndr-next-button {
        padding: 0px 10px 0 10px;
    }
    .b28-leyenda {
        padding-right: 10px;
    }
    #b28-calendario .clndr .clndr-grid.show-events .b28-rigth-sidebar {
        left: 0;
    }
    .b28-calendario.show-events .b28-rigth-sidebar {
        left: 0;
    }
}
@media screen and (max-width: 640px) {
    .b28 {
        padding: 60px 0 30px 0;
    }
    .b28-calendario .clndr-controls {
        padding-bottom: 30px;
    }
    .b28-leyenda {
        top: -33px;
    }
    .b28-calendario .header-day {
        font-size: 14px;
        padding-left: 0;
        text-align: center;
    }
    .b28-calendario .day {
        font-size: 18px;
        margin: 0;
        width: calc(100% / 7);
        text-align: center;
        padding: 20px 5px 47px 5px;
    }
    .b28-leyenda span {
        font-size: 13px;
    }
    .b28-leyenda span {
        text-align: center;
    }
    .b28-details {
        bottom: 5%;
        left: 25%;
    }
    .b28-rigth-sidebar {
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 480px) {
    .b28 {
        padding-top: 30px;
    }
    .b28-leyenda {
        top: -83px;
        left: 0;
        right: inherit;
        padding-left: 20px;
        padding-right: 0;
    }
    .b28-leyenda span {
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }
    .b28-calendario .day {
        font-size: 17px;
    }
    .name-day-mobile {
        display: block;
        font-size: 14px;
    }
    .b28 .header-day .name-day-desktop {
        display: none;
    }
    .b28-details span {
        width: 6px;
        height: 6px;
    }
    .b28-rigth-sidebar {
        margin-bottom: 100px;
    }
    .b28-date-calendar {
        margin-bottom: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b29 {
    background-color: #ff661b;
    padding: 70px 0px;
}
.b29 .wancho {
    max-width: 944px;
}
.b29-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    color: #fff;
}
.b29-title h3 {
    font-size: 30px;
}
.b29-subtitle {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding-top: 29px;
    color: #fff;
}
.b29-subtitle p {
    margin: 0;
}
.b29-form .g-group {
    width: 32%;
    max-width: 283px;
}
.b29-term {
    position: relative;
    margin-top: 50px;
}
.b29-term p {
    vertical-align: top;
    font-size: 14px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    color: #fff;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    line-height: 1.5;
}
.b29-term a {
    text-decoration: underline;
}
.b29-term input[type="checkbox"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -9999;
    position: absolute;
    left: 100%;
}
.b29-term input[type="checkbox"] + label {
    border: solid 1px #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b29-term input[type="checkbox"] + label:after {
    content: '\e911';
    font-family: 'icomoon';
    color: #000;
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 11px;
    font-weight: bold;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b29-term input[type="checkbox"]:checked + label {
    background-color: #fff;
}
.b29-term input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b29-link {
    text-align: right;
    padding-top: 66px;
}
@media screen and (max-width: 1024px) {
    .b29 {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 768px) {
    .b29-form .g-group {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }
    .b29-title,
    .b29-subtitle {
        text-align: center;
    }
    .b29-link {
        text-align: center;
        padding-top: 30px;
    }
}
@media screen and (max-width: 480px) {
    .b29-term {
        margin-top: 30px;
    }
    .b29-term p {
        font-size: 12px;
    }
    .b29-title h3 {
        font-size: 24px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b3 {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.b3 .wancho {
    max-width: 1200px;
    position: relative;
    z-index: 4;
}
.b3innerp {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}
.b3-content {
    padding: 9% 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 53%;
    padding-left: 0%;
    text-align: center;
    max-height: 490px;
}
.b3-title-black {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 31px;
}
.b3-title-orange {
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
    font-size: 31px;
    color: #ff661b;
}
.b3-paragrah {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    padding: 40px 100px 60px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b3-links .g-btn {
    display: inline-block;
}
.b3-img {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 70%;
    max-width: 1108px;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.b3-img img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1025px) {
    .b3-img {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        bottom: -50%;
    }
    .b3innerp.active .b3-img {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
    .b3-content {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .b3-paragrah {
        padding: 10px 60px 10px 60px;
    }
    .b3-img {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .b3 {
        position: relative;
    }
    .b3:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #000;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        z-index: 1;
    }
    .b3 .wancho {
        position: relative;
        z-index: 2;
    }
    .b3-links .g-btn.negro span {
        color: #fff;
    }
    .b3-content {
        padding: 50px 0px;
    }
    .b3-title-black {
        color: #fff;
    }
    .b3-paragrah {
        color: #fff;
        padding: 10px 0px;
    }
    .b3-title-black,
    .b3-title-orange {
        font-size: 33px;
    }
}
@media screen and (max-width: 640px) {
    .b3-content {
        padding: 30px 0px;
    }
    .b3-title-black,
    .b3-title-orange {
        font-size: 24px;
    }
    .b3-paragrah {
        font-size: 16px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b30 {
    padding-top: 85px;
    padding-bottom: 112px;
    background-color: #fff;
}
.b30 .g-btn.orange-2 a span:before,
.b30 .g-btn.orange-2 button span:before {
    font-size: 17px;
}
.b30 .g-btn a {
    padding: 0;
}
.b30 .g-btn a span:before {
    font-size: 15px;
}
.b30main {
    position: relative;
    min-height: 620px;
}
.b30main.wancho {
    max-width: 1200px;
}
.b30left {
    width: 100%;
    padding-right: 530px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b30left h2 {
    font-size: 25px;
    font-family: 'Gotham-Medium', sans-serif;
    color: #000;
    font-weight: normal;
    margin-bottom: 40px;
}
.b30left h3 {
    font-size: 16px;
    font-weight: normal;
    font-family: 'ProximaNova-Semibold', sans-serif;
    margin-bottom: 30px;
}
.b30left ul,
.b30left ol {
    margin-bottom: 25px;
}
.b30left ul li,
.b30left ol li {
    margin-bottom: 3px;
}
.b30left p {
    margin-bottom: 30px;
}
.b30right {
    max-width: 458px;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    margin: auto;
    background: #ff661b;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b30right h2 {
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    font-family: 'Gotham-Medium', sans-serif;
    margin-bottom: 20px;
}
.b30text {
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.b30textform {
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-bottom: 60px;
    margin-top: 20px;
}
.b30textform p {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .b30 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 958px) {
    .b30left {
        padding: 0;
    }
    .b30main {
        min-height: inherit;
    }
    .b30right {
        width: 95%;
        max-width: inherit;
        position: inherit;
    }
}
@media screen and (max-width: 640px) {
    .b30left h2 {
        font-size: 20px;
    }
    .b30right {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .b30 {
        padding: 30px 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b31 {
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}
.b31-text {
    text-align: left;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.b31-left,
.b31-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 90px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
}
.b31-left {
    background-color: #ecedf0;
    padding-right: 130px;
    text-align: right;
}
.b31-left .b31-content {
    margin: auto 0 0 auto;
}
.b31-left .b31-title-orange {
    text-align: left;
}
.b31-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b31-right {
    background-color: #ff661b;
    padding-left: 95px;
}
.b31-right .b31-text {
    color: #fff;
    line-height: 40px;
}
.b31-right .b31-text p {
    position: relative;
    padding-left: 45px;
}
.b31-icono {
    display: block;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 7px;
    left: 0;
}
.b31-title-orange,
.b31-title-white {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding-bottom: 50px;
}
.b31-title-orange h3,
.b31-title-white h3 {
    font-size: 28px;
    margin: 0;
}
.b31-title-orange h3 {
    color: #ff661b;
}
.b31-title-white h3 {
    color: #fff;
}
.b31-content {
    max-width: 400px;
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .b31-left {
        padding-right: 0px;
    }
    .b31-right {
        padding-left: 0px;
    }
    .b31-content {
        max-width: 100%;
        width: 100%;
        padding: 0px 50px;
    }
}
@media screen and (max-width: 768px) {
    .b31 {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b31-left,
    .b31-right {
        width: 100%;
        padding: 40px 0px;
    }
    .b31-title-orange h3,
    .b31-title-white h3 {
        text-align: center;
    }
    .b31-right .b31-text {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .b31-left,
    .b31-right {
        padding: 30px 0;
    }
    .b31-title-orange,
    .b31-title-white {
        padding-bottom: 30px;
    }
    .b31-content {
        padding: 0;
        width: 95%;
        margin: auto;
    }
    .b31-left .b31-content {
        margin: auto;
    }
}
@media screen and (max-width: 480px) {
    .b31-text {
        font-size: 14px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b32 {
    padding-top: 75px;
    padding-bottom: 47px;
}
.b32main {
    position: relative;
    padding-left: 545px;
    min-height: 510px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b32main.wancho {
    max-width: 912px;
}
.b32fig {
    width: 384px;
    position: absolute;
    top: 0;
    left: 0;
}
.b32fig img {
    width: 100%;
    height: auto;
    display: block;
}
.b32info {
    color: #000;
}
.b32subtitle {
    font-size: 29px;
    font-family: 'Gotham-Medium', sans-serif;
    margin-bottom: 80px;
}
.b32subtitle p {
    margin: 0;
}
.b32subtitle strong {
    color: #ff661b;
    font-weight: normal;
    display: block;
    font-family: 'Gotham-Black', sans-serif;
}
.b32item {
    margin-bottom: 50px;
}
.b32item h3 {
    font-size: 17px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    color: #ff661b;
    margin-bottom: 10px;
}
.b32item p {
    font-size: 16px;
    font-family: 'ProximaNova-Regular', sans-serif;
}
@media screen and (max-width: 960px) {
    .b32main {
        padding-left: 450px;
    }
    .b32subtitle {
        font-size: 25px;
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 768px) {
    .b32fig {
        width: 250px;
    }
    .b32main {
        padding-left: 300px;
        min-height: auto;
    }
    .b32subtitle {
        font-size: 20px;
    }
    .b32item:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .b32 {
        padding: 30px 0;
    }
    .b32fig {
        width: 250px;
        margin: auto;
        position: inherit;
        margin-bottom: 30px;
    }
    .b32main {
        padding: 0;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .b32fig {
        width: 90%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b33 {
    padding: 70px 0px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.b33 .wancho {
    max-width: 930px;
}
.b33:before {
    content: '';
    background-color: #000;
    top: 0;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.b33-content {
    position: relative;
    font-size: 0;
}
.b33-content p {
    margin: 0;
}
.b33-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    text-align: center;
    padding-bottom: 100px;
}
.b33-title h3 {
    color: #fff;
    font-size: 28px;
}
.b33-box {
    width: 33.333333333%;
    display: inline-block;
    text-align: center;
}
.b33-num {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 40px;
    padding-bottom: 30px;
    color: #ff661b;
}
.b33-text {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
    .b33-title {
        padding-bottom: 20px;
    }
    .b33-title h3 {
        font-size: 20px;
    }
    .b33-num {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .b33-text {
        font-size: 12px;
        padding: 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b34 {
    padding-top: 80px;
}
.b34 .wancho {
    max-width: 1200px;
}
.b34 p {
    margin: 0;
}
.b34-main {
    position: relative;
    padding-bottom: 80px;
}
.b34-content {
    padding-left: 510px;
    padding-right: 80px;
}
.b34-img {
    position: absolute;
    left: 140px;
    bottom: 0px;
    width: 300px;
}
.b34-img img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (min-width: 1025px) {
    .b34-img {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    .b34-img.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }
}
.b34-box {
    margin-top: 90px;
}
.b34-box:first-child {
    margin-top: 0;
}
.b34-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #ff661b;
    margin-bottom: 30px;
}
.b34-text {
    line-height: 1.3;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #646464;
    text-align: justify;
}
@media screen and (max-width: 1024px) {
    .b34 {
        padding-top: 50px;
    }
    .b34-main {
        padding-bottom: 50px;
    }
    .b34-content {
        padding-left: 330px;
        padding-right: 0;
    }
    .b34-img {
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .b34-img {
        width: 42%;
    }
    .b34-content {
        padding-left: 45%;
    }
}
@media screen and (max-width: 640px) {
    .b34 {
        padding: 30px 0;
    }
    .b34-main {
        padding-bottom: 0;
    }
    .b34-content {
        padding-left: 0;
    }
    .b34-img {
        display: none;
    }
    .b34-box {
        margin-top: 50px;
    }
    .b34-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b35 {
    padding: 90px 0px;
}
.b35 .wancho {
    max-width: 958px;
}
.b35-content {
    font-size: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -o-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.b35-item {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    width: 30%;
}
.b35-box {
    width: 100%;
    display: block;
    height: 100%;
    margin-bottom: 20px;
    max-width: 280px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.b35-img img {
    width: 100%;
    height: auto;
    display: block;
}
.b35-name {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}
.b35-status {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
.b35-box-footer {
    background-color: #ff661b;
    padding: 25px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
    .b35-item:hover .b35-box {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@media screen and (max-width: 1024px) {
    .b35 {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 640px) {
    .b35 {
        padding: 30px 0px;
    }
    .b35-item {
        width: 45%;
    }
}
@media screen and (max-width: 480px) {
    .b35-item {
        width: 100%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b36 {
    padding: 50px 0px;
}
.b36 .wancho {
    max-width: 1008px;
}
.b36-content {
    font-size: 0;
}
.b36-content p {
    margin: 0;
}
.b36-perfil {
    border: solid 1px #646464;
    padding: 20px 10px;
}
.b36-perfil-c {
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b36-perfil-c:nth-child(2) {
    padding-left: 20px;
}
.b36-perfil-img {
    max-width: 232px;
}
.b36-perfil-img img {
    width: 100%;
    height: auto;
    display: block;
}
.b36-perfil-title {
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    padding-bottom: 30px;
}
.b36-perfil-i {
    padding-bottom: 25px;
}
.b36-perfil-i:last-child {
    padding-bottom: 0px;
}
.b36-perfil-st {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-bottom: 10px;
}
.b36-perfil-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #808080;
}
.b36-cssProgress {
    width: 100%;
}
.b36-progress {
    position: relative;
    overflow: hidden;
    width: 80%;
    border: solid 1px #646464;
    border-radius: 5px;
    background-color: #ecedf0;
}
.cssProgress-bar {
    display: block;
    height: 10px;
    border-radius: 0px 4px 4px 0px;
    float: left;
    width: 0%;
    -webkit-box-shadow: inset 0px -1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0px -1px 2px rgba(0,0,0,0.1);
    -webkit-transition: width 0.8s ease-in-out;
    -moz-transition: width 0.8s ease-in-out;
    -o-transition: width 0.8s ease-in-out;
    -ms-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    background-color: #ff661b;
}
.b36-perfil-msg {
    text-align: center;
    color: #ff661b;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
}
.b36-box-content {
    padding-top: 50px;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.b36-box-content.active {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.b36-box {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.b36-box:nth-child(odd) {
    padding-left: 0px;
}
.b36-box:nth-child(even) {
    padding-right: 0px;
}
.b36-box-c {
    background-color: #ecedf0;
    padding: 40px 20px;
    position: relative;
    min-height: 55px;
}
.b36-box-circle {
    border-radius: 50%;
    background-color: #fff;
    color: #ff661b;
    line-height: 80px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    width: 80px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
}
.b36-box-text {
    padding-left: 110px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #646464;
    line-height: 1.2;
}
@media screen and (max-width: 1024px) {
    .b36-perfil-title {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .b36-box {
        width: 100%;
        padding: 10px 0px !important;
    }
    .b36-perfil-title {
        font-size: 13px;
    }
    .b36-perfil-st {
        font-size: 12px;
    }
    .b36-perfil-text {
        font-size: 12px;
    }
    .b36-perfil-c {
        width: 33.333333333%;
    }
    .b36-perfil-c:nth-child(2) {
        padding-left: 0px;
    }
    .b36-perfil-c:nth-child(1) {
        padding-bottom: 20px;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .b36 {
        padding: 30px 0px;
    }
}
@media screen and (max-width: 580px) {
    .b36-perfil-c {
        width: 50%;
    }
    .b36-perfil-c:nth-child(1) {
        display: inline-block;
    }
    .b36-perfil-c:nth-child(2) {
        padding-left: 30px;
    }
}
@media screen and (max-width: 480px) {
    .b36-box-circle {
        position: initial;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .b36-box-text {
        padding: 0;
    }
    .b36-box-c {
        padding: 20px;
    }
    .b36-perfil-c {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .b36-perfil-c:nth-child(1) {
        display: block;
    }
    .b36-perfil-c:nth-child(2) {
        padding-left: 0px;
    }
    .b36-progress {
        width: 100%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b37 {
    background: #fff;
    padding-top: 50px;
}
.b37 .wancho {
    max-width: 1200px;
}
.b37-content {
    font-size: 0;
}
.b37-box-left,
.b37-box-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b37-box-right {
    vertical-align: bottom;
}
.b37-box-content {
    max-width: 465px;
    margin: auto 85px 0 auto;
}
.b37-title-orante {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    color: #ff661b;
}
.b37-title-orante p {
    font-size: 29px;
    margin: 0;
}
.b37-title-orante span {
    font-size: 71px;
}
.b37-title-black {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b37-title-black p {
    font-size: 29px;
    color: #000;
    margin: 0;
}
.b37-text {
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    color: #000;
    text-align: justify;
    line-height: 1.5;
}
.b37-text p {
    font-size: 15px;
    margin: 0;
}
.b37-img {
    max-width: 638px;
    overflow: hidden;
}
.b37-img img {
    width: 100%;
    height: auto;
    display: block;
}
.b37-link {
    text-align: right;
    margin-bottom: 40px;
}
.b37-link .g-btn a {
    background-color: #1f1e1e;
}
@media screen and (min-width: 1025px) {
    .b37-title-orante {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s linear 1.2s;
        -moz-transition: all 0.5s linear 1.2s;
        -o-transition: all 0.5s linear 1.2s;
        -ms-transition: all 0.5s linear 1.2s;
        transition: all 0.5s linear 1.2s;
    }
    .b37-title-black {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s linear 0.7s;
        -moz-transition: all 0.5s linear 0.7s;
        -o-transition: all 0.5s linear 0.7s;
        -ms-transition: all 0.5s linear 0.7s;
        transition: all 0.5s linear 0.7s;
    }
    .b37-img {
        -webkit-transform: translateY(-101%);
        -moz-transform: translateY(-101%);
        -o-transform: translateY(-101%);
        -ms-transform: translateY(-101%);
        transform: translateY(-101%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: all 0.5s linear 1.2s;
        -moz-transition: all 0.5s linear 1.2s;
        -o-transition: all 0.5s linear 1.2s;
        -ms-transition: all 0.5s linear 1.2s;
        transition: all 0.5s linear 1.2s;
    }
    .b37.active .b37-title-orante {
        -webkit-animation: bounce 1s linear 1.5s;
        -moz-animation: bounce 1s linear 1.5s;
        -o-animation: bounce 1s linear 1.5s;
        -ms-animation: bounce 1s linear 1.5s;
        animation: bounce 1s linear 1.5s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    .b37.active .b37-title-black {
        -webkit-animation: bounce 1s linear 0.8s;
        -moz-animation: bounce 1s linear 0.8s;
        -o-animation: bounce 1s linear 0.8s;
        -ms-animation: bounce 1s linear 0.8s;
        animation: bounce 1s linear 0.8s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    .b37.active .b37-img {
        -webkit-animation: bounce 1s linear 1.5s;
        -moz-animation: bounce 1s linear 1.5s;
        -o-animation: bounce 1s linear 1.5s;
        -ms-animation: bounce 1s linear 1.5s;
        animation: bounce 1s linear 1.5s;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@media screen and (max-width: 1200px) {
    .b37-text {
        padding: 20px 0px;
    }
}
@media screen and (max-width: 1024px) {
    .b37-box-content {
        max-width: 100%;
        margin: auto 25px 0 auto;
    }
    .b37-text {
        padding: 10px 0px;
    }
    .b37-title-orante span {
        font-size: 50px;
    }
    .b37-title-black p {
        font-size: 26px;
    }
    .b37-title-black,
    .b37-title-orante {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .b37-img img {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (max-width: 948px) {
    .b37-title-black p {
        font-size: 24px;
    }
    .b37-title-orante span {
        font-size: 40px;
    }
    .b37-text p {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .b37 {
        padding-bottom: 50px;
    }
    .b37-box-left {
        display: block;
        width: 100%;
        text-align: center;
    }
    .b37-box-content {
        margin: 0;
    }
    .b37-link {
        text-align: center;
    }
    .b37-box-right {
        display: none;
    }
    .b37-text {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 640px) {
    .b37 {
        padding: 30px 0;
    }
}
@-moz-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
@-o-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -20px, 0);
        -moz-transform: translate3d(0, -20px, 0);
        -o-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        -webkit-transform: translate3d(0, -2px, 0);
        -moz-transform: translate3d(0, -2px, 0);
        -o-transform: translate3d(0, -2px, 0);
        -ms-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b38 {
    padding-top: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.b38 .wancho {
    max-width: 1200px;
}
.b38-content {
    font-size: 0;
}
.b38-box-left,
.b38-box-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.b38-title {
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
    font-size: 41px;
    color: #fff;
}
.b38-title p {
    margin: 0;
}
.b38-title span {
    color: #000;
}
.b38-l-content {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 50px;
}
.b38-subtitle {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 27px;
    color: #fff;
}
.b38-subtitle p {
    margin: 0;
}
.b38-text {
    padding-top: 30px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: justify;
}
.b38-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.b38-box-num {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #000;
    text-align: center;
}
.b38-box-num p {
    margin: 0;
}
.b38-box-ntext {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 83px;
    text-align: center;
}
.b38-box-ntext p {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .b38-title {
        font-size: 30px;
    }
    .b38-subtitle {
        font-size: 22px;
    }
    .b38-text {
        font-size: 14px;
    }
    .b38-box-num {
        font-size: 30px;
    }
    .b38-box-ntext {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    .b38-box-left,
    .b38-box-right {
        display: block;
        width: 100%;
    }
    .b38-box-right {
        padding-top: 30px;
    }
    .b38 {
        padding-top: 30px;
    }
    .b38-l-content {
        max-width: 100%;
        padding-top: 0px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .b38-title {
        font-size: 24px;
    }
    .b38-subtitle {
        font-size: 18px;
    }
    .b38-text {
        font-size: 12px;
    }
    .b38-box-num {
        font-size: 26px;
    }
    .b38-box-ntext {
        font-size: 12px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b39 {
    background: #fff;
}
.b39-main {
    position: relative;
    padding-top: 40px;
    padding-bottom: 6.7%;
}
.b39-main.wancho {
    max-width: 1200px;
}
.b39-img {
    width: 33%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.b39-img img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
}
.b39-img-text {
    display: block;
    width: 329px;
    line-height: 53px;
    background: #ff661b;
    position: absolute;
    top: 29.7%;
    left: 34%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
}
.b39-img-text span {
    display: block;
    color: #1f1e1e;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 29px;
}
.b39-img-text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 53px 29px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.b39-resp-title {
    display: none;
    text-align: center;
}
.b39-resp-title h3 {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #ff661b;
    color: #1f1e1e;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 22px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
}
.b39-resp-title h3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 29px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.b39-resp-title h3:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 29px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.b39-items {
    min-height: 342px;
    font-size: 0;
    padding-left: 500px;
}
.b39-box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 90px;
}
.b39-box:nth-child(odd) {
    padding-right: 20px;
}
.b39-box:nth-child(even) {
    padding-left: 20px;
}
.b39-envolve {
    position: relative;
    padding-left: 85px;
}
.b39-icon {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.b39-icon img {
    width: 100%;
    height: auto;
    display: block;
}
.b39-subtitle {
    margin-bottom: 10px;
}
.b39-subtitle h3 {
    color: #646464;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 17px;
    margin-bottom: 0;
}
.b39-text {
    line-height: 1.2;
    color: #646464;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 14px;
    text-align: justify;
}
.b39-text p {
    margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
    .b39-img {
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    .b39-box {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    .b39-box:nth-child(1) {
        -webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        -ms-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .b39-box:nth-child(2) {
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        -ms-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .b39-box:nth-child(3) {
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        -ms-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .b39-box:nth-child(4) {
        -webkit-transition-delay: 1.6s;
        -moz-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        -ms-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .b39.active .b39-img {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
    }
    .b39.active .b39-box {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
    }
}
@media screen and (max-width: 1100px) {
    .b39-main {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .b39-img {
        width: 25%;
    }
    .b39-img-text {
        width: 220px;
        line-height: 40px;
        padding-left: 60px;
    }
    .b39-img-text span {
        font-size: 22px;
    }
    .b39-img-text:before {
        border-width: 0 0 40px 29px;
    }
    .b39-items {
        min-height: 262px;
        padding-left: 340px;
    }
    .b39-box {
        padding-top: 50px;
    }
    .b39-box:nth-child(odd) {
        padding-right: 20px;
    }
    .b39-box:nth-child(even) {
        padding-left: 20px;
    }
    .b39-envolve {
        padding-left: 60px;
    }
    .b39-icon {
        width: 45px;
    }
}
@media screen and (max-width: 960px) {
    .b39 {
        padding: 50px 0;
    }
    .b39-main {
        padding-bottom: 0;
    }
    .b39-img {
        display: none;
    }
    .b39-resp-title {
        display: block;
    }
    .b39-items {
        min-height: inherit;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .b39 {
        padding: 30px 0;
    }
    .b39-icon {
        width: 35px;
    }
    .b39-envolve {
        padding-left: 45px;
    }
    .b39-box:nth-child(odd) {
        padding-right: 10px;
    }
    .b39-box:nth-child(even) {
        padding-left: 10px;
    }
}
@media screen and (max-width: 480px) {
    .b39-box {
        text-align: center;
    }
    .b39-envolve {
        padding-left: 0;
    }
    .b39-icon {
        position: static;
        margin-bottom: 10px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b4 {
    padding: 78px 0px 0 0;
}
.b4 .wancho {
    max-width: 1200px;
}
.b4 .g-title {
    padding-bottom: 37px;
}
.b4 .g-title .linear h2:after {
    top: 119px;
    height: 96px;
}
.b4-prin-content {
    width: 100%;
    background-color: #e1ecee;
}
.b4-content {
    font-size: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b4-box {
    width: 25%;
    display: inline-block;
    border-left: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    height: 485px;
}
.b4-box:nth-child(4) {
    border-right: 1px solid #fff;
}
.b4-box-image {
    max-width: 300px;
    overflow: hidden;
    background-color: #fff;
    height: 187px;
}
.b4-box-image img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    height: auto;
    display: block;
}
.b4-box-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    height: 125px;
    font-weight: normal;
    width: 20000px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b4-box-title h3 {
    color: #000;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.b4-table {
    height: auto;
    position: relative;
}
.b4-box-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #646464;
    padding: 30px 40px 0 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 24px;
}
.b4-box-link {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.b4-box-link span {
    position: relative;
}
.b4-box-link span:after {
    content: "\e908";
    font-family: 'icomoon';
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    font-size: 10px;
    padding-left: 15px;
}
@media screen and (min-width: 1025px) {
    .b4 .g-title h2:after {
        height: 0px;
    }
    .b4 .g-title.active h2:after {
        -webkit-transition: all 0.4s linear 0.5s;
        -moz-transition: all 0.4s linear 0.5s;
        -o-transition: all 0.4s linear 0.5s;
        -ms-transition: all 0.4s linear 0.5s;
        transition: all 0.4s linear 0.5s;
        height: 90px;
    }
    .b4-box {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateX(-50px);
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    .b4-box.active {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        filter: none;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .b4-box:hover {
        background-color: #ff661b;
    }
    .b4-box:hover .b4-box-title h3,
    .b4-box:hover .b4-box-text {
        color: #fff;
    }
    .b4-box:hover .b4-box-link {
        visibility: visible;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    .b4-box:hover .b4-box-link span:after {
        -webkit-animation-name: hvr-wobble-horizontal;
        -moz-animation-name: hvr-wobble-horizontal;
        -o-animation-name: hvr-wobble-horizontal;
        -ms-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        -ms-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .b4-box:hover .b4-box-image img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1200px) {
    .b4-box-text {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media screen and (max-width: 1024px) {
    .b4-box .b4-box-link {
        visibility: visible;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    .b4-box .b4-box-link a span {
        color: #000;
    }
    .b4-box-text {
        padding: 20px;
    }
    .b4-box-title {
        padding: 30px 20px 20px 20px;
    }
    .b4-box-title h3 {
        font-size: 15px;
    }
    .b4 {
        padding-top: 50px;
    }
    .b4-box-text p {
        margin: 0;
        line-height: 22px;
        font-size: 13px;
    }
}
@media screen and (max-width: 780px) {
    .b4-content {
        padding: 30px 0;
    }
    .b4-content .wancho {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: justify;
        -webkit-align-content: space-between;
        align-content: space-between;
        -webkit-box-align: baseline;
        -moz-box-align: baseline;
        -o-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        -o-box-pack: distribute;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .b4-box {
        width: 40%;
        height: auto;
        padding: 15px 0;
    }
    .b4-box:nth-child(1),
    .b4-box:nth-child(2) {
        margin-top: 0px;
    }
    .b4-box:nth-child(3),
    .b4-box:nth-child(1) {
        border: 0;
    }
    .b4-box:last-child {
        border-right: 0;
    }
    .b4-table {
        height: auto;
    }
    .b4-box-title {
        padding: 0;
        height: 80px;
        display: table-cell;
    }
    .b4-box-link .g-btn a {
        height: auto;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {
    .b4 .g-title.linear h2 {
        font-size: 29px;
    }
}
@media screen and (max-width: 640px) {
    .b4-box {
        width: 45%;
    }
    .b4 {
        padding-top: 30px;
    }
    .b4 .g-title {
        padding-bottom: 27px;
    }
    .b4-box-text {
        padding: 10px 20px;
    }
    .b4-box-text p {
        line-height: 20px;
    }
    .b4-box-image {
        height: auto;
    }
}
@media screen and (max-width: 480px) {
    .b4-box {
        width: 98%;
        border: 0;
    }
    .b4-box:last-child {
        margin-bottom: 0;
    }
    .b4-table {
        height: auto;
    }
    .b4-box-link {
        position: inherit;
    }
    .b4-box-title {
        height: auto;
        padding-bottom: 15px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b40 {
    position: relative;
    display: table;
    height: 394px;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.b40:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.b40-table {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.b40-table h3 {
    font-size: 29px;
    font-family: 'Gotham-Medium', sans-serif;
    color: #ff661b;
    line-height: 1.3;
    margin: 0;
}
.b40-table strong {
    display: block;
    font-family: 'Gotham-Black', sans-serif;
    color: #fff;
}
.b4-video {
    margin-top: 35px;
    display: inline-block;
    font-size: 68px;
    color: #ff661b;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
@media screen and (min-width: 1025px) {
    .b4-video:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1024px) {
    .b40 {
        height: 350px;
    }
}
@media screen and (max-width: 640px) {
    .b40 {
        height: 300px;
    }
    .b40-table h3 {
        font-size: 25px;
    }
    .b40-table strong {
        font-size: 23px;
    }
    .b4-video {
        margin-top: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b41-captcha {
    margin-top: 30px;
}
.b41-content {
    font-size: 0px;
    height: 650px;
}
.b41-box-left {
    display: inline-block;
    width: 40%;
    height: 100%;
    vertical-align: top;
}
.b41-box-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.b41-box-i {
    height: 50%;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b41-box-i:nth-child(1) {
    border-bottom: solid 1px #ecedf0;
}
.b41-box-i:nth-child(1) .b41-box-d:before {
    content: '\e90b';
    font-family: 'icomoon';
    font-size: 50px;
    position: absolute;
    top: 0px;
    left: -60px;
}
.b41-box-i:nth-child(2) .b41-box-d:before {
    content: '\e920';
    font-family: 'icomoon';
    font-size: 50px;
    position: absolute;
    top: 0px;
    left: -60px;
}
.b41-box-d {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    position: relative;
    padding-right: 100px;
    margin: 0;
    display: block;
}
.b41-box-d p {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #646464;
    margin: 0 0 5px 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b41-box-d strong {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #000;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b41-box-right {
    height: 100%;
    background-color: #ff661b;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 66px;
    padding-top: 66px;
}
.b41-r-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b41-r-title h3 {
    font-size: 31px;
    color: #fff;
}
.b41-form {
    max-width: 610px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b41-form .g-group {
    width: 46.5%;
}
.b41-form .g-group label:focus,
.b41-form .g-group.active label {
    font-size: 12px;
}
.b41-form .g-form-f .g-group {
    width: 100%;
    max-width: 100%;
}
.b41-endform {
    padding-top: 20px;
}
.b41-term {
    position: relative;
    zoom: 1;
}
.b41-term:after,
.b41-term:before {
    content: "";
    display: table;
}
.b41-term:after {
    clear: both;
}
.b41-term .g-btn {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.b41-term .g-btn button {
    padding: 0 32px;
}
.b41-term p {
    vertical-align: top;
    font-size: 14px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    color: #fff;
    padding-left: 30px;
    line-height: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 76%;
    padding-right: 3%;
}
.b41-term input[type="checkbox"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: -9999;
    position: absolute;
    left: 100%;
}
.b41-term input[type="checkbox"] + label {
    border: solid 1px #fff;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 17px;
    height: 17px;
}
.b41-term input[type="checkbox"] + label:before {
    position: absolute;
    content: "\e911";
    display: block;
    text-align: center;
    top: 0;
    left: 2px;
    line-height: 18px;
    font-family: 'icomoon';
    color: #fff;
    font-size: 9px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.b41-term input[type="checkbox"]:checked + label:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.bloque-modal-contacto {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 400;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.bloque-modal-contacto.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.bg-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    content: "";
    display: block;
}
.content-modal {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 80%;
    max-width: 732px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 10px;
    padding: 50px 50px;
}
.content-modal .content {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
    height: 100%;
    overflow-y: scroll;
}
.content-modal .content .parrafo {
    margin-right: 20px;
}
.content-modal-table {
    display: table;
    width: 100%;
    height: 100%;
}
.content-modal-table p {
    magin: 0;
    display: table-cell;
    vertical-align: middle;
}
.content-modal-close {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}
@media screen and (min-width: 1025px) {
    .b41-box-i:hover {
        background-color: #000;
    }
    .b41-box-i:hover:nth-child(2) {
        background-color: #fff;
    }
    .b41-box-i:hover:nth-child(2) .b41-box-d p {
        color: #646464;
    }
    .b41-box-i:hover:nth-child(2) .b41-box-d strong {
        color: #000;
    }
    .b41-box-i:hover:nth-child(2) .b41-box-d:before {
        color: #000;
    }
    .b41-box-i:hover .b41-box-d p {
        color: #fff;
    }
    .b41-box-i:hover .b41-box-d strong {
        color: #fff;
    }
    .b41-box-i:hover .b41-box-d:before {
        color: #fff;
    }
}
@media screen and (max-width: 1200px) {
    .b41-box-right {
        padding-left: 30px;
        padding-right: 30px;
    }
    .b41-form {
        max-width: 100%;
        width: 100%;
    }
    .b41-term p {
        width: 69%;
    }
    .b41-box-d {
        padding-right: 10%;
    }
}
@media screen and (max-width: 780px) {
    .b41-content {
        height: auto;
    }
    .b41-box-left,
    .b41-box-right {
        display: block;
        width: 100%;
    }
    .b41-box-d {
        margin: 0 auto;
    }
    .b41-box-i {
        padding: 30px 0 30px 15px;
        width: 50%;
    }
    .b41-box-i:nth-child(1) {
        border-bottom: 0;
        padding-left: 0;
    }
    .b41-box-i:nth-child(1) .b41-box-d {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 70px;
    }
    .b41-box-i:nth-child(1) .b41-box-d:before {
        left: 0;
    }
    .b41-box-right {
        padding-bottom: 50px;
    }
    .b41-box-content {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (max-width: 640px) {
    .b41-form .g-group {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .b41-box-content {
        display: block;
    }
    .b41-box-i {
        width: 100%;
        display: block;
        height: auto;
        padding: 30px 0 30px 15px !important;
    }
    .b41-box-i:nth-child(1) {
        border-bottom: solid 1px #ecedf0;
    }
    .b41-box-i:nth-child(2) .b41-box-d:before {
        left: 0;
    }
    .b41-box-d {
        padding: 0 57px;
    }
    .b41-box-i:nth-child(1) .b41-box-d {
        padding-left: 59px;
    }
}
@media screen and (max-width: 480px) {
    .b41-form .g-group {
        display: block;
        width: 100%;
        padding: 0px;
    }
    .b41-box-right {
        height: auto;
        padding-bottom: 30px;
    }
    .b41-term p,
    .b41-term .g-btn {
        display: block;
        width: 100%;
    }
    .b41-term .g-btn {
        text-align: center;
    }
    .b41-box-d:before {
        font-size: 40px !important;
    }
    .b41-box-d p {
        font-size: 16px;
    }
    .b41-box-d strong {
        font-size: 24px;
    }
    .b41-content {
        height: auto;
    }
    .b41-box-i {
        height: auto;
        padding: 50px 0px;
    }
    .b41-box-d strong {
        font-size: 18px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b42 {
    position: relative;
}
.b42-box {
    position: absolute;
    top: 0px;
    left: 60%;
    background-color: #fff;
    width: 351px;
    height: 172px;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 35px 0px 50px;
}
.b42-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #000;
}
.b42-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b42-text:before {
    content: '\e920';
    font-family: 'icomoon';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ff661b;
    font-size: 35px;
}
/* Mapa */
.b42-mp .cnt-map {
    text-align: center;
}
.b42-mp .cnt-map .box-map {
    width: 100%;
    height: 526px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.b42-mp .cnt-map .map {
    width: 100%;
    height: 100%;
}
.b42-mp .cnt-map .abrir-map,
.b42-mp .cnt-map .cerrar-map {
    text-align: center;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 17px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-family: 'ProximaNova-Regular', sans-serif;
    padding: 0 30px;
    display: none;
    border: 1px solid #ff661b;
    background: #ff661b;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}
.b42-mp .cnt-map .abrir-map span,
.b42-mp .cnt-map .cerrar-map span {
    position: relative;
    display: block;
}
.b42-mp .cnt-map .cerrar-map {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100;
}
@media screen and (max-width: 1024px) {
    .b42-box {
        left: 50%;
    }
}
@media screen and (max-width: 768px) {
    .b42-box {
        display: none;
    }
    .b42-mp {
        width: 100%;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .b42-mp .cnt-map {
        position: relative;
        z-index: 2000;
    }
    .b42-mp .cnt-map .abrir-map {
        display: inline-block;
    }
    .b42-mp .cnt-map .cerrar-map {
        display: inline-block;
    }
    .b42-mp .cnt-map .box-map {
        position: fixed;
        top: -200%;
        left: 0;
        height: 100%;
    }
    .b42-mp .cnt-map .anima-map {
        top: 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b43 {
    background-color: #f3f6f7;
}
.b43 .wancho {
    max-width: 1050px;
}
.jvectormap-tip {
    color: #000;
    background-color: #fff;
    padding: 4px;
    font-weight: normal;
    font-family: 'Gotham-Medium', sans-serif;
}
.b43-content {
    font-size: 0;
}
.b43-map,
.b43-red {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.b43-map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#b43-map {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#b43-map svg {
    height: 660px;
    -webkit-transform: translateX(136px);
    -moz-transform: translateX(136px);
    -o-transform: translateX(136px);
    -ms-transform: translateX(136px);
    transform: translateX(136px);
    padding-top: 50px;
}
#b43-map #PE-LOR,
#b43-map #PE-AMA,
#b43-map #PE-TUM,
#b43-map #PE-HUC,
#b43-map #PE-SAM,
#b43-map #PE-ANC,
#b43-map #PE-LAL,
#b43-map #PE-CAJ,
#b43-map #PE-PIU,
#b43-map #PE-LAM {
    fill: #979796;
}
#b43-map #PE-UCA,
#b43-map #PE-PAS,
#b43-map #PE-LIM,
#b43-map #PE-LMA,
#b43-map #PE-AYA,
#b43-map #PE-ICA,
#b43-map PE-HUV,
#b43-map #PE-JUN,
#b43-map #PE-HUV {
    fill: #ababab;
}
#b43-map .jvectormap-container {
    width: 100%;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    display: none;
}
.b43-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding-top: 100px;
    text-transform: uppercase;
}
.b43-title h3 {
    color: #000;
    font-size: 31px;
}
.b43-title span {
    color: #ff661b;
}
.b43-d-title {
    line-height: 1.2;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 5px;
}
.b43-d-title p {
    margin-bottom: 0;
}
.b43-d-subtitle {
    color: #ff661b;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
.b43-d-subtitle p {
    margin-bottom: 0;
}
.b43-d-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.b43-d {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
}
.b43-d:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
}
.b43-d:nth-child(odd) {
    padding-left: 0;
    padding-right: 30px;
}
.b43-leyenda {
    position: absolute;
    bottom: 130px;
    font-size: 20px;
    width: 180px;
    left: 40px;
}
.b43-l-title {
    background-color: #ff661b;
    color: #fff;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 12px 30px;
}
.b43-l-title p {
    margin: 0;
}
.b43-l-content {
    background-color: #fff;
    padding-left: 30px;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    padding-bottom: 20px;
}
.b43-l-content p {
    margin: 0;
    padding-top: 20px;
}
.b43-l-content p:nth-child(1) span {
    background-color: #979796;
}
.b43-l-content p:nth-child(2) span {
    background-color: #ababab;
}
.b43-l-content p:nth-child(3) span {
    background-color: #bfbfbf;
}
.b43-l-content span {
    width: 30px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
@media screen and (max-width: 1024px) {
    #b43-map svg {
        -webkit-transform: translateX(85px);
        -moz-transform: translateX(85px);
        -o-transform: translateX(85px);
        -ms-transform: translateX(85px);
        transform: translateX(85px);
    }
    .b43-leyenda {
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .b43-map {
        width: 100%;
    }
    #b43-map svg {
        -webkit-transform: translate(81px, -19px);
        -moz-transform: translate(81px, -19px);
        -o-transform: translate(81px, -19px);
        -ms-transform: translate(81px, -19px);
        transform: translate(81px, -19px);
        height: 390px;
        padding-top: 33px;
    }
    .b43-leyenda {
        bottom: 20px;
    }
    .b43-red {
        width: 100%;
        display: block;
    }
    .b43-d {
        padding-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .b43 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 640px) {
    .b43-title {
        padding-top: 30px;
    }
    .b43 {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {
    .b43-title {
        margin-bottom: 30px;
    }
    .b43-d {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin-bottom: 50px;
    }
    .b43-d:last-child {
        margin-bottom: 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b44 {
    padding: 60px 0px;
    font-size: 0;
    background-color: #ebf1f3;
}
.b44 .wancho {
    max-width: 1200px;
}
.b44-content {
    width: 100%;
    text-align: left;
    zoom: 1;
}
.b44-content:after,
.b44-content:before {
    content: "";
    display: table;
}
.b44-content:after {
    clear: both;
}
.b44-box {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    overflow: hidden;
}
.b44-image {
    position: relative;
}
.b44-image img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: auto;
    display: block;
}
.b44-image:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/bg-novedades.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 51px;
    height: 54px;
}
.b44-box-c {
    background-color: #fff;
    padding: 20px 20px 35px 30px;
    border-radius: 0 0 8px 8px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b44-c-date {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #ff661b;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b44-c-date span {
    font-size: 20px;
    margin-right: 12px;
}
.b44-c-text {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #646464;
    text-align: left;
    line-height: 1.5;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b44-box-ctn {
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
    .b44-image:before {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .b44-box:hover .b44-box-ctn {
        -webkit-box-shadow: 3px 6px 7px 0px rgba(31,30,30,0.3);
        box-shadow: 3px 6px 7px 0px rgba(31,30,30,0.3);
    }
    .b44-box:hover .b44-box-c {
        background-color: #ff661b;
    }
    .b44-box:hover .b44-c-date,
    .b44-box:hover .b44-c-text {
        color: #fff;
    }
    .b44-box:hover .b44-image:before {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}
@media screen and (max-width: 1024px) {
    .b44 {
        padding: 50px 0px;
    }
}
@media screen and (max-width: 968px) {
    .b44-content {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
    }
    .b44-box {
        width: 33.333333333%;
    }
}
@media screen and (max-width: 768px) {
    .b44-box {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .b44 {
        padding: 30px 0px;
    }
}
@media screen and (max-width: 480px) {
    .b44-box {
        width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 320px) {
    .b44-box {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b45 {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.b45 .wancho {
    max-width: 1200px;
}
.b45-content {
    display: table-cell;
    vertical-align: bottom;
    height: 300px;
    color: #fff;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 18px;
}
.b45-date {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 25px;
}
.b45-date p {
    margin: 0;
}
.b45-date p:before {
    content: '\e904';
    font-family: 'icomoon';
    color: #fff;
    font-size: 17px;
    padding-right: 10px;
}
.b45-text {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 27px;
}
@media screen and (max-width: 1024px) {
    .b45-content {
        height: 200px;
        padding-bottom: 30px;
    }
    .b45-date {
        font-size: 14px;
    }
    .b45-date p:before {
        font-size: 14px;
    }
    .b45-text {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .b45-content {
        padding-bottom: 10px;
    }
    .b45-text {
        font-size: 16px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b46 {
    padding: 65px 0px;
}
.b46 .wancho {
    max-width: 1200px;
}
.b46-content {
    font-size: 0px;
}
.b46-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b46-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #646464;
    text-align: justify;
}
.b46-image {
    max-width: 482px;
}
.b46-image img {
    width: 100%;
    height: auto;
    display: block;
}
.b46-link {
    max-width: 482px;
    margin: auto;
    padding-top: 40px;
}
.b46-redes {
    width: 100%;
    height: 65px;
    background-color: #265192;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 65px;
    text-align: center;
    margin-top: 50px;
}
.b46-redes a {
    padding-left: 50px;
}
@media screen and (max-width: 1200px) {
    .b46-redes a {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .b46-box {
        display: block;
        width: 100%;
    }
    .b46-box:nth-child(1) {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -o-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .b46-link {
        margin: 0;
        padding: 0;
        max-width: 150px;
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .b46-redes {
        font-size: 16px;
        height: auto;
    }
    .b46-redes a {
        padding-left: 10px;
    }
}
@media screen and (max-width: 768px) {
    .b46-box {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .b46 {
        padding: 30px 0;
    }
    .b46-box:nth-child(1) {
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        -o-box-direction: reverse;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
    }
    .b46-image {
        margin-top: 30px;
    }
    .b46-text {
        font-size: 15px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b47 {
    padding: 60px 0 80px 0;
    width: 100%;
}
.b47-ctn {
    max-width: 870px;
}
.b47-ctn .g-btn {
    text-align: right;
    margin: 52px 0 0 0;
}
.b47-ctn .g-btn button {
    width: 375px;
}
.b-form-general {
    margin: 0 0 30px 0;
}
.b-form-general h3 {
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    color: #1f1e1e;
}
.b-form-general .g-form-group {
    margin: 14px 0 14px 0;
    border-top: 2px solid #ff661b;
    padding: 35px 0 0 0;
}
.b-form-general .g-form-group textarea {
    padding-top: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-form-general .g-form-group input,
.b-form-general .g-form-group textarea {
    border-bottom: 1px solid #808080;
    margin: 14px 0 0;
    color: #808080;
}
.b-form-general .g-form-group input + label,
.b-form-general .g-form-group textarea + label,
.b-form-general .g-form-group .nice-select + label {
    color: #808080;
    font-size: 15px;
}
.b-form-general .g-form-group input:focus + label,
.b-form-general .g-form-group textarea:focus + label {
    font-size: 13px;
}
.b-form-general .g-form-group .g-group {
    max-width: 375px;
}
.b-form-general .g-form-group textarea {
    height: 60px;
}
.b-form-general .g-group {
    margin: 0 0 25px 0;
}
.b-form-general .g-group.active label {
    font-size: 13px;
}
.b-form-general .formError .formErrorContent,
.b-form-general .formError .formErrorArrow div {
    background: #ff661b;
}
@media screen and (max-width: 1024px) {
    .b47 {
        padding: 50px 0;
        padding-bottom: 70px;
    }
    .b47-ctn-g-btn {
        margin: 50px 0 0 0;
    }
    .b47-ctn-form .g-btn {
        text-align: center;
    }
    .b-form-general {
        margin: 0 0 50px 0;
    }
}
@media screen and (max-width: 830px) {
    .b47-ctn .g-btn button {
        width: 45%;
    }
    .b-form-general .g-group {
        width: 45%;
    }
}
@media screen and (max-width: 640px) {
    .b47 {
        padding: 30px 0;
    }
    .b47-ctn {
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b47-ctn .g-btn {
        margin: 30px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .b47-ctn .g-btn button {
        width: 100%;
        max-width: 375px;
    }
    .b-form-general {
        margin: 0 0 30px 0;
    }
    .b-form-general .g-form-group {
        padding-top: 30px;
    }
    .b-form-general .g-group {
        width: 100%;
        max-width: 100% !important;
    }
    .b-form-general:first-child .g-group:nth-child(3) {
        margin-bottom: 25px;
    }
    .b-form-general:nth-child(3) .g-group:first-child {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 480px) {
    .b-form-general h3 {
        font-size: 18px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b48 {
    padding-top: 30px;
    padding-bottom: 45px;
}
.b48 .wancho {
    max-width: 1008px;
}
.b48-content {
    font-size: 0;
}
.b48-historial {
    padding-top: 36px;
}
.b48-head {
    background-color: #ff661b;
    height: 57px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 30px;
}
.b48-head p {
    margin: 0;
    line-height: 57px;
}
.b48-head span {
    padding-right: 10px;
}
.b48-datos-content {
    padding: 30px;
    border: 1px solid #646464;
    border-top: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.b48-datos {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.b48-datos p {
    margin: 0;
}
.b48-perfil-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
}
.b48-dato-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-top: 25px;
    padding-bottom: 15px;
}
.b48-dato-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #646464;
}
.b48-h-date {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #ff661b;
    padding-bottom: 6px;
}
.b48-h-date p {
    margin: 0;
}
.b48-h-content {
    padding: 20px 35px;
    background-color: #ecedf0;
    margin-top: 15px;
}
.b48-dato {
    vertical-align: top;
}
.b48-h-dato {
    width: 25%;
    display: inline-block;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding-left: 0;
}
.b48-h-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-bottom: 15px;
}
.b48-h-title p {
    margin: 0;
}
.b48-h-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #646464;
}
.b48-h-white .b48-h-text p:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 10px;
}
.b48-h-white .b48-h-text.pendiente p:before {
    background-color: #e30034;
}
.b48-h-white .b48-h-text.atendido p:before {
    background-color: #95cd00;
}
.b48-h-white {
    padding: 12px 12px 0px 12px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 192px;
    height: 66px;
}
.b48-dato-pw {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    text-decoration: underline;
    color: #ff661b;
    font-size: 14px;
    padding-top: 35px;
}
@media screen and (max-width: 968px) {
    .b48-datos {
        width: 49%;
        margin-right: 2%;
    }
    .b48-datos .g-btn {
        text-align: center;
    }
    .b48-datos:nth-child(2) {
        margin-right: 0;
    }
    .b48-datos:nth-child(3),
    .b48-datos:last-child {
        width: 100%;
        margin-right: 0;
    }
    .b48-dato {
        display: inline-block;
        width: 50%;
        padding-bottom: 30px;
    }
    .b48-dato-title {
        padding-top: 10px;
    }
    .b48-h-dato {
        width: 35%;
    }
}
@media screen and (max-width: 768px) {
    .b48 {
        padding-bottom: 30px;
    }
    .b48-h-dato {
        width: 50%;
    }
    .b48-dato {
        width: 50%;
    }
    .b48-head {
        font-size: 16px;
        height: auto;
    }
    .b48-h-box {
        width: 72%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .b48-datos {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width: 480px) {
    .b48-head {
        font-size: 14px;
    }
    .b48-datos {
        text-align: center;
        padding-top: 30px;
    }
    .b48-h-content {
        text-align: center;
    }
    .b48-h-dato {
        width: 90%;
    }
    .b48-dato {
        width: 90%;
        padding-bottom: 0px;
    }
    .b48-dato-title {
        padding-bottom: 10px;
    }
    .b48-datos-content {
        padding-top: 0px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.g-form-group ul {
    width: 100%;
}
.b49 .b-form-general .g-form-group input + label,
.b49 .b-form-general .g-form-group textarea + label,
.b49 .b-form-general .g-form-group .nice-select + label {
    font-size: 14px;
}
.b49 .b-form-general .g-form-group {
    margin: 0;
    border-top: 0;
    padding-top: 35px;
}
.b49 .b-form-general h3 {
    border-bottom: 2px solid #ff661b;
    padding-bottom: 14px;
}
.b-form-3 {
    margin-bottom: 0;
}
.b-form-1 .g-form-group {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.b-form-1 .g-group {
    margin-right: 5%;
}
.b-form-1 .g-group:nth-child(3n+3) {
    margin-right: 0;
}
.b-form-2 .f-details {
    margin-top: 25px;
    margin-bottom: 30px;
}
.b-form-2 .f-details p {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1.3;
}
.b-form-2 .f-details strong {
    font-weight: normal;
    font-family: 'Gotham-Black', sans-serif;
}
.b-form-2 .f-details p:last-child {
    margin: 0;
}
.b-form-2 .g-form-group2 {
    padding-top: 42px;
}
.b-form-2 .g-group {
    max-width: inherit !important;
    margin-right: 5%;
}
.b-form-2 .g-group input,
.b-form-2 .g-group textarea,
.b-form-2 .g-group select {
    color: #646464;
    border-bottom: 1px solid #808080;
}
.b-form-2 .g-group label {
    color: #808080 !important;
}
.b-form-2 .g-textarea {
    width: 100% !important;
}
.f-cnt-radio {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.f-radio {
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}
.f-radio:last-child {
    margin-right: 0;
}
.f-radio input[type="radio"] {
    display: none;
}
.f-radio label {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    font-family: 'ProximaNova-Regular', sans-serif;
}
.f-radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #646464;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}
.f-radio input[type="radio"]:checked + label:before {
    background: #ff661b;
    border: 2px solid #ff661b;
}
.b49 {
    padding: 70px 0 100px 0;
}
.b49-ctn {
    max-width: 940px;
}
.b49-ctn p {
    font-size: 13px;
    color: #808080;
    margin: -18px 0 0 0;
}
.b49-ctn .b-form-general .g-group {
    width: 30%;
}
.b49-ctn .b-form-general:nth-child(2) .g-form-group {
    width: 100%;
    border: 0;
    margin: 0;
}
.b49-ctn .b-form-general:nth-child(2) .g-form-group:last-child {
    border: 0;
    padding: 0;
    margin: 0;
    width: 65%;
}
.b49-ctn .b-form-general:nth-child(2) .g-form-group:last-child .g-group {
    width: 100%;
    max-width: 612px;
}
.b49-ctn .b-form-general .nice-select {
    display: block;
    width: 100% !important;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    clear: none;
    border-radius: 0;
    margin: 0 5.2% 0 0;
    float: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #808080;
    border-radius: 0;
    outline: none;
    height: 2rem;
    font-size: 1rem;
    margin: 14px 0 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    color: #808080;
}
.b49-ctn .b-form-general .nice-select:last-child {
    margin: 0;
}
.b49-ctn .b-form-general .nice-select:after {
    width: 10px;
    top: 2px;
    border: 0;
    height: 18px;
    right: 8px;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -o-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: none;
    content: "\e90c";
    font-size: 18px;
    display: block;
    font-family: 'icomoon';
    color: #808080;
}
.b49-ctn .b-form-general .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.b49-ctn .b-form-general .nice-select .option.selected {
    color: #808080;
    font-weight: normal;
    background: none;
}
.b49-ctn .b-form-general .list {
    max-height: 150px;
    background: #fff;
    font-size: 15px;
    color: #808080;
    overflow: auto;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.b49-ctn .b-form-general .list li.option {
    padding-left: 0;
    display: block;
    width: 100%;
    min-height: auto;
    padding-right: 0;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    height: auto;
    border-radius: 0;
    margin-bottom: 5px !important;
}
.b49-ctn .b-form-general .list li.option.selected {
    display: none;
}
.b49-ctn .b-form-general .list li.option:hover,
.b49-ctn .b-form-general .list li.option.result-selected {
    background: none;
    color: #808080;
}
.b49-ctn .b-form-general .list li.option:last-child {
    margin-bottom: 0;
}
.b49-content-capcha {
    width: 100%;
    padding: 65px 0 0 0;
    font-size: 0;
    text-align: center;
}
.b49-content-capcha .g-btn {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.b49-content-capcha .g-btn button,
.b49-content-capcha .g-btn a {
    width: 186px;
}
.b49-content-capcha .g-btn button span:after,
.b49-content-capcha .g-btn a span:after,
.b49-content-capcha .g-btn button span:before,
.b49-content-capcha .g-btn a span:before {
    display: none;
}
.b49ul {
    margin-top: 25px;
    margin-bottom: 60px;
}
.b49ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'ProximaNova-Semibold', sans-serif;
}
.b49ul li strong {
    font-weight: normal;
    font-family: 'Gotham-Black', sans-serif;
}
.b49-capcha {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 53px;
}
.b49subtitle {
    text-align: center;
    margin-bottom: 28px;
}
.b49subtitle h2 {
    color: #000;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Gotham-Black', sans-serif;
}
.b49textp {
    font-size: 15px;
}
.b49textp p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}
.b49-content-capcha {
    padding-top: 92px;
}
@media print {
    .header {
        display: none;
    }
    .footer {
        display: none;
    }
    .b15 {
        display: none;
    }
    .b49-content-capcha {
        display: none;
    }
    .header-fix-right {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .b49 {
        padding: 50px 0;
    }
    .b49-content-capcha {
        padding: 50px 0 0 0;
    }
}
@media screen and (max-width: 768px) {
    .b49-ctn .b-form-general .g-group {
        width: 45%;
    }
    .b49-ctn .b-form-general:first-child .g-group:nth-child(3) {
        margin-bottom: 25px;
    }
    .b49-ctn .b-form-general:first-child .g-group:last-child {
        display: none;
    }
    .b49-ctn .b-form-general:nth-child(2) .g-form-group {
        width: 100%;
    }
    .b49-ctn .b-form-general:nth-child(2) .g-form-group .g-group {
        width: 45%;
    }
    .b49-ctn .b-form-general:nth-child(2) .g-form-group:last-child .g-group {
        max-width: 100%;
    }
    .b49-ctn .b-form-general:nth-child(2) .g-form-group:last-child {
        width: 100%;
    }
    .b49-content-capcha {
        max-width: 100%;
    }
    .b-form-1 .g-group:nth-child(3n+3) {
        margin-right: 5%;
    }
    .b-form-1 .g-group {
        margin-right: 5%;
    }
    .b-form-1 .g-group:nth-child(even) {
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    .b-form-1 .g-group {
        margin-right: 0;
    }
    .b-form-1 .g-group:nth-child(3n+3) {
        margin-right: 0;
    }
    .b-form-2 .g-group {
        margin-right: 0;
    }
    .f-radio {
        margin-right: 40px;
    }
    .b49 {
        padding: 30px 0;
    }
    .b49-content-capcha {
        padding-top: 30px;
    }
    .b49-ctn {
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b49-ctn .b-form-general .g-form-group {
        padding-top: 30px;
    }
    .b49-ctn .b-form-general .g-group {
        width: 100% !important;
        max-width: 100% !important;
    }
    .b49-ctn .b-form-general:first-child .g-group:nth-child(4) {
        margin-bottom: 25px;
    }
    .b49-capcha {
        width: 100%;
        display: block;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .b49-content-capcha .g-btn {
        display: block;
        margin: 10px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b5 {
    padding: 18px 0px 30px 0;
}
.b5 .wancho {
    max-width: 1000px;
}
.b5-image img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (max-width: 640px) {
    .b5 {
        padding-bottom: 0;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b50 {
    padding: 85px 0 100px 0;
}
.b50-ctn {
    max-width: 1200px;
}
.b50-prin {
    font-size: 0;
}
.b50-titulo {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 220px 0 0 0;
}
.b50-titulo h3 {
    font-weight: normal;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Gotham-Medium', sans-serif;
    color: #1f1e1e;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.b50-titulo h3 strong {
    font-weight: normal;
    font-family: 'Gotham-Black', sans-serif;
    font-size: 35px;
    display: block;
}
.b50-titulo h3 span {
    color: #ff661b;
}
.b50-content-time {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}
.b50-ctn-prin-sec {
    position: relative;
}
.b50-ctn-prin {
    position: absolute;
    margin: 0 0 0 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.b50-ctn-prin h4 {
    font-size: 23px;
    color: #1f1e1e;
    margin: 0;
    text-align: center;
    width: 66.7%;
    max-width: 600px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.b50-ctn-prin h4:before {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    height: 110px;
    width: 1px;
    background: #1f1e1e;
}
.b50-ctn-prin.active {
    visibility: visible;
    z-index: 1;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b50-ctn-prin.active h4 {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b50-ctn-img-info {
    font-size: 0;
    margin: 20px 0 0 0;
}
.b50-img {
    width: 66.7%;
    height: auto;
    position: relative;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}
.b50-img figure {
    height: 372px;
    position: relative;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.b50-img:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    content: "";
    display: block;
    background: url("../img/b50-fondo.png");
}
.b50-open,
.b50-close {
    position: absolute;
    bottom: 145px;
    right: -75px;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.b50-open.active,
.b50-close.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.b50-close {
    left: -75px;
    right: inherit;
}
.b50-slider {
    width: 66.7%;
    max-width: 600px;
}
.b50-slider .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    width: 20px;
    height: 30px;
    left: -45px;
    background: none;
    color: #cacbd0;
    font-size: 12px;
    top: 15px;
    line-height: 30px;
}
.b50-slider .bx-wrapper .bx-controls-direction a:before {
    content: "\e909";
    font-family: 'icomoon';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}
.b50-slider .bx-wrapper .bx-controls-direction a.bx-next {
    left: inherit;
    right: -30px;
}
.b50-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\e908";
}
.b50-slider .bx-clone {
    display: none;
}
.b50-anios {
    font-size: 30px;
    font-family: 'ProximaNova-Semibold', sans-serif;
    color: #797878;
}
.b50-anios li a.active {
    font-size: 33px;
    color: #1f1e1e;
}
.b50-detalle {
    width: 33.3%;
    position: relative;
    background: #c2cfd8;
    color: #646464;
    font-size: 14px;
    line-height: 17px;
    height: 372px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
}
.b50-detalle.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.b50-detalle div {
    display: table;
    height: 100%;
}
.b50-detalle p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.b50-slider {
    margin: 18px 0 0 0;
}
@media screen and (max-width: 1024px) {
    .b50 {
        padding: 50px 0;
    }
    .b50-titulo,
    .b50-content-time {
        display: block;
        width: 100%;
    }
    .b50-titulo {
        margin: 0 0 30px 0;
        text-align: center;
    }
    .b50-titulo h3 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 23px;
    }
    .b50-titulo h3 strong {
        display: inline-block;
        font-size: 30px;
    }
    .b50-content-time {
        width: 90%;
        margin: 0 auto;
    }
    .b50-ctn-prin h4 {
        font-size: 20px;
    }
    .b50-ctn-prin h4:before {
        display: none;
    }
    .b50-open {
        right: -45px;
    }
    .b50-close {
        left: -45px;
    }
    .b50-anios {
        font-size: 25px;
    }
    .b50-anios li a.active {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px) {
    .b50-open,
    .b50-close {
        display: none;
    }
    .b50-ctn-prin,
    .b50-img,
    .b50-detalle {
        width: 100%;
        max-width: 600px;
        display: block;
    }
    .b50-ctn-prin h4 {
        width: auto;
        display: inherit;
    }
    .b50-detalle {
        height: auto;
        padding: 30px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b50-anios {
        width: 100%;
        max-width: 600px;
    }
    .b50-content-time {
        width: 100%;
        max-width: 600px;
    }
}
@media screen and (max-width: 640px) {
    .b50 {
        padding: 30px 0;
    }
    .b50-titulo h3 {
        font-size: 20px;
    }
    .b50-titulo h3 strong {
        font-size: 25px;
    }
    .b50-ctn-prin h4 {
        font-size: 17px;
    }
    .b50-slider .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .b50-anios font-size 20px li a.active {
        font-size: 23px;
    }
    .b50-detalle {
        padding: 30px 15px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b52 {
    padding-top: 155px;
    padding-bottom: 95px;
}
.b52-main.wancho {
    max-width: 860px;
}
.b52-result {
    line-height: 1.4;
    color: #000;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
}
.b52-result strong {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
}
.b52-result p {
    margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
    .b52 {
        padding-top: 100px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b53 {
    padding: 100px 0px;
}
.b53 .wancho {
    max-width: 1200px;
}
.b53-content {
    font-size: 0;
}
.b53-result {
    padding-bottom: 40px;
}
.b53-result p {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    margin: 0;
}
.b53-result strong {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
}
.b53-box {
    display: inline-block;
    width: 33.333333333%;
    vertical-align: top;
}
.b53-box-image {
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.b53-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.b53-image:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.66);
    background: -moz--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit-gradient(to right bottom, right bottom, color-stop(0%, rgba(0,0,0,0.66)), color-stop(49%, rgba(0,0,0,0.48)), color-stop(100%, rgba(0,0,0,0.29)));
    background: -webkit--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--webkit-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--moz-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--o-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms--ms-linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -webkit-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -moz-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -o-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: -ms-linear-gradient(315deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 49%, rgba(0,0,0,0.29) 100%);
}
.b53-image-content {
    padding: 0px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 30;
}
.b53-box-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    position: relative;
}
.b53-box-title h3 {
    color: #fff;
    font-size: 25px;
}
.b53-box-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.b53-box-c {
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b53-box-d {
    width: 50%;
    display: inline-block;
    padding: 0px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
.b53-d-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}
.b53-d-ico span {
    font-size: 20px;
    color: #000;
}
.b53-d-p {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}
.b53-d-link a {
    padding-left: 0px;
}
@media screen and (min-width: 1025px) {
    .b53-box-c,
    .b53-box-d,
    .b53-d-title,
    .b53-image {
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }
    .b53-box:hover .b53-box-c {
        background-color: #ff661b;
    }
    .b53-box:hover .b53-d-title,
    .b53-box:hover .b53-d-p {
        color: #fff;
    }
    .b53-box:hover .b53-d-ico span {
        color: #fff;
    }
    .b53-box:hover .b53-d-link span {
        color: #000;
    }
    .b53-box:hover .b53-d-link a:hover span {
        color: #000;
    }
    .b53-box:hover .b53-image {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@media screen and (max-width: 1024px) {
    .b53-box-image {
        height: 250px;
    }
}
@media screen and (max-width: 768px) {
    .b53-box {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .b53-box {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b55 .wancho {
    max-width: 670px;
}
.b55.cotizacion {
    height: calc(100vh - 280px);
}
.b55.cotizacion .b55-title h3 {
    font-family: 'Gotham-Black', sans-serif;
}
.b55.cotizacion .wancho {
    height: 100%;
    display: table;
}
.b55.cotizacion .b55-content {
    height: auto;
}
.b55.cotizacion .b55-text p {
    padding-bottom: 0;
}
.b55-content {
    text-align: center;
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b55-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding-bottom: 60px;
}
.b55-title h3 {
    font-size: 46px;
    color: #000;
}
.b55-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #646464;
}
.b55-text p {
    margin: 0;
    padding-bottom: 20px;
}
.b55-text span {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    display: block;
    padding-top: 20px;
}
.b55-link {
    padding-top: 70px;
}
.b55-link .g-btn.bg-naranja a {
    padding-left: 70px;
    padding-right: 70px;
}
@media screen and (max-width: 1400px) {
    .b55.cotizacion {
        height: auto;
        padding: 150px 0 50px 0;
    }
    .b55.cotizacion .wancho {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .b55.cotizacion {
        padding-top: 120px;
    }
}
@media screen and (max-width: 640px) {
    .b55.cotizacion {
        height: auto;
        padding: 90px 0 30px 0;
    }
    .b55 .b55-title {
        padding-top: 0;
    }
    .b55-title {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .b55-title h3 {
        font-size: 30px;
    }
    .b55-link {
        padding-top: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b56overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.b56overlay.active {
    visibility: visible;
    background: rgba(0,0,0,0.7);
    z-index: 140;
}
.b56 {
    max-width: 730px;
    height: 365px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 0 75px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.b56.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    z-index: 150;
}
.b56close {
    display: block;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
    cursor: pointer;
}
.b56main {
    width: 2000px;
    display: table-cell;
    vertical-align: middle;
}
.b56main h2 {
    color: #000;
    font-weight: normal;
    font-family: 'Gotham-Black', sans-serif;
    font-size: 28px;
    margin-bottom: 40px;
}
.b56main p {
    font-size: 18px;
}
.b56main p strong {
    display: block;
    margin-top: 7px;
}
@media screen and (max-width: 480px) {
    .b56 {
        padding: 0 20px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b57 .wancho {
    max-width: 260px;
}
.b57-content {
    text-align: center;
    display: table-cell;
    height: 510px;
    vertical-align: middle;
}
.b57-title {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    padding-bottom: 25px;
}
.b57-title h3 {
    font-size: 30px;
    color: #000;
}
.b57-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #646464;
}
.b57-text p {
    margin: 0 0 30px 0;
}
@media screen and (max-width: 640px) {
    .b57-title {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .b57-link {
        padding-top: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b58 .wancho {
    max-width: 670px;
}
.b58-content {
    text-align: center;
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}
.b58-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding-bottom: 60px;
}
.b58-title h3 {
    font-size: 46px;
    color: #000;
}
.b58-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #646464;
}
.b58-text p {
    margin: 0;
    padding-bottom: 20px;
}
.b58-text span {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    display: block;
}
.b58-link {
    padding-top: 70px;
}
.b58-link .g-btn {
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .b58-title {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .b58-link {
        padding-top: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b59 .wancho {
    max-width: 670px;
}
.b59-content {
    text-align: center;
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}
.b59-title {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    padding-bottom: 60px;
}
.b59-title h3 {
    font-size: 46px;
    color: #000;
}
.b59-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #646464;
}
.b59-text p {
    margin: 0;
    padding-bottom: 20px;
}
.b59-text span {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: normal;
    display: block;
}
.b59-link {
    padding-top: 70px;
}
@media screen and (max-width: 640px) {
    .b59-title {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .b59-link {
        padding-top: 30px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b6 {
    position: relative;
    padding: 100px 0px 110px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.b6:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.b6 .wancho {
    font-size: 0;
    max-width: 1200px;
    position: relative;
    z-index: 10;
}
.b6-content {
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    zoom: 1;
}
.b6-content:after,
.b6-content:before {
    content: "";
    display: table;
}
.b6-content:after {
    clear: both;
}
.b6-box {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    top: 30px;
}
.b6-box .b6-box-text {
    height: 63px;
    overflow: hidden;
    padding-bottom: 45px;
    font-size: 16px;
    text-align: left;
}
.b6-inside-a {
    overflow: hidden;
}
.b6-box-a {
    float: left;
    width: 80%;
    position: relative;
}
.b6-box-a .b6-box-link {
    display: none;
}
a.b6-box {
    width: 28.11%;
    top: 0px;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -ms-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-left: 5.2%;
}
a.b6-box .b6-box-text {
    padding-bottom: 0px;
}
.b6-box-image {
    max-width: 314px;
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.b6-box-image img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: auto;
    display: block;
}
.b6-box-image-sec {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.b6-box-content {
    background-color: #fff;
    padding: 30px 15px 30px 35px;
    border-radius: 0 0 8px 8px;
}
.b6-title {
    padding-bottom: 35px;
}
.b6-title-black {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b6-title-black h3 {
    font-size: 31px;
    color: #000;
}
.b6-title-orange {
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
}
.b6-title-orange h3 {
    color: #ff661b;
    font-size: 31px;
}
.b6-box-date {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #ff661b;
}
.b6-box-date p {
    margin: 0;
    padding-bottom: 25px;
}
.b6-box-date span {
    font-size: 20px;
    padding-right: 10px;
}
.b6-box-text {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #646464;
    line-height: 20px;
    text-align: justify;
}
@media screen and (min-width: 1025px) {
    .b6-box-image {
        height: 188px;
    }
    a.b6-box:hover {
        top: -12px;
        -webkit-box-shadow: 2.756px 9.613px 18px 0px rgba(0,0,0,0.15);
        box-shadow: 2.756px 9.613px 18px 0px rgba(0,0,0,0.15);
    }
    a.b6-box:hover .b6-box-image img {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@media screen and (max-width: 1150px) {
    a.b6-box {
        top: 0px;
        -webkit-transition: all 300ms linear 0s;
        -moz-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        -ms-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        margin-left: 5%;
    }
    .b6-title-orange h3,
    .b6-title-black h3 {
        font-size: 26px;
    }
}
@media screen and (max-width: 1024px) {
    .b6 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 960px) {
    div.b6-box {
        width: 100%;
        padding-bottom: 10px;
        top: inherit;
        float: none;
    }
    div.b6-box .b6-box-text {
        padding-bottom: 10px;
        text-align: center;
    }
    div.b6-box .b6-title {
        padding-bottom: 0px;
        text-align: center;
    }
    a.b6-box {
        width: 30.1%;
        margin: 0 1.6%;
    }
    .b6-content {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -o-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b6-box-link {
        text-align: center;
    }
    .b6-box-a {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .b6-box .b6-box-link {
        display: none;
    }
    .b6-box:first-child .b6-box-text {
        height: auto;
    }
    .b6-box-a .b6-box-link {
        margin-top: 30px;
    }
    .b6-box-a .b6-box .b6-box-text {
        height: 63px !important;
    }
    .b6-box-a .b6-box-link {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .b6 {
        padding: 30px 0;
    }
    a.b6-box {
        width: 47%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    a.b6-box:nth-child(1n+1) {
        margin-left: 2%;
    }
    a.b6-box:nth-child(2n+2) {
        margin-left: 0px;
    }
    a.b6-box:last-child {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .b6-title-orange h3,
    .b6-title-black h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 480px) {
    .b6 {
        margin-top: 30px;
    }
    .b6:after {
        background-color: #ddd9d6;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    div.b6-box {
        margin: 0 auto;
        text-align: center;
    }
    div.b6-box .b6-box-text {
        text-align: center;
    }
    a.b6-box {
        width: 90%;
        max-width: 404px;
        display: block;
        margin: 0 auto 15px auto;
        float: none;
    }
    a.b6-box:nth-child(1n+1),
    a.b6-box:nth-child(2n+2) {
        margin-left: auto;
        margin-right: auto;
    }
    .b6-box-image {
        max-width: 404px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b7 {
    font-size: 0;
    max-height: 400px;
}
.b7 .g-btn a {
    height: auto;
    line-height: 22px;
    padding: 0;
}
.b7-left,
.b7-right {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding: 0px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    zoom: 1;
}
.b7-left:after,
.b7-right:after,
.b7-left:before,
.b7-right:before {
    content: "";
    display: table;
}
.b7-left:after,
.b7-right:after {
    clear: both;
}
.b7-left:after,
.b7-right:after {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    background-color: transparent;
    background-color: rgba(255,102,27,0.3);
    z-index: 1;
}
.b7-left {
    text-align: right;
}
.b7-left .b7capa1 {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(0,0,0,0.7) 100%);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.37) 53%, rgba(0,0,0,0.7) 100%);
    height: 100%;
    width: 471px;
    display: block;
}
.b7-right {
    text-align: left;
}
.b7-right .b7capa1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 471px;
    display: block;
    background: rgba(0,0,0,0.7);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.33) 53%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.33) 53%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.33) 53%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.33) 53%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.33) 53%, rgba(0,0,0,0) 100%);
}
.b7-right .b7-content {
    float: left;
}
.b7-content {
    width: 500px;
    height: 400px;
    display: table;
    float: right;
    position: relative;
    z-index: 2;
}
.b7-sec-content {
    display: table-cell;
    vertical-align: middle;
}
.b7-title-white {
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
}
.b7-title-white h3 {
    font-size: 31px;
    color: #fff;
    margin: 0;
}
.b7-title-orange {
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
}
.b7-title-orange h3 {
    font-size: 31px;
    color: #ff661b;
    margin: 6px 0 0 0;
}
.b7-link {
    margin: 23px 0 0 0;
}
@media screen and (min-width: 1025px) {
    .b7-left:hover:after,
    .b7-right:hover:after {
        height: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .b7-left,
    .b7-right {
        padding: 0px 50px;
    }
    .b7-left:after,
    .b7-right:after {
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .b7-content {
        height: 300px;
    }
}
@media screen and (max-width: 768px) {
    .b7-title-orange h3,
    .b7-title-white h3 {
        font-size: 26px;
    }
    .b7-left,
    .b7-right {
        display: block;
        width: 100%;
        text-align: center;
    }
    .b7-left .b7-content,
    .b7-right .b7-content {
        float: none;
        width: 100%;
    }
    .b7 {
        height: auto;
        max-height: inherit;
    }
}
@media screen and (max-width: 640px) {
    .b7-content {
        height: 250px;
    }
}
@media screen and (max-width: 480px) {
    .b7-content {
        height: auto;
        padding: 30px 0px;
    }
    .b7-title-orange h3,
    .b7-title-white h3 {
        font-size: 20px;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b8 .wancho {
    max-width: 1200px;
}
.b8-background {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.b8-content {
    height: 707px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.b8-title {
    width: 100%;
    font-family: 'Gotham-Black', sans-serif;
    font-weight: normal;
    font-size: 60px;
    color: #fff;
}
.b8-title p {
    margin: 0;
}
.b8-scroll {
    display: block;
    width: 120px;
    text-align: center;
    height: 66px;
    position: absolute;
    -webkit-transition: bottom 0.4s 1.4s linear;
    -moz-transition: bottom 0.4s 1.4s linear;
    -o-transition: bottom 0.4s 1.4s linear;
    -ms-transition: bottom 0.4s 1.4s linear;
    transition: bottom 0.4s 1.4s linear;
    bottom: 0px;
    right: 0;
    margin-left: -60px;
    color: #fff;
    font-family: 'Gotham-Medium', sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    z-index: 50;
}
.b8-scroll p {
    -webkit-transform: rotate(268deg);
    -moz-transform: rotate(268deg);
    -o-transform: rotate(268deg);
    -ms-transform: rotate(268deg);
    transform: rotate(268deg);
    margin-top: -20px;
}
.b8-scroll span {
    width: 2px;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    background: #fff;
    overflow: hidden;
}
.b8-scroll span:before {
    content: '';
    position: absolute;
    height: 68px;
    left: 0;
    top: -100%;
    background: #85744f;
    width: 2px;
    -webkit-animation: animScroll 3s infinite;
    -moz-animation: animScroll 3s infinite;
    -o-animation: animScroll 3s infinite;
    -ms-animation: animScroll 3s infinite;
    animation: animScroll 3s infinite;
}
.b-nav-detalle {
    width: 105px;
    position: fixed;
    top: 195px;
    left: 0;
    z-index: 150;
}
.b-nav-detalle h3 {
    margin: 0;
    background: #fff;
    color: #000;
    font-weight: normal;
    font-size: 44px;
    display: inline-block;
    height: 98px;
    font-family: 'Gotham-Black', sans-serif;
    padding: 0 23px;
    line-height: 98px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-nav-detalle h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -39px;
    height: 98px;
    width: 39px;
    background: url("../img/bg-title.png") no-repeat;
}
.b-nav-detalle ul {
    text-align: center;
    width: 105px;
    margin: 0;
    padding: 0;
}
.b-nav-detalle li {
    width: 100%;
    border-bottom: 1px solid #d1cdca;
}
.b-nav-detalle li:last-child {
    position: fixed;
    right: 0;
    top: 195px;
    border: 0;
    width: 105px;
}
.b-nav-detalle li:last-child a {
    color: #fff;
    background: #ff661b;
}
.b-nav-detalle img {
    display: block;
    margin-bottom: 17px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-nav-detalle img.nav-hover {
    display: none;
}
.b-nav-detalle a {
    color: #808080;
    display: block;
    background: #fff;
    width: 100%;
    padding: 24px 0 17px 0;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.b-nav-detalle a.active {
    background: #808080;
    color: #fff;
}
.b-nav-detalle a.active .nav-inicial {
    display: none;
}
.b-nav-detalle a.active .nav-hover {
    display: block;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.b-nav-detalle.active h3 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.b-nav-oculto {
    display: none;
}
.b-nav-oculto p {
    display: inline-block;
    margin: 0;
}
@media screen and (min-width: 1025px) {
    .b-nav-detalle ul li:last-child a:hover {
        background: #ff661b;
        color: #fff;
    }
    .b-nav-detalle ul li a:hover {
        background: #808080;
        color: #fff;
    }
    .b-nav-detalle ul li a:hover .nav-inicial {
        display: none;
    }
    .b-nav-detalle ul li a:hover .nav-hover {
        display: block;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }
}
@media screen and (max-width: 1400px) {
    .b8-content {
        height: 600px;
    }
    .b8-title {
        left: 110px;
        position: relative;
    }
    .b-nav-detalle {
        top: 135px;
        /*h3
        font-size 20px
        height 50px
        line-height 50px
        &:before
        background-size cover
        height 50px
        ul
        display none
        width auto
        cf()
        li
        float left
        width auto
        border 0
        &:first-child a, &:nth-child(2) a
        padding-top 22px
        a
        padding 16px 10px
        width auto
        min-height 87px
        max-height 88px
        box-sizing border-box
        .b-nav-oculto
        display block
        cursor pointer
        p 
        background c-2
        color negro
        font-size 15px
        font-family t-1
        padding 10px 15px*/
    }
}
@media screen and (max-width: 1024px) {
    .b8-content {
        height: 400px;
    }
    .b8-title {
        font-size: 40px;
        left: 0;
    }
    .b-nav-detalle {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .b8-content {
        height: 350px;
    }
    .b8-title {
        font-size: 30px;
    }
}
@-moz-keyframes animScroll {
    0% {
        top: -200%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@-webkit-keyframes animScroll {
    0% {
        top: -200%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@-o-keyframes animScroll {
    0% {
        top: -200%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@keyframes animScroll {
    0% {
        top: -200%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.b9 {
    background-color: #ff661b;
}
.b9 .wancho {
    max-width: 1200px;
}
.b9-content {
    height: 584px;
}
.b9-tabs {
    padding-top: 40px;
}
.b9-tab-content {
    margin-top: 40px;
}
.b9-tabs-nav {
    text-align: center;
    font-size: 0;
}
.b9-tabs-nav li {
    display: inline-block;
    font-family: 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    font-size: 17px;
}
.b9-tabs-nav li:nth-child(1) a {
    border-radius: 5px 0px 0px 5px;
}
.b9-tabs-nav li:nth-child(2) a {
    border-radius: 0px 5px 5px 0px;
}
.b9-tabs-nav li a {
    padding: 20px 50px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #fff;
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.b9-tabs-nav li.active a {
    background-color: #fff;
    color: #000;
}
.b9-slider-content1,
.b9-slider-content2 {
    position: relative;
    max-width: 1039px;
    margin: 0 auto;
}
.b9-bxslider1,
.b9-bxslider2 {
    max-width: 1039px;
    margin: 0 auto;
    height: 100%;
    width: 100% !important;
    position: relative;
    -webkit-transition: all 5000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 5000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 5000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 5000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 5000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}
.b9-bxslider1 li,
.b9-bxslider2 li {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 500ms, z-index 0ms 500ms;
    -moz-transition: all 500ms, z-index 0ms 500ms;
    -o-transition: all 500ms, z-index 0ms 500ms;
    -ms-transition: all 500ms, z-index 0ms 500ms;
    transition: all 500ms, z-index 0ms 500ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 5;
    pointer-events: none;
    position: absolute;
    width: 100% !important;
}
.b9-bxslider1 li.active,
.b9-bxslider2 li.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    z-index: 6;
    -webkit-transition: z-index 2ms 500ms;
    -moz-transition: z-index 2ms 500ms;
    -o-transition: z-index 2ms 500ms;
    -ms-transition: z-index 2ms 500ms;
    transition: z-index 2ms 500ms;
    pointer-events: none;
}
.b9-image img {
    width: 100%;
    height: auto;
    display: block;
}
.b9-img-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: -webkit-linear-gradient(top, rgba(34,34,32,0) 0%, rgba(34,34,32,0.1) 50%, rgba(34,34,32,0.9) 100%);
    background: -moz-linear-gradient(top, rgba(34,34,32,0) 0%, rgba(34,34,32,0.1) 50%, rgba(34,34,32,0.9) 100%);
    background: -o-linear-gradient(top, rgba(34,34,32,0) 0%, rgba(34,34,32,0.1) 50%, rgba(34,34,32,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(34,34,32,0) 0%, rgba(34,34,32,0.1) 50%, rgba(34,34,32,0.9) 100%);
    background: linear-gradient(to bottom, rgba(34,34,32,0) 0%, rgba(34,34,32,0.1) 50%, rgba(34,34,32,0.9) 100%);
}
.b9-imgb {
    max-width: 200px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 60px;
}
.b9-imgb img {
    width: 100%;
    height: auto;
    display: block;
}
#b9-prev1,
#b9-prev2 {
    position: absolute;
    top: 50%;
    z-index: 50;
    left: -55px;
}
#b9-prev1 a,
#b9-prev2 a {
    background-color: #ecedf0;
    padding: 17px 15px;
    display: block;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
#b9-prev1 a:after,
#b9-prev2 a:after {
    content: '\e909';
    font-family: 'icomoon';
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
    color: #646464;
}
@media screen and (min-width: 1025px) {
    #b9-prev1:hover a,
    #b9-prev2:hover a {
        background-color: #000;
    }
    #b9-prev1:hover a:after,
    #b9-prev2:hover a:after {
        color: #fff;
    }
}
#b9-next1,
#b9-next2 {
    position: absolute;
    top: 50%;
    right: -55px;
    z-index: 90;
}
#b9-next1 a,
#b9-next2 a {
    background-color: #ecedf0;
    padding: 17px 15px;
    display: block;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
#b9-next1 a:after,
#b9-next2 a:after {
    content: '\e908';
    font-family: 'icomoon';
    color: #646464;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
@media screen and (min-width: 1025px) {
    #b9-next1:hover a,
    #b9-next2:hover a {
        background-color: #000;
    }
    #b9-next1:hover a:after,
    #b9-next2:hover a:after {
        color: #fff;
    }
}
@media screen and (min-width: 1025px) {
    .b9-tabs-nav li:hover a {
        background-color: #fff;
        color: #000;
    }
}
@media screen and (max-width: 1368px) {
    #b9-prev1,
    #b9-prev2 {
        left: 0px;
    }
    #b9-next1,
    #b9-next2 {
        right: 0px;
    }
}
@media screen and (max-width: 968px) {
    .b9-img-background {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -o-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -moz-box-align: end;
        -o-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    .b9-imgb {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .b9-content {
        height: auto;
        padding-bottom: 40px;
    }
    #b9-next1,
    #b9-prev2,
    #b9-prev1,
    #b9-next2 {
        top: 45%;
    }
    #b9-next1 a,
    #b9-prev2 a,
    #b9-prev1 a,
    #b9-next2 a {
        padding: 10px;
    }
}
@media screen and (max-width: 640px) {
    .b9-imgb {
        max-width: 150px;
        margin-right: 20px;
    }
    .b9-img-background {
        height: 100px;
    }
}
@media screen and (max-width: 480px) {
    .b9-imgb {
        max-width: 100px;
        margin-right: 20px;
    }
    .b9-imgb img {
        width: 100%;
        height: auto;
        display: block;
    }
    #b9-next1,
    #b9-prev2,
    #b9-prev1,
    #b9-next2 {
        top: 40%;
    }
    #b9-next1 a,
    #b9-prev2 a,
    #b9-prev1 a,
    #b9-next2 a {
        padding: 5px;
    }
    .b9-tabs-nav {
        font-size: 0;
    }
    .b9-tabs-nav li {
        width: 50%;
    }
    .b9-tabs-nav li a {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 372px) {
    .b9-tabs-nav li a {
        border-radius: 0 !important;
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.footer {
    width: 100%;
}
.footer-top {
    font-size: 0;
}
.footer-top-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 15px;
    background: #4c4b4b;
    color: #fff;
    text-align: right;
    padding: 25px 7% 25px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-top-item:last-child {
    background: #797878;
    text-align: left;
    padding-right: 0;
    padding-left: 7%;
}
.footer-top-item:last-child p {
    padding-left: 55px;
}
.footer-top-item:last-child p:before {
    content: "\e907";
}
.footer-top-item p {
    margin: 0;
    display: inline-block;
    padding-left: 45px;
    position: relative;
}
.footer-top-item p:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\e90b";
    display: block;
    font-family: 'icomoon';
    font-size: 30px;
}
.footer-top-item a {
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 21px;
    margin-left: 15px;
}
.footer-ctn {
    max-width: 1130px;
}
.footer-ctn-prin {
    background: #1f1e1e;
    color: #d1cdca;
    padding: 50px 0 30px 0;
    font-size: 0;
}
.footer-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.footer-item h4 {
    margin: 0 0 30px 0;
    color: #ff661b;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-item:first-child {
    width: 29%;
}
.footer-item:last-child {
    width: 21%;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-item ul li {
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.footer-item ul li a {
    color: #d1cdca;
}
.footer-item ul li:last-child {
    margin: 0;
}
.footer-red-social {
    color: #fff;
    display: inline-block;
    background: url("../img/footer-rombo.png");
    position: relative;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin-right: 20px;
    text-align: center;
    font-size: 11px;
}
.footer-red-social:last-child {
    font-size: 16px;
}
.footer-reclamo {
    width: 100%;
    max-width: 200px;
    border-top: 1px solid #808080;
    margin-top: 25px;
    padding-top: 23px;
    font-family: 'Gotham-Medium', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.footer-reclamo a {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-reclamo a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e906";
    font-family: 'icomoon';
    color: #fff;
    font-size: 40px;
}
.footer-copy {
    overflow: hidden;
    font-size: 13px;
    height: auto;
    margin: 70px 0 0 0;
    color: #808080;
}
.footer-copy .wancho {
    overflow: hidden;
}
.footer-copy-left {
    float: left;
}
.footer-copy-left p {
    margin: 0;
}
.footer-copy-right {
    float: right;
}
@media screen and (min-width: 1025px) {
    .footer-item ul li a {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .footer-item ul li a:hover {
        color: #fff;
    }
    .footer-top-item p:before {
        -webkit-animation: anima-icons-footer ease-in-out 3s infinite;
        -moz-animation: anima-icons-footer ease-in-out 3s infinite;
        -o-animation: anima-icons-footer ease-in-out 3s infinite;
        -ms-animation: anima-icons-footer ease-in-out 3s infinite;
        animation: anima-icons-footer ease-in-out 3s infinite;
    }
    .footer-reclamo a {
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }
    .footer-reclamo a:before {
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }
    .footer-reclamo a:hover {
        color: #ff661b;
    }
    .footer-reclamo a:hover:before {
        -webkit-animation: anima-icons-footer ease-in-out 3s infinite;
        -moz-animation: anima-icons-footer ease-in-out 3s infinite;
        -o-animation: anima-icons-footer ease-in-out 3s infinite;
        -ms-animation: anima-icons-footer ease-in-out 3s infinite;
        animation: anima-icons-footer ease-in-out 3s infinite;
        color: #ff661b;
    }
    .footer-red-social {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .footer-red-social:hover {
        color: #fff;
        background: url("../img/footer-rombo-black.png") no-repeat;
    }
}
@media screen and (max-width: 1300px) {
    .footer-top-item {
        padding-right: 3%;
    }
    .footer-top-item:last-child {
        padding-left: 3%;
    }
}
@media screen and (max-width: 1100px) {
    .footer-item:first-child,
    .footer-item:nth-child(2) {
        display: none;
    }
    .footer-item {
        width: 30%;
        margin-left: 20%;
        margin-right: 10%;
    }
    .footer-item:last-child {
        width: 30%;
        margin: 0;
        max-width: 156px;
    }
    .footer-item:last-child img {
        display: block;
        width: 100%;
        height: auto;
    }
    .footer-top-item {
        text-align: left;
        padding-left: 2%;
    }
    .footer-top-item a {
        font-size: 18px;
    }
    .footer-top-item:last-child {
        padding-left: 2%;
    }
    .footer-top-item p:before {
        font-size: 25px;
    }
}
@media screen and (max-width: 900px) {
    .footer-top-item {
        width: 100%;
        display: block;
        text-align: center;
        padding: 15px 0;
    }
    .footer-top-item:last-child {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .footer-item {
        width: 40%;
        margin-left: 10%;
    }
    .footer-item:last-child {
        width: 40%;
    }
}
@media screen and (max-width: 640px) {
    .footer-ctn-items {
        zoom: 1;
    }
    .footer-ctn-items:after,
    .footer-ctn-items:before {
        content: "";
        display: table;
    }
    .footer-ctn-items:after {
        clear: both;
    }
    .footer-item {
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-item:last-child {
        float: right;
        width: 50%;
    }
    .footer-ctn-prin {
        padding-top: 30px;
    }
    .footer-copy {
        height: auto;
        text-align: center;
        font-size: 12px;
        padding: 8px 0 12px;
        margin-top: 30px;
    }
    .footer-copy-left {
        float: none;
    }
    .footer-copy-right {
        float: none;
        margin-top: 4px;
    }
}
@media screen and (max-width: 480px) {
    .footer-top-item {
        font-size: 13px;
    }
    .footer-top-item p {
        padding-left: 0;
    }
    .footer-top-item p:before {
        display: none;
    }
    .footer-top-item:last-child p {
        padding-left: 0;
    }
    .footer-top-item a {
        font-size: 15px;
        display: block;
        margin: 3px 0 0 0;
    }
    .footer-item:last-child {
        margin: 10px auto 0 auto;
        width: 50%;
        max-width: 125px;
    }
}
@media screen and (max-width: 400px) {
    .footer-item:last-child {
        max-width: 93px;
    }
}
/*AnimaciÃ³nes*/
@-moz-keyframes anima-icons-footer {
    20% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    40% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    60% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    80% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes anima-icons-footer {
    20% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    40% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    60% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    80% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes anima-icons-footer {
    20% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    40% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    60% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    80% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes anima-icons-footer {
    20% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    40% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    60% {
        -webkit-transform: translateX(4px);
        -moz-transform: translateX(4px);
        -o-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }
    80% {
        -webkit-transform: translateX(-4px);
        -moz-transform: translateX(-4px);
        -o-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.cf {
    zoom: 1;
}
.cf:after,
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.header-bodyclass1 .header .header-menu-link:before {
    background: #ff661b;
}
.header-bodyclass1 header.head-scroll .header-menu-link:before {
    background: #ff661b;
}
.header-bodyclass2 .header .header-menu-link:before {
    background: #fff;
}
.header-bodyclass2 header.head-scroll .header-menu-link:before {
    background: #ff661b;
}
.header-bodyclass3 .header .header-bottom-absolute {
    background: transparent;
}
.header-bodyclass3 .header .header-bottom-absolute:before {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 4px 30px -13px rgba(0,0,0,0.15);
    box-shadow: 1px 4px 30px -13px rgba(0,0,0,0.15);
}
.header-bodyclass3 .header .header-menu-link {
    color: #000;
}
.header-bodyclass3 .header .logo-black {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.header-bodyclass3 .header .logo-desktop {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.header-bodyclass3 .header .header-buscador a {
    color: #000;
}
.header-bodyclass3 .header .header-carrito a {
    color: #000;
}
@media screen and (max-width: 1100px) {
    .header-bodyclass3 .header .logo-resp {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    .header-bodyclass3 .header .header-bottom .header-buscador a {
        color: #000;
    }
}
.header {
    position: relative;
    z-index: 400;
}
.header.head-scroll .header-menu-item {
    padding-top: 19px;
    padding-bottom: 19px;
}
.header.head-scroll .header-buscador {
    padding-top: 15px;
}
.header.head-scroll .header-buscador a {
    color: #000;
}
.header.head-scroll .header-carrito {
    padding-top: 15px;
}
.header.head-scroll .header-carrito a {
    color: #000;
}
.header.head-scroll .header-bottom-absolute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 400;
}
.header.head-scroll .header-bottom-absolute:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 1px 4px 30px -13px rgba(0,0,0,0.15);
    box-shadow: 1px 4px 30px -13px rgba(0,0,0,0.15);
}
@media screen and (min-width: 1025px) {
    .header.head-scroll .header-bottom-absolute:before {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
}
.header.head-scroll .header-bottom-absolute .header-menu-link {
    color: #000;
}
.header.head-scroll .header-logo .logo-resp {
    top: 9px;
    -webkit-transition: all 0.4s ease 0.1s;
    -moz-transition: all 0.4s ease 0.1s;
    -o-transition: all 0.4s ease 0.1s;
    -ms-transition: all 0.4s ease 0.1s;
    transition: all 0.4s ease 0.1s;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.header.head-scroll .header-logo .logo-black {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.header.head-scroll .header-logo .logo-desktop {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.header.head-scroll .head-submenu2-respuestos {
    top: 60px;
}
.header.head-scroll .head-submenu1 {
    top: 60px;
}
.header-overlay.head-scroll {
    top: 60px;
}
.header-overlay-black.head-scroll {
    top: 60px;
}
.header-overlay {
    display: block;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -1;
}
.header-overlay.active {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    visibility: visible;
    z-index: 200;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-overlay-search {
    display: block;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-overlay-search.active {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    visibility: visible;
    z-index: 200;
}
.header-overlay-black {
    display: block;
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: -1;
}
.header-overlay-black.active {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    visibility: visible;
    z-index: 200;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
@media screen and (max-width: 1100px) {
    .header-overlay-black,
    .header-overlay {
        display: none !important;
    }
}
.overflow-body {
    overflow: hidden;
}
.header-cnt {
    max-width: 1200px;
    width: 95%;
    margin: auto;
    position: relative;
}
/* header top*/
.header-top {
    background: #000;
    zoom: 1;
    display: table-cell;
    vertical-align: middle;
    width: 2000px;
    height: 50px;
}
.header-top:after,
.header-top:before {
    content: "";
    display: table;
}
.header-top:after {
    clear: both;
}
.header-top .header-buscador {
    display: none;
}
.header-top .header-carrito {
    display: none;
}
.header-top-left {
    float: left;
    font-size: 13px;
}
.header-top-left p {
    margin: 0;
    font-family: 'Gotham-MediumItalic', sans-serif;
    color: #d1cdca;
}
.header-top-left a {
    color: #fff;
}
.header-top-right {
    float: right;
}
.header-top-nav {
    display: inline-block;
    vertical-align: top;
}
.header-top-nav li {
    display: inline-block;
    margin-right: 40px;
}
.header-top-nav li a {
    font-size: 12.62px;
    color: #808080;
    font-family: 'Gotham-MediumItalic', sans-serif;
}
.header-top-nav li a.active {
    color: #fff;
}
.header-submenu-img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-submenu-img.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
@media screen and (min-width: 1025px) {
    .header-top-nav li a:hover {
        color: #fff;
    }
}
.header-top-redes {
    display: inline-block;
    vertical-align: top;
}
.header-top-redes li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.header-top-redes li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media screen and (min-width: 1025px) {
    .header-top-redes li a:hover {
        color: #fff;
    }
}
.header-buscador {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.header-buscador a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (min-width: 1200px) {
    .header-buscador a:hover {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.header-carrito {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.header-carrito a {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 20px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header-carrito a .h-carrito-point {
    position: absolute;
    top: 2px;
    right: -1px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ff661b;
}
@media screen and (min-width: 1200px) {
    .header-carrito a:hover {
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/* header bottom*/
.header-bottom {
    position: relative;
}
.header-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-bottom .header-buscador {
    display: inline-block;
    padding-top: 35px;
}
.header-bottom .header-carrito {
    display: inline-block;
    padding-top: 35px;
}
.header-bottom-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(255,255,255,0) 100%);
}
.header-bottom-absolute:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
}
@media screen and (min-width: 1025px) {
    .header-bottom-absolute:before {
        height: 0;
    }
}
.header-logo {
    text-align: center;
}
.header-logo .logo-desktop {
    position: absolute;
    top: 12px;
    left: 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.header-logo .logo-resp {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 5px;
}
@media screen and (min-width: 1025px) {
    .header-logo .logo-resp {
        top: -10px;
    }
}
.header-logo .logo-black {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 12px;
}
.header-menu {
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.header-menu-list {
    font-size: 0;
}
.header-menu-wrap ul {
    display: inline-block;
    vertical-align: top;
}
.header-menu-item {
    display: inline-block;
    padding: 39px 0;
    padding-right: 40px;
}
.header-menu-item:last-child {
    padding-right: 0;
}
.header-menu-item.active .header-menu-link:before {
    width: 70%;
}
.header-menu-link {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-bottom: 8px;
}
.header-menu-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: #ff661b;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media screen and (min-width: 1025px) {
    .header-menu-link:hover:before {
        width: 70%;
    }
}
.header-menu-item {
    position: relative;
}
.head-submenu1 {
    position: absolute;
    top: 100px;
    left: 0;
    font-size: 14px;
    background: #000;
    width: 232px;
    height: 230px;
}
.head-submenu1-li {
    text-align: left;
}
.head-submenu1-a {
    display: table-cell;
    vertical-align: middle;
    height: 67px;
    width: 2000px;
    padding: 0 45px 0 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 1px solid #3e3e3e;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.head-submenu1-a:before {
    content: "\e908";
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 67px;
    color: #fff;
    font-size: 11px;
}
@media screen and (min-width: 1200px) {
    .head-submenu1-a:hover {
        background: #3e3e3d;
    }
}
.head-submenu2 {
    width: 230px;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    color: #808080;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    text-align: left;
}
.head-submenu2-a {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px 10px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #808080;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
    .head-submenu2-a:hover {
        color: #ff661b;
    }
}
.head-submenu2-a.active {
    color: #ff661b;
}
.header-submenu-img {
    position: absolute;
    top: 0;
    left: 462px;
    height: 100%;
    width: 283px;
}
.header-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 20;
}
.header-text h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'ProximaNova-Semibold', sans-serif;
    margin-bottom: 8px;
}
.header-text p {
    margin: 0;
    font-size: 14px;
    margin: 0;
    color: #fff;
}
.header-inside-img {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-inside-img.active {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.header-inside-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 51%, rgba(0,0,0,0.2) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 51%, rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 51%, rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 51%, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.46) 51%, rgba(0,0,0,0.2) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.head-submenu1-li.active .head-submenu1-a {
    background: #3e3e3d;
}
.head-submenu1-li.active .head-submenu2 {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    transition: width 0.3s;
    width: 230px;
}
/* Hover */
@media screen and (min-width: 1200px) {
    .head-submenu1 {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: -1;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .head-submenu2-nosotros {
        width: 0;
        height: 100%;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        overflow: hidden;
    }
    .head-submenu2-respuestos {
        width: 315px;
        top: 100px;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: -1;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .header-menu-hover1.active .head-submenu1 {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        z-index: 200;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .header-menu-hover2.active .head-submenu2-respuestos {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        filter: none;
        visibility: visible;
        z-index: 200;
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        -ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .head-submenu1-li.active .head-submenu2 {
        width: 230px;
    }
}
@media screen and (max-width: 1024px) {
    .head-submenu1 {
        display: none;
    }
    .head-submenu2-respuestos {
        display: none;
    }
    .head-submenu-last {
        display: none;
    }
}
/* header search*/
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 390px;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.header-search.active {
    z-index: 1300;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.header-search.active .h-cerrar {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
}
.header-top-wrapper {
    background: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 50;
}
.header-search-top {
    display: table-cell;
    width: 2000px;
    height: 390px;
    vertical-align: middle;
}
.h-search-cnt {
    position: relative;
    max-width: 1050px;
    width: 95%;
    margin: auto;
}
.h-form {
    position: relative;
}
.h-search-input input {
    width: 100%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    border: none;
    border-bottom: 1px solid #d1cdca;
    font-size: 28px;
    padding: 0 60px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h-button {
    position: absolute;
    top: 0;
    right: 0;
}
.h-button button {
    border: none;
    background: none;
    font-size: 35px;
    color: #808080;
    line-height: 100px;
}
.h-cerrar {
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 14px;
    padding: 5px 0 5px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.2s ease-in-out 0.6s;
    -moz-transition: 0.2s ease-in-out 0.6s;
    -o-transition: 0.2s ease-in-out 0.6s;
    -ms-transition: 0.2s ease-in-out 0.6s;
    transition: 0.2s ease-in-out 0.6s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}
.h-cerrar:before {
    content: "\e915";
    display: inline-block;
    font-family: 'icomoon';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 26px;
    height: 26px;
}
@media screen and (min-width: 1025px) {
    .h-cerrar:before {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all 0.4s ease-in;
        -moz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        -ms-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }
    .h-cerrar:hover:before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.header-fix-right {
    position: absolute;
    width: 50px;
    margin-right: 0;
    margin-left: auto;
    z-index: 90;
    padding-bottom: 65px;
    padding-top: 55px;
    right: 20px;
}
.header-fix-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 1px;
    background: #000;
    margin: auto;
}
.header-fix-redes li {
    display: block;
    height: 40px;
    margin-bottom: 12px;
}
.header-fix-redes li:first-child a {
    font-size: 16px;
}
.header-fix-redes li:nth-child(2) a {
    font-size: 12px;
}
.header-fix-redes a {
    position: relative;
    display: block;
    height: 28px;
    line-height: 31px;
    width: 28px;
    text-align: center;
    color: #000;
    z-index: 10;
}
.header-fix-redes a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-fix-redes a:before {
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media screen and (min-width: 1025px) {
    .header-fix-redes a:hover {
        color: #fff;
    }
    .header-fix-redes a:hover:after {
        background: #000;
    }
    .header-fix-redes a:hover:before {
        color: #fff;
    }
}
.header-fix-text {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #000;
    position: relative;
    top: 25px;
}
.responsive-logo {
    margin-top: 10px;
    width: 80%;
    display: block;
}
.responsive-logo .logo-resp {
    display: block;
    width: 100%;
    height: auto;
}
.responsive-logo .logo-desktop {
    display: none;
}
.responsive-logo .logo-black {
    display: none;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.menu-overlay.active {
    z-index: 1000;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.menu-mobile-close,
.menu-mobile-open {
    background-color: #ff661b;
    border-radius: 7%;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    height: 42px;
    line-height: 42px;
    position: fixed;
    right: 7px;
    text-align: center;
    top: 9px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    width: 42px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.menu-mobile-open {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: hidden;
    z-index: 1002;
}
.menu-mobile-open.scrolling {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.menu-mobile-open:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.menu-mobile-open.active {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    right: 255px;
    z-index: 1000;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menu-mobile-close {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1000;
    background: #ff661b;
    color: #fff;
}
.menu-mobile-close.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    right: 300px;
    z-index: 1002;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.menu-sidebar-cnt {
    padding-bottom: 30px;
}
.menu-sidebar {
    width: 290px;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: -290px;
    background: #fff;
    z-index: 1000;
    -webkit-transition: right 0.45s ease;
    -moz-transition: right 0.45s ease;
    -o-transition: right 0.45s ease;
    -ms-transition: right 0.45s ease;
    transition: right 0.45s ease;
}
.menu-sidebar.active {
    right: 0;
}
.menu-sidebar .head-submenu1 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: #fff;
}
.menu-sidebar .head-submenu1-a {
    display: block;
    width: 100%;
    border-bottom: none;
    height: 35px;
    line-height: 35px;
    color: #646464;
    padding: 0 20px 0 35px;
}
.menu-sidebar .head-submenu1-a:before {
    right: 12px;
    line-height: 35px;
    font-size: 9px;
    color: #646464;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.menu-sidebar .head-submenu1-li.active .head-submenu1-a {
    background: #646464;
    color: #fff;
}
.menu-sidebar .head-submenu1-li.active .head-submenu1-a:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    color: #fff;
}
.menu-sidebar .head-submenu2 {
    position: relative;
    left: 0;
    width: 100%;
    padding: 10px 0;
}
.menu-sidebar .head-submenu2-a {
    padding: 10px 10px 10px 20px;
}
.menu-sidebar .header-submenu-img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.menu-sidebar .head-submenu2 {
    display: none;
}
.menu-sidebar .resp-submenu {
    display: block !important;
    height: auto !important;
    padding: 0;
}
.menu-sidebar .resp-block {
    display: block;
}
.menu-sidebar .resp-none {
    display: none;
}
.menu-sidebar .header-submenu-img {
    display: none;
}
.menu-sidebar .header-top-nav li {
    line-height: 35px;
    height: 35px;
    padding: 0 10px 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
}
.menu-sidebar .header-top-left {
    float: inherit;
    width: 100%;
    text-align: left;
    padding: 15px 0 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-sidebar .header-top-left a {
    display: block;
    margin-top: 10px;
    color: #ff661b;
}
.menu-sidebar .footer-top-item {
    width: 100%;
    padding: 15px 0;
    text-align: left;
}
.menu-sidebar .footer-top-item p {
    font-size: 0;
    text-align: left;
    padding-left: 40px;
}
.menu-sidebar .footer-top-item a {
    font-size: 13px;
    margin-left: 0;
}
.menu-sidebar .footer-top-item p:before {
    font-size: 16px;
    top: 0;
    left: 13px;
    display: block;
}
.menu-sidebar .header-top-redes {
    padding-left: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.menu-sidebar .head-submenu2xx {
    top: 0;
    height: auto;
}
.menu-responsive {
    padding-top: 20px;
}
.menu-responsive .header-menu-item {
    font-size: 16px;
    width: 100%;
    margin-right: 0;
    padding: 0;
}
.menu-responsive .header-menu-item.active .header-menu-link {
    background-color: #ff661b;
    color: #fff;
}
.menu-responsive .header-menu-item .header-menu-link {
    display: block;
    text-indent: 20px;
    color: #646464;
    padding-bottom: 0;
    height: 35px;
    line-height: 35px;
}
.menu-responsive .header-menu-item .header-menu-link:before {
    display: none;
}
.cnt-wrapper,
.footer {
    position: relative;
    left: 0;
    -webkit-transition: left 0.45s ease;
    -moz-transition: left 0.45s ease;
    -o-transition: left 0.45s ease;
    -ms-transition: left 0.45s ease;
    transition: left 0.45s ease;
}
.cnt-wrapper.active,
.footer.active {
    left: -200px;
}
.wrapper {
    overflow: hidden;
}
body.active {
    overflow: hidden;
}
@media screen and (max-width: 1500px) {
    .head-submenu1 {
        left: -120px;
    }
}
@media screen and (max-width: 1200px) {
    .header-menu {
        padding-right: 60px;
    }
    .header-menu-wrap ul {
        display: none;
    }
    .header-top {
        display: none;
    }
    .header-bottom {
        margin-top: 0;
    }
    .header-bottom-absolute {
        top: 0;
        height: 65px;
        background: #000;
    }
    .header-bottom-absolute:before {
        height: 0;
    }
    .menu-mobile-open {
        visibility: visible;
    }
    .header-logo {
        bottom: inherit;
        top: 5px;
    }
    .header-logo .logo-desktop {
        max-width: 190px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
        top: 6px;
    }
    .header-logo .logo-resp {
        max-width: 190px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    .header-logo .logo-black {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        display: none;
    }
    .header-bodyclass3 .header .logo-desktop {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    .header-bodyclass3 .header .logo-black {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    .header-logo img {
        width: 100%;
        height: auto;
        display: block;
    }
    .header-bottom .header-buscador {
        padding-top: 19px;
    }
    .header-bottom .header-carrito {
        padding-top: 19px;
    }
    .header.head-scroll .header-bottom .header-buscador a {
        color: #000;
    }
    .header.head-scroll .header-bottom .header-carrito a {
        color: #000;
    }
    .header-fix-right {
        display: none;
    }
    .header.head-scroll .header-logo .logo-resp {
        top: 5px;
    }
}
@media screen and (max-width: 768px) {
    .h-search-input input {
        height: 80px;
        line-height: 80px;
        font-size: 20px;
    }
    .h-button button {
        line-height: 80px;
    }
    .h-button button {
        font-size: 28px;
    }
    .header-search {
        height: 350px;
    }
    .header-search-top {
        height: 350px;
    }
}
@media screen and (max-width: 640px) {
    .responsive-logo {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .header-bottom .header-buscador a {
        font-size: 17px;
    }
    .header-bottom .header-carrito a {
        font-size: 19px;
    }
    .header-bottom .header-carrito {
        right: 86px;
    }
    .header-logo .logo-desktop {
        max-width: 160px;
        top: 8px;
    }
    .header.head-scroll .header-logo .logo-resp {
        top: 8px;
        max-width: 160px;
    }
    .h-search-input input {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }
    .h-button button {
        line-height: 60px;
    }
    .h-button button {
        font-size: 28px;
    }
    .h-search-input input {
        padding: 0 52px 0 15px;
    }
    .menu-sidebar .footer-top-item p:before {
        display: none;
    }
    .menu-sidebar .footer-top-item p {
        padding-left: 20px;
    }
}
@media screen and (max-width: 360px) {
    .menu-sidebar {
        width: 265px;
    }
    .menu-mobile-close.active {
        right: 275px;
    }
}
