* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-Roman.eot);
    src: url(../fonts/HelveticaNeueLTStd-Roman.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-Roman.woff) format('woff'), url(../fonts/HelveticaNeueLTStd-Roman.ttf) format('truetype'), url(../fonts/HelveticaNeueLTStd-Roman.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-It.eot);
    src: url(../fonts/HelveticaNeueLTStd-It.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-It.woff) format('woff'), url(../fonts/HelveticaNeueLTStd-It.ttf) format('truetype'), url(../fonts/HelveticaNeueLTStd-It.svg) format('svg');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-Md.eot);
    src: url(../fonts/HelveticaNeueLTStd-Md.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-Md.woff) format('woff'), url(../fonts/HelveticaNeueLTStd-Md.ttf) format('truetype'), url(../fonts/HelveticaNeueLTStd-Md.svg) format('svg');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-MdIt.eot);
    src: url(../fonts/HelveticaNeueLTStd-MdIt.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-MdIt.woff) format('woff'), url(../fonts/HelveticaNeueLTStd-MdIt.ttf) format('truetype'), url(../fonts/HelveticaNeueLTStd-MdIt.svg) format('svg');
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-Bd.eot);
    src: url(../fonts/HelveticaNeueLTStd-Bd.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-Bd.woff) format('woff'), url(../fonts/HelveticaNeueLTStd-Bd.ttf) format('truetype'), url(../fonts/HelveticaNeueLTStd-Bd.svg) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-BdIt.eot);
    src: url(../fonts/HelveticaNeueLTStd-BdIt.eot?#iefix) format('embedded-opentype'), url(../fonts/HelveticaNeueLTStd-BdIt.woff) format('woff'), url(../fonts/HelveticaNeueLTStd-BdIt.ttf) format('truetype'), url(../fonts/HelveticaNeueLTStd-BdIt.svg) format('svg');
    font-weight: 700;
    font-style: italic
}

.anim_1 {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.anim_04 {
    -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;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.div_warp {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.div_warp:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 1279px) {
    .div_warp {
        max-width: 990px;
    }
}

@media screen and (max-width: 1023px) {
    .div_warp {
        box-sizing: border-box;
        padding: 0 20px;
    }
}

.boton {
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: none;
    width: 155px;
    background-color: #85c6b0;
    color: #fff;
    height: 45px;
    font-size: 16px;
    padding: 15px 20px;
    display: block;
    line-height: 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;
    box-sizing: border-box;
    cursor: pointer;
}

.boton:hover {
    background-color: #6ebba1;
}

body {
    font-family: 'Helvetica Neue LT Std';
    color: #666;
}

/* width */
body::-webkit-scrollbar {
    width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html.open_menu body {
    overflow: hidden;
}

body a {
    color: #666;
}

header {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    text-align: center;
}

html.header_sticky header {
    -webkit-box-shadow: 0 0 11px rgba(51, 51, 51, .3);
    box-shadow: 0 0 11px rgba(51, 51, 51, .3);
}

header a.logo {
    display: inline-block;
    width: 500px;
    height: 118px;
    margin-top: 120px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
}

html.logo_normal header a.logo,
html.header_sticky header a.logo {
    margin-top: 13px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(.384);
    -moz-transform: scale(.384);
    -o-transform: scale(.384);
    -ms-transform: scale(.384);
    transform: scale(.384);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.logo svg {
    width: 100%;
    height: 100%;
}

a.logo .r1s1 {
    fill: #daa160
}

a.logo .r1s2 {
    fill: #edb571
}

a.logo .r1s3 {
    fill: #dfb46b
}

a.logo .r1s4 {
    fill: #eedb42
}

a.logo .r1s5 {
    fill: #db896c
}

a.logo .r2s1 {
    fill: #9a9188
}

a.logo .r2s2 {
    fill: #cccfd4
}

a.logo .r3s1 {
    fill: #a6c9db
}

a.logo .r3s2 {
    fill: #6f80a1
}

a.logo .r3s3 {
    fill: #808db2
}

a.logo .r3s4 {
    fill: #ccc6b9
}

a.logo .r4s1 {
    fill: #aabfc4
}

a.logo .r4s2 {
    fill: #aa9da9
}

a.logo .r4s3 {
    fill: #db8682
}

a.logo .r4s4 {
    fill: #7eb09c
}

a.logo .r5s1 {
    fill: #b0ceda
}

a.logo .r5s2 {
    fill: #9ca5af
}

a.logo .r5s3 {
    fill: #a9b5c4
}

a.logo .r5s4 {
    fill: #d65535
}

a.logo .r5s5 {
    fill: #d88069
}

header .btn_menu {
    display: block;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

header .btn_menu .icon {
    padding: 19px 16px;
    height: 70px;
    width: 70px;
    box-sizing: border-box;
    float: left;
}

header .btn_menu .icon svg {
    display: block;
    stroke: #666;
    width: 38px;
    height: 32px;
}

header .btn_menu span {
    display: block;
    float: left;
    line-height: 70px;
    font-size: 16px;
    padding-left: 0;

}

header .btn_menu:hover span {
    padding-left: 10px;
}

header .contact_zone {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    background-image: url("../images/icon-tel.png");
    background-size: 70px 70px;
    background-position: right center;
    box-sizing: border-box;
    padding: 5px 0;
    padding-right: 80px;
    background-repeat: no-repeat;
}

header .contact_zone span {
    text-align: right;
    white-space: nowrap;
    line-height: 20px;
    display: block;
    font-family: Arial;
    font-weight: bold;
}

header .contact_zone span a {
    text-decoration: underline;
}

@media screen and (max-width: 1279px) {
    header .contact_zone span {
        font-size: 13px;
    }
}

@media screen and (max-width: 1023px) {
    header {
        padding-left: 70px;
        box-sizing: border-box;
        text-align: left;
    }

    header .btn_menu span {
        display: none;
    }

    html header a.logo,
    html header a.logo {
        margin-top: 13px !important;
        -webkit-transform-origin: top left !important;
        -moz-transform-origin: top left !important;
        -o-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
        transform-origin: top left !important;
        -webkit-transform: scale(.384) !important;
        -moz-transform: scale(.384) !important;
        -o-transform: scale(.384) !important;
        -ms-transform: scale(.384) !important;
        transform: scale(.384) !important;
        -webkit-transition: all .2s ease-in-out !important;
        -moz-transition: all .2s ease-in-out !important;
        -o-transition: all .2s ease-in-out !important;
        -ms-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
    }

    header .contact_zone {
    }

    header .contact_zone > div {
        position: fixed;
        top: 70px;
        right: -700px;
        color: white;
        padding: 15px 25px;
        background-color: #E87C6C;
        max-width: 100%;
    }

    header .contact_zone > div a {
        color: white;
    }

    header .contact_zone > div span {
        line-height: 50px;
        font-weight: 700;
        font-size: 20px;
        white-space: normal;
    }

    header .contact_zone > div span.hide_sm {
        line-height: 30px;
    }

    .open_contact header .contact_zone > div {
        right: -0px;
    }

}

@media screen and (max-width: 767px) {
    html header a.logo, html header a.logo {
        width: 410px;
        height: 98px;
        margin-top: 16px !important;
    }
}

.solicita_presupuesto_header {
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #eeb673;
    position: fixed;
    top: 70px;
    left: 0px;
    z-index: 9;
    text-align: center;
    max-height: 0;
    overflow: hidden;
}

.header_presupuesto .solicita_presupuesto_header {
    max-height: 55px;
}

.solicita_presupuesto_header span {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    line-height: 55px;
}

.solicita_presupuesto_header span::before {
    content: "";
    left: 0;
    margin-top: -3px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 30px;
    height: 33px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background-image: url(../images/presupuesto.png);
    background-position: 0 4px;
    background-size: 28px;
}

div.overlay_menu {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

div.overlay_top_bar {
    content: "";
    display: none;
    position: fixed;
    top: 0;
    left: 70px;
    height: 70px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12;
    -webkit-transition: left 0.4s ease;
    -moz-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    -ms-transition: left 0.4s ease;
    transition: left 0.4s ease;
}

html.open_menu div.overlay_top_bar {
    left: 400px;
}

div.menu {
    position: fixed;
    top: 70px;
    left: -400px;
    height: calc(100% - 70px);
    width: 400px;
    z-index: 13;
    padding-bottom: 215px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/bg-footer.png);
    background-color: white;
}

html.open_menu div.menu {
    left: 0px;
}

div.menu .close {
    position: absolute;
    top: -70px;
    left: 330px;
    background-color: #f2f2f2;
    width: 70px;
    height: 70px;
}

div.menu .close::after {
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #333;
}

div.menu .close span::after,
div.menu .close span::before {
    content: '';
    top: 25px;
    left: 35px;
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: #333;
}

div.menu .close span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.menu .close span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html.open_menu div.menu .close {
    left: 400px;
}

div.menu .idiomas {
    width: 400px;
    background-color: white;
    height: 55px;
    box-sizing: border-box;
    padding: 15px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

div.menu .idiomas .idioma {
    float: left;
    line-height: 25px;
    position: relative;
    z-index: 2;
}

div.menu .idiomas .idioma_right {
    float: right;
}

div.menu .idiomas .texto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    z-index: 1;
}

div.menu .idiomas .idioma img {
    height: 25px;
}

div.menu .idiomas .idioma a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
}

div.menu .idiomas .idioma i {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-left: 0;
}

div.menu .idiomas .idioma:hover i {
    margin-left: 10px;
}

div.menu .idiomas .idioma.idioma_right:hover i {
    margin-left: 0px;
    margin-right: 10px;
}

div.menu > ul {
    position: absolute;
    top: 55px;
    height: calc(100%);
    left: 0;
    width: 400px;
    overflow: auto;
    padding-bottom: 270px;
    box-sizing: border-box;
}

/* width */
div.menu > ul::-webkit-scrollbar {
    width: 10px;
}

/* Track */
div.menu > ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
div.menu > ul::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
div.menu > ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div.menu > ul > li {
    margin-bottom: 10px;
    position: relative;
    background-color: #ac9fab;
}

div.menu > ul > li:hover {
    background-color: #958494;
}

div.menu > ul > li:nth-child(2) {
    background-color: #b0ceda;
}

div.menu > ul > li:nth-child(2):hover {
    background-color: #88b5c7;
}

div.menu > ul > li:nth-child(3) {
    background-color: #eeb673;
}

div.menu > ul > li:nth-child(3):hover {
    background-color: #e89d44;
}

div.menu > ul > li:nth-child(4) {
    background-color: #85c6b0;
}

div.menu > ul > li:nth-child(4):hover {
    background-color: #63b69a;
}

div.menu > ul > li:nth-child(5) {
    background-color: #e0aba0;
}

div.menu > ul > li:nth-child(5):hover {
    background-color: #d28575;
}

div.menu > ul > li:nth-child(6) {
    background-color: #a9b5c4;
}

div.menu > ul > li:nth-child(6):hover {
    background-color: #8999ae;
}

div.menu > ul > li:nth-child(7) {
    background-color: #dcb399;
}

div.menu > ul > li:nth-child(7):hover {
    background-color: #ce946f;
}

div.menu > ul > li:nth-child(8) {
    background-color: #ccc6b9;
}

div.menu > ul > li:nth-child(8):hover {
    background-color: #b3ab97;
}

div.menu > ul > li > a {
    width: 100%;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0 70px 0 1em;
    text-transform: uppercase;
    box-sizing: border-box;
}

div.menu > ul > li > i {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background-image: url("../images/flecha-menu.png");
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.menu > ul > li > i.la-angle-down:before {
    content: "";
}

div.menu > ul > li.open > i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.menu > ul > li > ul {
    max-height: 0;
    padding-bottom: 0px;
    overflow: hidden;
}

div.menu > ul > li.open > ul {
    max-height: 999px;
    padding-bottom: 25px;
}

div.menu > ul > li > ul > li {
    position: relative;
}

div.menu > ul > li > ul > li > a {
    margin-bottom: 0px;
    width: 100%;
    line-height: 25px;
    font-weight: normal;
    text-transform: none;
    padding-left: 40px;
    color: #fff;
    display: block;
    padding-right: 70px;
    box-sizing: border-box;
}

div.menu > ul > li > ul > li > i {
    position: absolute;
    top: 0;
    right: 20px;
    width: 25px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

div.menu > ul > li.open > ul > li.open > i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.menu > ul > li > ul > li > ul {
    max-height: 0;
    overflow: hidden;
}

div.menu > ul > li > ul > li.open > ul {
    max-height: 999px;
}

div.menu > ul > li > ul > li > ul > li {
    position: relative;
}

div.menu > ul > li > ul > li > ul > li > a {
    margin-bottom: 0px;
    width: 100%;
    line-height: 25px;
    font-weight: normal;
    text-transform: none;
    padding-left: 80px;
    color: #fff;
    display: block;
    padding-right: 0px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    div.overlay_top_bar {
        display: none !important;
    }

    div.menu {
        width: 320px;
    }

    div.menu .idiomas {
        width: 320px;
    }

    div.menu > ul {
        width: 320px;
    }

    html.open_menu div.menu .close {
        left: 250px;
    }
}

.header_pagina {
    padding-top: 125px;
}

.header_pagina img {
    display: block;
    width: 100%;
}

.header_pagina .breadcrumb {
    margin: 15px 0;
}

.header_pagina .breadcrumb a {
    margin: 0px 0;
    background-color: #eeb673;
    color: white;
    line-height: 25px;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
}

.header_pagina .breadcrumb a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/pre-breadcrum.png");
    background-size: 15px 25px;
    width: 15px;
    height: 25px;
}

.header_pagina .breadcrumb a:first-child:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/pre-breadcrum.png");
    background-size: 15px 25px;
    width: 15px;
    height: 25px;
}

.header_pagina .breadcrumb a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/post-breadcrum.png");
    background-size: 15px 25px;
    width: 15px;
    height: 25px;
}

.header_pagina .breadcrumb a span {
    margin: 0;
    background-color: #eeb673;
    color: white;
    line-height: 25px;
    padding: 0 5px;
}

.header_pagina .breadcrumb a:last-child span {
    font-weight: normal;
}


/* BLOQUES */


div.bloque .header {
    padding-bottom: 30px;
}

div.bloque .header h3 {
    font-weight: 600;
    color: #dfb46b;
    text-align: center;
    font-size: 21px;
    margin-bottom: 10px;
}

div.bloque .header p {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-bottom: 10px;
}

div.bloque .header :last-child {
    margin-bottom: 0px;
}


div.bloque_1 {
    position: relative;
    margin-bottom: 70px;
}

div.bloque_1 > .slide {
    text-align: center;
    height: 600px;
    max-height: 600px;
    background-repeat: repeat;
    background-position: center center;
}

div.bloque_1 > .slide {
    text-align: center;
    height: 600px;
    max-height: 600px;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

div.bloque_1 > .slide > .texto {
    color: #333;
    max-width: 600px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 25px;
    font-size: 21px;
    padding: 0 25px;
}

div.bloque_1 > .slide > .texto h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

div.bloque_1 > .slide > .texto h2 {
    font-size: 23.2px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

div.bloque_1 > .banners {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 135px;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

div.bloque_1 > .banners > .banner {
    z-index: 1;
    padding: 0;
    float: left;
    margin: 0 1%;
    text-align: left;
    position: relative;
    width: 23.5%;
    height: 135px;
    background-color: #808DB2;
    overflow: hidden;
    white-space: normal;
    -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;
}

div.bloque_1 > .banners > .banner:hover {
    background-color: #717da1;
    height: 145px;
    margin-top: -10px;
}

div.bloque_1 > .banners > .banner.banner_2 {
    background-color: #e87c6c;
}

div.bloque_1 > .banners > .banner.banner_2:hover {
    background-color: #e3624f;
}

div.bloque_1 > .banners > .banner.banner_3 {
    background-color: #85c6b0;
}

div.bloque_1 > .banners > .banner.banner_3:hover {
    background-color: #6ebba1;
}

div.bloque_1 > .banners > .banner.banner_4 {
    background-color: #eeb673;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

div.bloque_1 > .banners > .banner.banner_4:hover {
    background-color: #eaa654;
}


.header_presupuesto div.bloque_1 > .banners > .banner {
    width: 31.9%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.header_presupuesto div.bloque_1 > .banners > .banner.banner_3 {
    margin-right: 0;
}

.header_presupuesto div.bloque_1 > .banners > .banner.banner_4 {
    width: 0;
    -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;
}

div.bloque_1 > .banners > .banner:first-child {
    margin-left: 0;
}

div.bloque_1 > .banners > .banner:last-child {
    margin-right: 0;
}

div.bloque_1 > .banners > .banner svg {
    width: 110px;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    float: left;
}

div.bloque_1 > .banners > .banner.banner_2 svg {
    padding: 0 22px;
}

div.bloque_1 > .banners > .banner.banner_3 svg {
    padding: 0 17px;
}

div.bloque_1 > .banners > .banner.banner_4 svg {
    padding: 0 27px;
}

div.bloque_1 > .banners > .banner div {
    width: calc(100% - 110px);
    display: table;
    height: 100%;
    box-sizing: border-box;
    padding-right: 20px;
    float: right;
}

div.bloque_1 > .banners > .banner div p {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}


@media screen and (max-width: 1279px) {
    div.bloque_1 > .slide > .texto h2 {
        font-size: 21px;
    }

    div.bloque_1 > .banners > .banner div p {
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1023px) {
    div.bloque_1 {
        clear: both;
        margin-bottom: 0;
    }

    div.bloque_1 > .slide {
        height: auto;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    div.bloque_1 > .slide > .texto {
        margin: 0 auto;
        position: static;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    div.bloque_1 > .banners {
        position: static;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        overflow: hidden;
        height: auto;
    }

    div.bloque_1 > .banners > .banner {
        width: 100% !important;
        margin: 0;
        margin-top: 25px;
    }

    div.bloque_1 > .banners > .banner:after {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 0;
        right: 25px;
        color: white;
        line-height: 135px;
        font-size: 50px;
    }

    div.bloque_1 > .banners > .banner div {
        padding-right: 60px;
    }

    div.bloque_1 > .banners > .banner div p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    div.bloque_1 > .banners > .banner:after {
        right: 15px;
        font-size: 40px;
    }
}

div.bloque_2 {
    padding: 60px 0;
    text-align: center;
}

div.bloque_2 .columna {
    display: inline-block;
    width: 22.5%;
    margin: 0 1%;
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
}

div.bloque_2 .columna .image {
    height: 100px;
    margin-bottom: 20px;
}

div.bloque_2 .columna .image img {
    height: 100px;
    margin: 0 auto;
    display: block;
}

div.bloque_2 .columna .texto {
    font-weight: 600;
    color: #dfb46b;
    font-size: 21px;
}

div.bloque_2 a .columna .texto {
    color: #85c6b0;
}


@media screen and (max-width: 1279px) {
    div.bloque_2 .columna .texto {
        font-size: 16px;
    }
}

@media screen and (max-width: 1023px) {
    div.bloque_2 {
        padding: 30px 0;
    }

    div.bloque_2 .columna {
        width: 50%;
        margin: 0;
        float: left;
        text-align: left;
        display: table;
        margin-bottom: 15px;
        vertical-align: middle;
    }

    div.bloque_2 .columna .image {
        width: 100px;
        margin-bottom: 0;
        display: table-cell;
    }

    div.bloque_2 .columna .texto {
        width: calc(100% - 100px);
        height: 100px;
        font-size: 21px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    div.bloque_2 .columna {
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    div.bloque_2 .columna .image {
        width: 60px;
        height: 60px;
        vertical-align: middle;
    }

    div.bloque_2 .columna .image img {
        height: 60px;
    }

    div.bloque_2 .columna .texto {
        width: calc(100% - 60px);
        padding-right: 0;
        font-size: 18px;
        height: 60px;
    }
}

div.bloque_3 {
    padding: 60px 0;
    text-align: center;
}

div.bloque_3 .texto {
    display: table;
}

div.bloque_3 .texto p {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-style: italic;
    color: #666;
}

div.bloque_3 .texto .image {
    width: 70%;
    display: table-cell;
}

div.bloque_3 .texto .image img {
    max-width: 100%;
    opacity: 0.6;
}

@media screen and (max-width: 1279px) {
    div.bloque_3 .texto p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1023px) {
    div.bloque_3 {
        padding: 30px 0;
    }

    div.bloque_3 .texto {
        display: block;
    }

    div.bloque_3 .texto p {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 22px;
    }

    div.bloque_3 .texto .image {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    div.bloque_3 .texto .image img {
        max-width: 100%;
        opacity: 0.6;
    }
}

div.bloque_4 {
    padding: 60px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 60% center;
}

div.bloque_4 .texto {
    display: table;
    height: 270px;
}

div.bloque_4.bloque_4_inv .texto {
    float: right;
}

div.bloque_4 .texto p {
    width: 250px;
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-style: italic;
    color: #666;
}

@media screen and (max-width: 1279px) {
    div.bloque_4 .texto p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1023px) {
    div.bloque_4 {
        padding: 30px 0;
    }

    div.bloque_4 .texto {
        height: 140px;
    }

}

@media screen and (max-width: 767px) {
    div.bloque_4 {
        position: relative;
    }

    div.bloque_4:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    div.bloque_4 .div_warp {
        position: relative;
        z-index: 2;
    }

    div.bloque_4 .texto p {
        color: white;
    }
}

div.bloque_5 {
    background-color: #eee;
    padding: 60px 0;
}

div.bloque_5 .swiper-container {
    width: 100%;
    height: auto;
}

div.bloque_5 .slide_testimonios {
    position: relative;
}

div.bloque_5 .swiper-container .swiper-slide {
    padding: 10px;
    box-sizing: border-box;
}

div.bloque_5 .swiper-container .un_testimonio {
    background-color: white;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 15px;
}

.un_testimonio p {
    margin-bottom: 10px !important;
    text-align: center !important;
}

.un_testimonio p.texto_testimonio {
    text-align: justify !important;
    font-style: italic;
}

.un_testimonio .image {
    text-align: center !important;
}

.un_testimonio img {
    width: 200px;
}

div.bloque_5 .swiper-button_nav {
    font-family: Monospace;
    color: white;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    background-color: #85c6b0;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    right: 10px;
}

div.bloque_5 .swiper-button_nav.swiper-button_nav-prev {
    right: 50px;
}

@media screen and (max-width: 1023px) {
    div.bloque_5 {
        padding: 30px 0;
    }

    div.bloque_5 .swiper-button_nav {
        right: 50%;
        margin-right: -40px;
    }

    div.bloque_5 .swiper-button_nav.swiper-button_nav-prev {
        right: 50%;
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
}

div.bloque_6 {
    padding: 60px 0;
}

div.bloque_6 .noticias {
    overflow: hidden;
}

div.bloque_6 .noticias .slide_noticias {
    display: none;
}

div.bloque_6 .noticias .principal {
    float: left;
    width: 40%;
}

div.bloque_6 .noticias .noticia {
    display: block;
    width: 100%;
}

div.bloque_6 .noticias .noticia .image img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

div.bloque_6 .noticias .noticia .contenido h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
}

p.datos {
    font-size: 12px !important;
    color: #85c6b0 !important;
}

div.bloque_6 .noticias .noticia .contenido p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 5px;
}

div.bloque_6 .noticias .siguientes {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding-left: 75px;
}

div.bloque_6 .noticias .siguientes {
    float: left;
    width: 60%;
}

div.bloque_6 .noticias .siguientes .noticia {
    overflow: hidden;
    margin-bottom: 20px;
}

div.bloque_6 .noticias .siguientes .noticia .image {
    float: left;
    width: 150px;
}

div.bloque_6 .noticias .siguientes .noticia .contenido {
    float: left;
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding-left: 20px;
}

div.bloque_6 .boton {
    margin: 0 auto;
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {
    div.bloque_6 {
        padding: 30px 0;
    }

    div.bloque_6 .noticias .slide_noticias {
        display: block;
    }

    div.bloque_6 .noticias .principal,
    div.bloque_6 .noticias .siguientes {
        display: none;
    }

    div.bloque_6.bloque_6_noticias .noticias .principal,
    div.bloque_6.bloque_6_noticias .noticias .siguientes {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    div.bloque_6.bloque_6_noticias .noticias .noticia {
        margin-bottom: 40px;
    }

    div.bloque_6.bloque_6_noticias .noticias .siguientes .noticia .image {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
    }

    div.bloque_6.bloque_6_noticias .noticias .siguientes .noticia .contenido {
        display: block;
        width: 100%;
        float: none;
        padding: 0;
    }

}

div.bloque_7 {
}

.texto_100 {
    text-align: justify;

}

.texto_100 h1,
.texto_100 h2,
.texto_100 h3,
.texto_100 h4,
.texto_100 h5,
.texto_100 h6,
.texto_100 p,
.texto_100 ul,
.texto_100 ol {
    margin-top: 0;
    margin-bottom: 10px;
    color: #666;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;
}

.texto_100 a {
    text-decoration: none;
    color: #85c6b0;
}

.texto_100 u {
    text-decoration: underline;
}

.texto_100 ul {
    list-style: disc;
    padding-left: 25px;
}

.texto_100 ul li {
    list-style: disc;
    margin-bottom: 5px;
}

.texto_100 ol {
    list-style: decimal;
    padding-left: 25px;
}

.texto_100 ol li {
    list-style: decimal;
    margin-bottom: 5px;
}

.texto_100 h1 {
    font-size: 22px;
    color: #85c6b0;
}

.texto_100 h2 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #85c6b0;

}


div.bloque_8 {
    margin-bottom: 20px;
}

div.bloque_8 > .banners {

}

div.bloque_8 > .banners > .banner {
    z-index: 1;
    float: left;
    margin: 0 1%;
    text-align: left;
    position: relative;
    width: 32%;
    background-color: #85c6b0;
    overflow: hidden;
    white-space: normal;
    -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;
    padding: 35px 0;
    height: 205px;
    box-sizing: border-box;
}

div.bloque_8 > .banners > .banner:hover {
    background-color: #6ebba1;
    height: 215px;
    margin-top: -10px;
}

div.bloque_8 > .banners > .banner.banner_2 {
    background-color: #eeb673;
}

div.bloque_8 > .banners > .banner.banner_2:hover {
    background-color: #eaa654;
}

div.bloque_8 > .banners > .banner.banner_3 {
    background-color: #e87c6c;
}

div.bloque_8 > .banners > .banner.banner_3:hover {
    background-color: #e3624f;
}

div.bloque_8 > .banners > .banner:first-child {
    margin-left: 0;
}

div.bloque_8 > .banners > .banner:last-child {
    margin-right: 0;
}

div.bloque_8 > .banners > .banner svg,
div.bloque_8 > .banners > .banner img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
}

div.bloque_8 > .banners > .banner div {
    width: 100%;
    padding-top: 25px;
    text-align: center;
}

div.bloque_8 > .banners > .banner div p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

@media screen and (max-width: 1023px) {

    div.bloque_8 > .banners > .banner {
        width: 100% !important;
        margin: 0;
        margin-top: 25px;
        padding: 0;
        height: 135px;
    }

    div.bloque_8 > .banners > .banner svg,
    div.bloque_8 > .banners > .banner img {
        width: 110px;
        height: 100%;
        padding: 0 24px;
        box-sizing: border-box;
        float: left;
        object-fit: contain;
        object-position: center center;
    }

    div.bloque_8 > .banners > .banner div {
        width: calc(100% - 110px);
        display: table;
        height: 100%;
        box-sizing: border-box;
        padding-right: 60px;
        float: right;
        padding-top: 0;
    }

    div.bloque_8 > .banners > .banner div p {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-align: left;
    }

    div.bloque_8 > .banners > .banner:after {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        top: 0;
        right: 25px;
        color: white;
        line-height: 135px;
        font-size: 50px;
    }
}


@media screen and (max-width: 767px) {
    div.bloque_8 > .banners > .banner:after {
        right: 15px;
        font-size: 40px;
    }

    div.bloque_8 > .banners > .banner div p {
        font-size: 15px;
    }
}


div.bloque_9 {
    padding: 30px 0;
}

div.bloque_9 > .banners {
    text-align: center;
}

div.bloque_9 > .banners > .banner {
    z-index: 1;
    margin: 0 0.5%;
    text-align: left;
    position: relative;
    width: 15%;
    overflow: hidden;
    white-space: normal;
    color: #509bad;
    display: inline-block;
    vertical-align: top;
}

div.bloque_9 > .banners > .banner:first-child {
    margin-left: 0;
}

div.bloque_9 > .banners > .banner:last-child {
    margin-right: 0;
}

div.bloque_9 > .banners > .banner svg,
div.bloque_9 > .banners > .banner img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
}

div.bloque_9 > .banners > .banner div {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

div.bloque_9 > .banners > .banner div p {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

@media screen and (max-width: 1023px) {
    div.bloque_9 > .banners > .banner {
        width: 30%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    div.bloque_9 > .banners > .banner {
        width: 48%;
        margin-bottom: 20px;
    }
}

div.bloque_10 {
    padding: 30px 0;
    text-align: center;
}

div.bloque_10 .div_warp {
    overflow: hidden;
}

div.bloque_10 svg,
div.bloque_10 img {
    width: auto;
    max-width: 70px;
    max-height: 70px;
    display: block;
    margin: 0 auto;
}

.bloque_10 h3 {
    font-size: 22px;
    position: relative;
    display: inline-block;
    color: #85c6b0;
    margin-top: 20px;
}

.bloque_10 h3::after,
.bloque_10 h3::before {
    content: '';
    height: 1px;
    width: 1000px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #85c6b0
}

.bloque_10 h3::before {
    right: 100%;
    margin-right: 20px
}

.bloque_10 h3::after {
    left: 100%;
    margin-left: 20px
}

div.bloque_11 {
}

div.bloque_11 .una_persona .imagen {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: right;
}

div.bloque_11 .una_persona .imagen img {
    max-width: 400px;
    width: 100%;
}

div.bloque_11 .una_persona .texto {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 25px;
}

div.bloque_11 .una_persona .texto h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #666;
    margin-bottom: 15px;
}

div.bloque_11 .una_persona .texto h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
}

div.bloque_11 .una_persona .texto p {
    text-align: justify;
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

div.bloque_11 .principal {
    padding: 50px 0;
}

div.bloque_11 .resto {
    padding: 80px 0;
    background-color: #efefef;
}

div.bloque_11 .resto .una_persona {
    float: left;
    margin: 0 1%;
    text-align: center;
    position: relative;
    width: 31%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

div.bloque_11 .resto .una_persona:first-child, div.bloque_11 .resto .una_persona:fourth-child {
    margin-left: 0;
}

div.bloque_11 .resto .una_persona:nth-child(4n) {
    margin-right: 0;
}

div.bloque_11 .resto .una_persona:last-child {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    clear: both;
    margin: 0;
}

div.bloque_11 .resto .una_persona .imagen {
    width: 100%;
    float: none;
    padding: 0px;
}

div.bloque_11 .resto .una_persona .imagen img {
    max-width: 100%;
}

div.bloque_11 .resto .una_persona .texto {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 15px;
}

div.bloque_11 .resto .una_persona .texto h5 {
    font-size: 13px;
    line-height: 17px;
}

div.bloque_11 .resto .una_persona .texto p {
    text-align: center;
}

div.bloque_11 .resto .una_persona .texto .accord .contenido {
    overflow: hidden;
    max-height: 0;
}

div.bloque_11 .resto .una_persona .texto .accord.accord_open .contenido {
    max-height: 2000px;
}

div.bloque_11 .resto .una_persona .texto .accord .btn_open {
    display: block;
    color: #85c6b0;
    cursor: pointer;
    text-align: center;
}

div.bloque_11 .resto .una_persona .texto .accord .btn_open .leer_mas {
    display: block;
}

div.bloque_11 .resto .una_persona .texto .accord .btn_open .mostrar_menos {
    display: none;
}

div.bloque_11 .resto .una_persona .texto .accord.accord_open .btn_open .leer_mas {
    display: none;
}

div.bloque_11 .resto .una_persona .texto .accord.accord_open .btn_open .mostrar_menos {
    display: block;
}

div.bloque_11 .resto .una_persona:last-child h4,
div.bloque_11 .resto .una_persona:last-child h5,
div.bloque_11 .resto .una_persona:last-child .texto .accord .btn_open {
    display: none;
}

div.bloque_11 .resto .una_persona:last-child .texto {
    padding: 0;
    padding-top: 15px;
}

div.bloque_11 .resto .una_persona:last-child .texto .accord .contenido {
    max-height: 2000px;
}

@media screen and (max-width: 1023px) {

    div.bloque_11 .principal {
        padding: 20px 0;
    }

    div.bloque_11 .resto {
        padding: 40px 0;
    }

    div.bloque_11 .una_persona .imagen {
        width: 100%;
        float: none;
        padding: 0px;
        margin-bottom: 25px;
    }

    div.bloque_11 .una_persona .imagen img {
        max-width: 100%;
        width: 100%;
    }

    div.bloque_11 .una_persona .texto {
        width: 100%;
        float: none;
        padding: 0px;
    }


    div.bloque_11 .resto .una_persona {
        width: 49%;
    }

    div.bloque_11 .resto .una_persona:nth-child(2n) {
        margin-right: 0;
    }

    div.bloque_11 .resto .una_persona:nth-child(2n+1) {
        margin-left: 0;
        clear: left;

    }
}

@media screen and (max-width: 767px) {

    div.bloque_11 .resto {
        padding: 30px 0;
    }

    div.bloque_11 .resto .una_persona {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
}


div.bloque_12 {
    padding: 50px 0;
}

div.bloque_12 > .columnas {

}

div.bloque_12 > .columnas > .columna {
    z-index: 1;
    float: left;
    margin: 0 1%;
    text-align: left;
    position: relative;
    width: 32%;
    box-sizing: border-box;
}

div.bloque_12 > .columnas > .columna svg,
div.bloque_12 > .columnas > .columna img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

div.bloque_12 > .columnas > .columna:first-child {
    margin-left: 0;
}

div.bloque_12 > .columnas > .columna:last-child {
    margin-right: 0;
}

div.bloque_12 > .columnas > .columna .accord .contenido {
    overflow: hidden;
    max-height: 136px;
    text-align: justify;
}

div.bloque_12 > .columnas > .columna .accord .contenido span {
    text-align: justify;
}

div.bloque_12 > .columnas > .columna .accord.accord_open .contenido {
    max-height: 2000px;
}

div.bloque_12 > .columnas > .columna .accord .btn_open {
    display: block;
    color: #85c6b0;
    cursor: pointer;
    text-align: right;
    text-decoration: underline;
    margin-top: 15px;
}

div.bloque_12 > .columnas > .columna .accord .btn_open .leer_mas {
    display: block;
}

div.bloque_12 > .columnas > .columna .accord .btn_open .mostrar_menos {
    display: none;
}

div.bloque_12 > .columnas > .columna .accord.accord_open .btn_open .leer_mas {
    display: none;
}

div.bloque_12 > .columnas > .columna .accord.accord_open .btn_open .mostrar_menos {
    display: block;
}

@media screen and (max-width: 1023px) {

    div.bloque_12 {
        padding: 30px 0;
    }

    div.bloque_12 > .columnas {

    }

    div.bloque_12 > .columnas > .columna {
        float: none;
        margin: 0 auto !important;
        width: 100%;
        margin-bottom: 20px;
        max-width: 350px;
    }

}

div.bloque_13 {
    padding: 50px 0;
}

div.bloque_13 > .div_warp {
    width: 1000px;
    text-align: left;
    vertical-align: top;
}

div.bloque_13 > .div_warp a {
    display: inline-block;
    padding-left: 50px;
    width: 260px;
    padding-right: 20px;
    margin-bottom: 30px;
    min-height: 50px;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    font-weight: 600;
}

div.bloque_13 > .div_warp a:nth-child(3n+1),
div.bloque_13 > .div_warp a:nth-child(3n+2) {
    margin-right: 105px;
}

div.bloque_13 > .div_warp a .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #333;
}

div.bloque_13 > .div_warp a .nombre {
    height: 50px;
    font-size: 18px;
    display: table;
    text-align: left;
    width: 100%;
}

div.bloque_13 > .div_warp a .nombre span {
    display: table-cell;
    vertical-align: middle;
}

div.bloque_13 > .div_warp a .arrow {
    position: absolute;
    right: 0;
    top: 0%;
    width: 20px;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 35px;
}

div.bloque_13 > .div_warp a:nth-child(3n+1) .icon {
    background-color: #333;
}

div.bloque_13 > .div_warp a:nth-child(3n+1) .arrow {
    color: #333;
}

div.bloque_13 > .div_warp a:nth-child(3n+2) .icon {
    background-color: #F0797B;
}

div.bloque_13 > .div_warp a:nth-child(3n+2) .arrow {
    color: #F0797B;
}

div.bloque_13 > .div_warp a:nth-child(3n+3) .icon {
    background-color: #f00;
}

div.bloque_13 > .div_warp a:nth-child(3n+3) .arrow {
    color: #f00;
}

div.bloque_13 > .div_warp a:nth-child(3n+4) .icon {
    background-color: orange;
}

div.bloque_13 > .div_warp a:nth-child(3n+4) .arrow {
    color: orange;
}

div.bloque_13 > .div_warp a:nth-child(3n+5) .icon {
    background-color: purple;
}

div.bloque_13 > .div_warp a:nth-child(3n+5) .arrow {
    color: purple;
}

div.bloque_13 > .div_warp a:nth-child(3n+6) .icon {
    background-color: #71639E;
}

div.bloque_13 > .div_warp a:nth-child(3n+6) .arrow {
    color: #71639E;
}

div.bloque_13 > .div_warp a:nth-child(3n+7) .icon {
    background-color: #D65336;
}

div.bloque_13 > .div_warp a:nth-child(3n+7) .arrow {
    color: #D65336;
}

div.bloque_13 > .div_warp a:nth-child(3n+8) .icon {
    background-color: #97C889;
}

div.bloque_13 > .div_warp a:nth-child(3n+8) .arrow {
    color: #97C889;
}

div.bloque_13 > .div_warp a:nth-child(3n+9) .icon {
    background-color: #754B49;
}

div.bloque_13 > .div_warp a:nth-child(3n+9) .arrow {
    color: #754B49;
}

div.bloque_13 > .div_warp a:nth-child(3n+10) .icon {
    background-color: yellow;
}

div.bloque_13 > .div_warp a:nth-child(3n+10) .arrow {
    color: yellow;
}

div.bloque_13 > .div_warp a:nth-child(3n+11) .icon {
    background-color: golden;
}

div.bloque_13 > .div_warp a:nth-child(3n+11) .arrow {
    color: golden;
}

div.bloque_13 > .div_warp a:nth-child(3n+12) .icon {
    background-color: #09AF86;
}

div.bloque_13 > .div_warp a:nth-child(3n+12) .arrow {
    color: #09AF86;
}

div.bloque_13 > .div_warp a:nth-child(3n+13) .icon {
    background-color: #6E7EA1;
}

div.bloque_13 > .div_warp a:nth-child(3n+13) .arrow {
    color: #6E7EA1;
}

div.bloque_13 > .div_warp a:nth-child(3n+14) .icon {
    background-color: grey;
}

div.bloque_13 > .div_warp a:nth-child(3n+14) .arrow {
    color: grey;
}

div.bloque_13 > .div_warp a:nth-child(3n+15) .icon {
    background-color: #7AB2B2;
}

div.bloque_13 > .div_warp a:nth-child(3n+15) .arrow {
    color: #7AB2B2;
}

@media screen and (max-width: 1279px) {
    div.bloque_13 > .div_warp a:nth-child(3n+1),
    div.bloque_13 > .div_warp a:nth-child(3n+2) {
        margin-right: 95px;
    }
}


@media screen and (max-width: 1023px) {
    div.bloque_13 > .div_warp {
        width: 720px;
    }

    div.bloque_13 > .div_warp a:nth-child(3n+1),
    div.bloque_13 > .div_warp a:nth-child(3n+2) {
        margin-right: 0px;
    }

    div.bloque_13 > .div_warp a:nth-child(2n+1) {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1023px) {
    div.bloque_13 > .div_warp {
        width: 100%;
    }

    div.bloque_13 > .div_warp a {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 30px !important;
    }
}

div.bloque_15 {
}

div.bloque_15 .col1,
div.bloque_15 .col2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

div.bloque_15 .col1 {
    padding-right: 25px;
}

div.bloque_15 .col1 iframe {
    width: 100%;
}

div.bloque_15 .col2 .ui-tabs,
div.bloque_15 .col2 .ui-tabs ul,
div.bloque_15 .col2 .ui-tabs .ui-tabs-nav,
div.bloque_15 .col2 .ui-tabs .ui-tabs-nav li,
div.bloque_15 .col2 .ui-tabs .ui-tabs-nav a {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav li {
    width: 40% !important;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav li:last-child {
    width: 60% !important;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav a {
    line-height: 42px !important;
    display: block !important;
    width: 100% !important;
    background-color: #b3b3b3 !important;
    text-align: center !important;
    color: #fff !important;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav a:before {
    content: ' ';
    background-image: url("../images/icon_email_contacto.png");
    height: 42px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center right;
    width: 30px;
    margin-right: 10px;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav li:last-child a:before {
    background-image: url("../images/icon_trabaja_contacto.png");
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav .ui-state-active a {
    background-color: #8bb9d0 !important;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-nav a:hover {
    background-color: #aecede !important;
}

div.bloque_15 .col2 .ui-tabs .ui-tabs-panel {
    padding: 24px 16px;
    border-left: 1px solid #8bb9d0;
    border-right: 1px solid #8bb9d0;
    border-bottom: 1px solid #8bb9d0;
}

div.bloque_15 .col2 .form_style {
    margin: 0 !important;
    width: 100% !important;
    background-color: #fff;
}

div.bloque_15 .col2 .form_style .header_form {
    display: none !important;
}

div.bloque_15 .col2 .form_style .campos {
    padding: 0px !important;
}

div.bloque_15 .form_style .campos .fila > div input[type=text],
div.bloque_15 .form_style .campos .fila > div input[type=email],
div.bloque_15 .form_style .campos .fila > div input[type=number],
div.bloque_15 .form_style .campos .fila > div select,
div.bloque_15 .form_style .campos .fila > div textarea,
div.bloque_15 .form_style .campos .fila > div label.file_style {
    background-color: rgb(242, 242, 242) !important;
}

div.bloque_15 .form_style .checkmark,
div.bloque_15 .form_style .checkmark_radio {
    background-color: rgb(242, 242, 242) !important;
}

/* On mouse-over, add a grey background color */
div.bloque_15 .form_style .checkbox_style:hover input ~ .checkmark,
div.bloque_15 .form_style .radio_style:hover input ~ .checkmark_radio {
    background-color: #ccc !important;
}

/* When the checkbox is checked, add a blue background */
div.bloque_15 .form_style .checkbox_style input:checked ~ .checkmark,
div.bloque_15 .form_style .radio_style input:checked ~ .checkmark_radio {
    background-color: #8bb9d0 !important;


}

@media screen and (max-width: 1023px) {

    div.bloque_15 .col1,
    div.bloque_15 .col2 {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 0;
    }

}

/* CLIENTES */
.cliente_section {

}

.cliente_section h1 {
    background-color: #6e7ea1;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
}

.cliente_section h2 {
    color: #85c6b0;
    font-size: 18px;
    margin-bottom: 10px;
}

.cliente_section p {
    text-align: justify;
    margin-bottom: 10px;
}

.cliente_section .proyectos_testimonios {
    margin-top: 40px;
}

.cliente_section .proyectos_testimonios > div {
    width: 50%;
    float: left;
}

.cliente_section .proyectos_testimonios ul li {
    width: 49%;
    display: inline-block;
    padding-left: 50px;
    background-image: url("../images/icon_clientes.svg");
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: top;
    background-position: top left;
    min-height: 40px;
    margin-bottom: 10px;
}

.cliente_section .proyectos_testimonios ul li > div {
    display: table;
    vertical-align: middle;
    height: 40px;
}

.cliente_section .proyectos_testimonios ul li > div span {
    display: table-cell;
    vertical-align: middle;
}

.cliente_section .proyectos_testimonios .un_testimonio p {
    margin-bottom: 25px !important;
}

.cliente_section .clientes_sector {
    margin-top: 40px;
}

.cliente_section .clientes_sector div {
    text-align: left;
    vertical-align: top;
}

.cliente_section .clientes_sector img {
    height: 75px;
    margin-bottom: 10px;
}

.notificacion_backend {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999999;
}

.notificacion_backend .contentNotificacion {
    width: 28%;
    box-sizing: border-box;
    padding: 15px;
    background-color: white;
    position: absolute;
    top: 6.5%;
    left: 36.5%;
}
.notificacion_backend .contentNotificacion img{
    max-width: 100%;
    margin-bottom: 30px;
}
.notificacion_backend .contentNotificacion a.button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    outline: none;
    cursor: pointer;
    color: #FF8026 !important;
    border: 2px solid #FF8026;
    padding: 3px 10px !important;
    border-radius: 3px;
    margin-top: 20px;
}
.notificacion_backend .contentNotificacion a.button:hover {
    background: #FF8026 !important;
    color: #fff !important;
}
.notificacion_backend .contentNotificacion a.close {

    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background-color: black;
    opacity: 1;
    color: white;
    font-size: 13px;
    line-height: 23px;
    border-radius: 100%;
}
.notificacion_backend .col-iz {
    width: 70%;
    padding: 0 40px;
    box-sizing: border-box;
    float: left;
}
.notificacion_backend .col-de {
    width: 30%;
    float: left
}
.notificacion_backend .col-iz p, .notificacion_backend .col-iz span {
    font-size: 19px !important;
}
.fa {
    margin-left: 7px !important;
}


@media screen and (max-width: 1023px) {
    .cliente_section .proyectos_testimonios > div {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .cliente_section .clientes_sector div {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .cliente_section .proyectos_testimonios ul li {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}


footer {
    margin-top: 50px;
}

footer .top_footer {
    padding: 25px 0;
    background-position: center top;
    background-image: url(../images/bg-footer.png);
}

footer .top_footer .caja {
    background-color: rgba(27, 27, 27, .5);
    padding: 10px 25px;
    float: left;
}

footer .top_footer .caja .telefono {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    white-space: nowrap;
}

footer .top_footer .caja .horario {
    white-space: nowrap;
    color: #fff;
    display: block;
}

footer .bottom_footer {
    color: #fff;
    font-size: 14px;
    position: relative;
    background-color: #333;
}

footer .bottom_footer .divCopy {
    float: left;
    width: calc(100% - 200px);
}

footer .bottom_footer p {
    float: left;
    line-height: 50px;
}

footer .bottom_footer a {
    color: #fff;
    text-decoration: none;
}

footer .bottom_footer ul li {
    display: inline-block;
    margin-left: 15px;
    line-height: 50px;
}

footer .bottom_footer ul li a {
    border-left: 1px solid white;
    padding-left: 15px;
}


footer .bottom_footer .rrss {
    float: right;
    width: 200px;
    text-align: right;
    line-height: 25px;
    margin-top: 12px;
}

footer .bottom_footer .rrss .rrss_link {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 10px;
}

footer .bottom_footer .rrss .rrss_link:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 1279px) {
    footer .bottom_footer p {
        float: none;
    }

    footer .bottom_footer ul {
        display: block;
        padding-bottom: 15px;
    }

    footer .bottom_footer ul li {
        line-height: 30px;
    }

    footer .bottom_footer ul li:first-child {
        margin-left: 0px;
    }

    footer .bottom_footer ul li:first-child a {
        border-left: 0px solid white;
        padding-left: 0px;
    }

}

@media screen and (max-width: 1023px) {
    footer {
        margin-top: 25px;
    }

    footer .top_footer {
        text-align: center;
    }

    footer .top_footer .caja {
        float: none;
        display: inline-block;
    }

    footer .bottom_footer .divCopy {
        float: none;
        width: 100%;
        text-align: center;
    }

    footer .bottom_footer ul {
        padding-bottom: 0px;
    }

    footer .bottom_footer .rrss {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    footer .top_footer {
        padding: 0;
    }

    footer .top_footer > .div_warp {
        padding: 0;
    }

    footer .top_footer .caja {
        padding: 25px;
    }

    footer .top_footer .caja .horario {
        white-space: normal;
    }

    footer .bottom_footer p {
        line-height: 20px;
        padding-top: 20px;
    }

    footer .bottom_footer ul {
        margin-top: 10px;
    }
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 2.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 2.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 2.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 2.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 2.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 2.0;
    }
}

/* FORMULARIOS */

.form_style {
    width: 720px;
    margin: 0 auto;
    background-color: #f2f2f2;
    margin-top: 50px;
}

.form_style .header_form {
    text-align: center;
    margin-bottom: 0;
    height: 63px;
    line-height: 63px;
    color: #fff;
    background-color: #8bb9d0;
    font-size: 28px;
    font-weight: 600;
}

.form_style .campos {
    padding: 25px;
}

.form_style .campos .fila {
    margin: 0 -15px;
}

.form_style .campos .fila:after {
    content: "";
    clear: both;
    display: block;
}

.form_style .campos .fila > div {
    padding: 0 15px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.form_style .campos .fila > div:last-child {
    margin-bottom: 0px;
}

.form_style .campos .fila > div.columna1 {
    width: calc(100% / 12 * 1);
}

.form_style .campos .fila > div.columna2 {
    width: calc(100% / 12 * 2);
}

.form_style .campos .fila > div.columna3 {
    width: calc(100% / 12 * 3);
}

.form_style .campos .fila > div.columna4 {
    width: calc(100% / 12 * 4);
}

.form_style .campos .fila > div.columna5 {
    width: calc(100% / 12 * 5);
}

.form_style .campos .fila > div.columna6 {
    width: calc(100% / 12 * 6);
}

.form_style .campos .fila > div.columna7 {
    width: calc(100% / 12 * 7);
}

.form_style .campos .fila > div.columna8 {
    width: calc(100% / 12 * 8);
}

.form_style .campos .fila > div.columna9 {
    width: calc(100% / 12 * 9);
}

.form_style .campos .fila > div.columna10 {
    width: calc(100% / 12 * 10);
}

.form_style .campos .fila > div.columna11 {
    width: calc(100% / 12 * 11);
}

.form_style .campos .fila > div.columna12 {
    width: calc(100% / 12 * 12);
}

.form_style .campos .fila > div label {
    width: 100%;
    display: block;
}

.form_style .campos .fila > div input[type=text],
.form_style .campos .fila > div input[type=email],
.form_style .campos .fila > div input[type=number],
.form_style .campos .fila > div select,
.form_style .campos .fila > div textarea,
.form_style .campos .fila > div label.file_style,
.form_style .campos .fila > div button {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Helvetica Neue LT Std';
    color: rgb(102, 102, 102);
    background-color: white;
}

.form_style .campos .fila > div label.file_style span.label {
    margin: 0 25px;
}

.form_style .campos .fila > div select {
    background: url(../images/open_list.png) no-repeat #fff;
    background-size: 18px 11px;
    background-position: calc(100% - 15px) center;
}

.form_style .campos .fila > div .g-recaptcha > div {
    margin: 0 auto;
}

.form_style .campos .fila > div button {
    color: #fff;
    background-color: #7d985e;
}

.form_style div.conError {
    display: block;
    color: red;
    font-style: italic;
    font-size: 12px;
    position: relative;
    top: -13px;
    right: 0;
    text-align: right;
    line-height: 12px;
    height: 0;
}

@media screen and (max-width: 767px) {

    .form_style {
        width: 100%;
        margin-top: 30px;
    }


    .form_style .campos .fila > div.columna1,
    .form_style .campos .fila > div.columna2,
    .form_style .campos .fila > div.columna3,
    .form_style .campos .fila > div.columna4,
    .form_style .campos .fila > div.columna5,
    .form_style .campos .fila > div.columna6,
    .form_style .campos .fila > div.columna7,
    .form_style .campos .fila > div.columna8,
    .form_style .campos .fila > div.columna9,
    .form_style .campos .fila > div.columna10,
    .form_style .campos .fila > div.columna11,
    .form_style .campos .fila > div.columna12 {
        width: 100%;
    }

}

/* CHECKBOX */
/* Customize the label (the container) */
.checkbox_style {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

/* Hide the browser's default checkbox */
.checkbox_style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox_style:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_style input:checked ~ .checkmark {
    background-color: #8bb9d0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_style input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_style .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* RADIO */
/* Customize the label (the container) */
.radio_style {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_style:hover input ~ .checkmark_radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_style input:checked ~ .checkmark_radio {
    background-color: #8bb9d0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_style input:checked ~ .checkmark_radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_style .checkmark_radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.bloque_6_noticias {

}

.bloque_6_noticias .parte_noticias {
    float: left;
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding-right: 40px;
}

.bloque_6_noticias aside {
    float: right;
    width: 200px;
}

.bloque_6_noticias aside h4 {
    color: #85c6b0;
    margin-bottom: 10px;
}

.bloque_6_noticias aside ul {
    padding-left: 10px;
}

.bloque_6_noticias aside ul li {
    margin-bottom: 5px;

}

@media screen and (max-width: 767px) {

    .bloque_6_noticias .parte_noticias {
        width: 100%;
        float: none;
        padding: 0;
    }

    .bloque_6_noticias aside {
        width: 100%;
        float: none;
        padding: 0;
    }

}

.bloque_6_noticias .parte_noticias.texto_100 > h1 {
    color: #333;
}

/* PAGINATION */
ul.pagination {
    overflow: hidden;
    margin-top: 20px;
}

ul.pagination li {
    width: 49%;
    background-color: #eee;
    color: black;
    box-sizing: border-box;
    float: left;
    margin-right: 1%;
    line-height: 50px;
    padding: 0 20px;
    display: block;
}

ul.pagination li.sig {
    margin-left: 1%;
    margin-right: 0%;
    text-align: right;
    float: right;
}

ul.pagination li i {
    width: 30px;
    height: 30px;
    background-color: #808080;
    color: #eee;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    padding-right: 3px;
    margin-right: 10px;
}

ul.pagination li.sig i {
    padding-left: 3px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 0px;

}

@media screen and (max-width: 767px) {
    ul.pagination {
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 40px;
    }

    ul.pagination li {
        font-size: 12px;
    }
}

.imagen_noticia_principal {
    width: 100%;
    margin-bottom: 30px;
}


.social-networks a {
    margin-right: 10px;
    display: inline-block
}

.social-networks a:hover svg {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.social-networks svg {
    width: 30px;
    height: 30px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear
}

.social-networks a span {
    display: none
}

.social-networks .facebook:hover svg {
    fill: #2f477a
}

.social-networks .facebook svg {
    fill: #3b5998
}

.social-networks .twitter:hover svg {
    fill: #008abe
}

.social-networks .twitter svg {
    fill: #00aced
}

.social-networks .linkedin:hover svg {
    fill: #006292
}

.social-networks .linkedin svg {
    fill: #007bb6
}

/* BUSCADOR */
#listado_buscador {
    margin-bottom: 20px;
    overflow: hidden;
}

#listado_buscador input {
    display: inline-block;
    border: 1px solid #b3b3b3;
    border-width: 1px 0 1px 1px;
    color: #85c6b0;
    width: 62%;
    float: left;
    height: 46px !important;
    margin: 0 !important;
    padding: 13px 4%;
    background-color: rgb(242, 242, 242);
    font-size: 16px;
    width: calc(100% - 46px);
}

#listado_buscador input::-webkit-input-placeholder {
    margin-left: 10px;
    color: #85c6b0
}

#listado_buscador input:-moz-placeholder {
    margin-left: 10px;
    color: #85c6b0;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

#listado_buscador input::-moz-placeholder {
    margin-left: 10px;
    color: #85c6b0;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

#listado_buscador input:-ms-input-placeholder {
    margin-left: 10px;
    color: #85c6b0
}

#listado_buscador button {
    display: inline-block;
    background-image: url(../images/search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-color: #999;
    height: 46px;
    border: 1px solid #b3b3b3;
    width: 46px;
    float: left;
    box-sizing: border-box;
}

/* ACORDEON */
.ui-accordion .ui-accordion-header {
    min-height: 54px;
    line-height: 24px;
    border-radius: 0;
    border: 0;
    background-color: #e6e6e6;
    color: #333;
    padding: 15px 25px;
    box-sizing: border-box;
    position: relative;
    -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;
    padding-right: 60px;
    text-align: left;
}

.ui-accordion .ui-accordion-header.ui-state-active {
    background-color: #8bb9d0;
    color: #fff;
}

.ui-accordion .ui-accordion-header span.ui-icon {
    margin: 0;
    background-position: -32px -16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-image: none;
    text-indent: -0px;
}

.ui-accordion .ui-accordion-header span.ui-icon:after {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/flecha-menu.png);
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-color: black;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -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;
}

.ui-accordion .ui-accordion-header.ui-state-active span.ui-icon:after {
    background-color: transparent;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ui-accordion .ui-accordion-content {
    padding: 15px 25px;
    border: 0;
    border-top: 0;
    overflow: auto;
}


/* COOKIES */

.smsCookie {
    background-color: rgba(0, 0, 0, 0.7);
    color: #9A9A9A;
    padding: 40px 0;
    position: fixed;
    bottom: -400px;
    left: 0;
    width: 100%;
    z-index: 200;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
}

.smsCookie.open {
    bottom: 0px;
}

.smsCookie b {
    font-size: 20px;
    color: white;
}

.smsCookie p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie .for_configurar ul li {
    font-size: 15px;
    line-height: 20px;
    color: white;
}

.smsCookie p a {
    color: white;
    text-decoration: underline;
}

.smsCookie a.btn {
    border-radius: 40px;
    border: 2px solid #fff;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
    width: 300px;
    background-color: black;
    color: white;
    cursor: pointer;
    float: right;
}

.smsCookie a.btn.btn_config {
    float: left;
    border: 2px solid transparent;
    font-size: 20px;
    background-color: transparent;
    text-decoration: underline;
    text-transform: none;
}


.smsCookie a.comoBtn {
    color: white;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 15px;
    font-size: 30px;
    padding: 0;
    line-height: 35px;
    display: inline-block;
    height: 30px;
    vertical-align: bottom;
}

.smsCookie a.comoBtn.comoBtnAAnalitica,
.smsCookie a.comoBtn.comoBtnAPublicitarias {
    color: red;
}

.smsCookie a.comoBtn.comoBtnRAnalitica,
.smsCookie a.comoBtn.comoBtnRPublicitarias {
    color: green;
}

.smsCookie a.comoBtn.selected {
    display: none;
}

.smsCookie a.comoBtn i {
    line-height: 30px;
}

.smsCookie .for_configurar {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    border: 2px solid #fff;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    background-color: black;
    box-sizing: border-box;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1120px;
}

.smsCookie .for_configurar ul {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 25px;
}

.smsCookie .for_configurar ul li {
    list-style: disc;
}

@media screen and (max-width: 1279px) {
    .smsCookie .for_configurar {
        width: 880px;
    }

}

@media screen and (max-width: 1023px) {

    .smsCookie .for_configurar {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .smsCookie .for_configurar {
        max-height: 90%;
        overflow-y: auto;
    }

    .smsCookie {
        padding: 20px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .smsCookie b {
        font-size: 21px;
    }

    .smsCookie a.btn {
        border-radius: 40px;
        line-height: 40px;
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 100%;
    }

    .smsCookie b {
        font-size: 13px;
    }

    .smsCookie p,
    .smsCookie .for_configurar ul li {
        font-size: 12px;
        line-height: 15px;
        color: white;
    }

    .smsCookie a.btn.btn_config {
        font-size: 10px;
        border-radius: 20px;
        line-height: 20px;
    }

    .smsCookie a.comoBtn i {
        line-height: 20px;
    }

    .smsCookie a.comoBtn {
        font-size: 40px;
        line-height: 20px;
        height: 20px;
    }
}
/* COOKIES */

/* OCULTAR BLOG */
html[lang=en] .li6,
html[lang=fr] .li6 {
    display: none !important;
}

html[lang=en] .bloque_6,
html[lang=fr] .bloque_6 {
    display: none !important;
}

.btn_chat {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 70px;
    top: auto;
    padding-right: 70px;
    background: white;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    transition: 250ms;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
    line-height: 70px;
    z-index: 10000;
}

.btn_chat a,
.btn_chat span {
    top: 0;
    width: auto;
    display: none;
    min-width: 137px;
    position: relative;
    line-height: 1.2;
    right: 80px;
    text-align: right;
    color: #666;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
}

.btn_chat span {
    display: block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
    right: 0;
    line-height: 70px;
    padding: 0 20px;
}

.btn_chat button {
    bottom: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    border: none;
    outline: 0;
    text-align: center;
    position: fixed;
    background-color: #f2f2f2;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -o-transition: 250ms;
    -ms-transition: 250ms;
    transition: 250ms;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
    right: 0;
    background-color: white;
}

.btn_chat svg {
    display: inline-block;
    vertical-align: middle;
    fill: #333;
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s;
}

.aside_chat {
    position: fixed;
    max-width: 400px;
    max-height: 100%;
    overflow: visible;
    will-change: transform;
    background-color: #fff;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -ms-transition-duration: .2s;
    transition-duration: .2s;
    width: calc(100% - 70px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -moz-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -o-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -ms-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 100000;
    height: 450px;
    top: auto;
    bottom: 0px;
    padding-top: 0;
}

.aside_chat .scroll-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-color: inherit;
    border-top: 1px solid #999;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/bg-footer.png);
    padding-bottom: 70px;
    overflow-y: hidden;
    box-sizing: border-box;
}

.open_chat .aside_chat{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.aside_chat .close{
    top: 0;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 0;
    cursor: pointer;
    background-color: #f2f2f2;
    left: 0;
    top: auto;
    bottom: 0;
    left: 70px;
    z-index: 9999;
    -webkit-transition: -webkit-transform .2s .0s ease-out;
    -moz-transition: -moz-transform .2s .0s ease-out;
    -o-transition: -o-transform .2s .0s ease-out;
    -ms-transition: -ms-transform .2s .0s ease-out;
    transition: transform .2s .0s ease-out;
}
.open_chat .aside_chat .close{
    -webkit-transition: -webkit-transform .2s .0s ease-out;
    -moz-transition: -moz-transform .2s .0s ease-out;
    -o-transition: -o-transform .2s .0s ease-out;
    -ms-transition: -ms-transform .2s .0s ease-out;
    transition: transform .2s .0s ease-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);

}
.close span::after, .close span::before, .close::after, .language li::after, .language li::before, .menu__off-canvas::before, .nav a::after, .page__home .banner::after {
    content: '';
}
.close::after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #333
}

.close span::after, .close span::before {
    top: 25px;
    left: 35px;
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: #333
}

.close span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width: 1023px) {
    .fuera_movil{
        display: none !important;
    }
    .btn_chat button{
        background-color: #f2f2f2;
    }
}

.navidad19 {
    position: relative;
    text-align: center;
}
.navidad19 > img {
    display: block;
    width: 100% !important;
}
.navidad19 iframe {
    width: 750px;
    height: 450px;
    margin: 0 auto;
    display: block;
    margin-top: -550px;
    margin-bottom: 150px;
}

.table-bordered {
    border-collapse: collapse;
}
.table-bordered td {
    border: 1px solid grey;
    padding: 5px;
}
.container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.logosFooter {
    background-color: #333 !important;
    height: 210px;
}
.columnas {
    margin: 0 auto;
    max-width: 1240px;
}
.columna {
    float: left;
}
.columna1 {
    margin-left: 50px;
}
.columna2 {
    margin-left: 50px;
}
.columna3 {
    width: 740px;
    padding: 20px;
    box-sizing: border-box;
    text-align: justify;
}
.columna2 img {
    max-height: 197px;
}
.columna3 p {
    margin-bottom: 20px;
    font-size: 15px;
    color: white;
}
.logosFooter h3 {
    font-size: 17px;
    color: white;
    margin-bottom: 5px;
    font-weight: bold;
}