/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 oct. 2021, 13:01:58
    Author     : jmanv
*/


::-webkit-scrollbar {
    display: block !important;
    opacity: 1;
}
::-webkit-scrollbar-button {
    display:block !important;
}
::-webkit-scrollbar-thumb {
    background:  #e1e1e1;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: white;
    border-radius: 4px;
    width: 8px;    
}
.lp_fixed2 {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.lp_fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.lp_header__left ul svg {
    width: 20px;
    height: 20px;
}
.sharedModalItem {
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.sharedModalItem a {
    background: #007aff;
    padding: 15px 12px;
    display: block;
    border-bottom: solid 1px white;
}
#whatsapp {
    background: #01a827;
}
.sharedModalItem a i {
    display: block;
    width: 34px;
    margin: auto;
    margin-bottom: 5px;
}
.sharedModalItem:hover a p {
    max-height: 30px;
    max-width: 100px;
}
.sharedModalItem a p {
    color: white;
    max-width: 92px;
    font-size: 12px;
    text-align: center;
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s;
    max-width: 0px;
}
.sharedModalItem a#contacto {
    background: #ff770e;
}
.sharedModalItem a i svg path {
    fill: white;
}
.lp_header {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.lp_header2 {
    position: absolute;
    z-index: 2;
    width: 100%;
}
.lp_top__header {
    background: #fb7814;
    color: white;
}
.btnWsz {
    color: white;
    background: #fb7814;
    margin-top: 25px;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 5px;
}
.lp_flex_header {
    display: flex;
    padding: 5px 100px;
    justify-content: space-between;
    align-items: center;
}
.lp_header__left {
    display: flex;
    align-items: center;
}
.lp_header__left i {
    font-style: normal;
    margin-right: 10px;
}
.lp_header__left ul svg path {
    fill: white;
}
.lp_header__right a {
    margin-left: 20px;
    color: white;
}
.lp_flex_bottom_header {
    padding: 40px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lp_bottom__header__left img {
    max-width: 480px;
    display: block;
    margin-top: 5px;
}
.lp_cron__middle a {
    color: white;
}
.lp_cron__middle {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
.lp_cron__bottom {
    font-size: 10px;
    color: white;
}
.lp_cron__top {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #ff770e;
}
.lp_cron {
    text-align: center;
    padding: 10px 0px;
}
.lp_contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 350px;
    z-index: 99;
    height: 100%;
    background: white;
    box-sizing: border-box;
    transition: 0.3s;
    transform: translateX(-100%);
    padding: 20px 30px;
    box-shadow: 0px 4px 8px black;
}
.lp_contact.active {
    transform: none;
}
.lp_contact_close {
    position: fixed;
    top: 0;
    z-index: 98;
    background: black;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.lp_contact_close.active {
    opacity: .6;
    pointer-events: all;
}
.inputLabel {
    margin-bottom: 20px;
}
.inputLabel {
    display: flex;
}
.select_a {
    width: 100%;
}
.select_a select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    border: solid 1px #e32422;
}
.inputLabel .icon svg {
    width: 40px;
    height: 40px;
}
.inputLabel .icon svg path {
    fill: #e32422;
}
.inputLabel .input span {
    display: block;
    margin-left: 10px;
}
.inputLabel .input span input, .inputLabel .input span textarea {
    background: transparent;
    border: solid 1px #e32422;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}
.pterms, .pterms_uniq {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}
.pterms:before, .pterms_uniq:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border: solid 1px #e32422;
    left: 0px;
    top: 3px;
}
.pterms.active:before, .pterms_uniq.active:before {
    background: #e32422;
}
.buttonLabel {
    margin-top: 20px;
}
.buttonLabel button.btnOpacity {
    pointer-events: none;
    opacity: 0.4;
}
.buttonLabel button {
    width: 100%;
    padding: 15px 0px;
    background: #e32422;
    border-radius: 5px;
    font-size: 16px;
    color: white;
}
.lp_form h2:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: solid 3px #ff770e;
    border-bottom: solid 3px #ff770e;
    transform: rotate(45deg);
    left: 0px;
    top: 12px;
}
.lp_form h2 {
    font-size: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
    position: relative;
}

.heightH article .title p b {
    display: block;
    font-size: 30px;
}
.heightH article .title p {
    color: white;
    font-size: 22px;
    line-height: 30px;
}
.heightH article .title h1 b {
    display: block;
    text-transform: uppercase;
    font-size: 40px;
}
.heightH article .title h1 {
    color: white;
    font-size: 50px;
    margin-bottom: 35px;
}
.heightH article .title {
    max-width: 750px;
}
.heightH article {
    display: flex;
    height: 100%;
    padding: 0px 100px;
    align-items: flex-start;
    padding-top: 150px;
}
.heightH {
    height: 100vh;
    position: relative;
    z-index: 1;
}
.heightH article .title svg path, .heightH article .title svg rect, .heightH article .title svg polygon {
    fill: white;
}
.heightH article .title h1:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: white;
    bottom: 0;
    border-radius: 5px;
}
.heightH article .title h1 {
    position: relative;
    padding-bottom: 30px;
}
.heightH article .title svg {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 5px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff770e;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.lb_section_banner div:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: white;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.swipImg {
    border: solid 2px #f8f8f8;
    margin: 10px;
}
.lb_section_banner div:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: white;
    top: 0;
    left: 50%;
    margin-left: -40px;
}
.lb_section_banner div p a {
    color: white;
}
.lb_section_banner div p {
    font-size: 22px;
}
.lb_section_banner div h2 {
    font-size: 32px;
    margin-bottom: 5px;
}
.lb_section_banner div {
    color: white;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 585px;
    padding: 30px 0px;
    width: 100%;
}
.lb_section_banner:before {
    content: '';
    position: absolute;
    width: 100%;
    background: black;
    opacity: 0.6;
}
.lb_section_banner {
    background-attachment: fixed;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_inpar .swiper-slide {
    width: 25%;
}
.flex_inpar .up2 {
    width: 75%;
    flex: none;
}
.flex_inpar .up {
    width: 25%;
    box-sizing: border-box;
    padding: 70px 100px;
    flex: none;
}
.flex_inpar {
    display: flex;
}
.ipmiddle .desc {
    margin-bottom: 15px;
}
.ipmiddle p {
    font-size: 16px;
    line-height: 22px;
    opacity: 0.6;
}
.ipmiddle h2:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ff770e;
    bottom: 7px;
}
.ipmiddle h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    color: #ff770e;
    line-height: 35px;
}
.lp_btn {
    background: #e52226;
    color: white;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
}
.ipmiddle .link {
    text-align: left;
}
.fourConcentration article:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}
.fourConcentration article .desc {
    font-size: 18px;
}
.fourConcentration article {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 20px 80px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}
.fourConcentration .swiper-container, .fourConcentration .swiper-wrapper, .fourConcentration .swiper-slide, .fourConcentration .swiper-container .heightMen {
    height: 100%;
}
.fourConcentration {
    height: 100%;
}
.single_1_part .title {
    padding: 20px 100px;
    text-align: center;
}
.single_1_part {
    width: 33.33%;
    flex: none;
}
.single_3_parts {
    display: flex;
    width: 100%;
}
.lp_section_bateria .alon_title {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px;
}
.lp_section_bateria {
    position: relative;
}
.lp_section_bateria2 .alon_title h2 {
    color: white;
    position: relative;
}
.lp_section_bateria2 .alon_title {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px;
}
.lp_section_bateria2 {
    position: relative;
}
.lp_section_bateria2 .alon_title h2 {
    color: white;
    position: relative;
}
.single_3_parts {
    position: relative;
    z-index: 1;
}	
.single_1_part .title .link {
    opacity: 0;
    transition: 0.3s;
}
.single_1_part .title p {
    max-width: 200px;
    margin: 20px auto;
    transition: 0.3s;
    opacity: 0;
}
.single_1_part .title h3 {
    font-size: 25px;
}
.single_1_part .title {
    padding: 150px 100px;
    text-align: center;
    color: white;
}
.lp_section_bateria .alon_title h2:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: white;
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
}
.lp_section_bateria .alon_title h2 {
    font-size: 30px;
    padding: 20px;
}
.single_1_part.active .title .link {
    opacity: 1;
}
.single_1_part .title p {
    font-size: 16px;
    line-height: 25px;
}
.single_1_part.active .title p {
    opacity: 1;
}
.single_1_part {
    border-right: solid 1px #ffffff47;
}
.relative_alon_title h2:before {
    content: '';
    position: absolute;
    width: 80px;
    margin-left: -40px;
    height: 3px;
    background: #ff770e;
    bottom: 0px;
    left: 50%;
}
.relative_alon_title h2 {
    padding: 20px 0px;
    color: #ff770e;
    font-size: 25px;
    position: relative;
}
.relative_alon_title {
    text-align: center;
    margin-top: 20px;
}
.baterias_swipe {
    padding: 10px 100px;
}
.single_4_parts {
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}
.single_4_parts .heightHA {
    width: calc(25% - 10px);
    border-right: solid 2px #dedede;
    text-align: center;
}
.single_4_parts .heightHA .title {
    max-width: 200px;
    margin: auto;
}
.single_4_parts .heightHA img {
    display: block;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    object-fit: contain;
}
.lp_footer_flex {
    padding: 20px 100px;
    border-top: solid 1px #eeeeee;
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
}
.lp_footer_flex img {
    max-width: 250px;
    padding: 10px;
    background: white;
    border-radius: 5px;
}
.lp_footer_flex a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px;
    color: #ff770e;
}
.lp_header__right p {
    font-size: 12px;
    margin: 10px 0px;
    display: block;
    line-height: 22px;
}
.lp_footer_flex a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0px;
    color: #ff770e;
}
.lp_section_bateria .alon_title {
    z-index: 2;
}
.single_4_parts .heightHA:last-child {
    border-right: 0px;
}
.single_3_parts:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    opacity: 0.4;
}
.lp_extra_footer {
    text-align: center;
    color: white;
    background: #393939;
    font-size: 11px;
    padding: 10px;
}
.swipImg h4 {
    padding: 5px 10px;
    font-size: 22px;
}
.swipImg p {
    padding: 0px 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.fourConcentration .swiper-slide:nth-child(2) article:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e4e4e4;
    left: 0;
    transition: 0.3s;
    z-index: -1;
}

.fourConcentration .swiper-slide article:hover .desc {
    color: white;
}
.fourConcentration .swiper-slide article:hover:after {
    opacity: 0;
}
.fourConcentration .swiper-slide:nth-child(4) article:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d2d2d2;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}
.fourConcentration .swiper-slide:nth-child(3) article:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dfdfdf;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}
.fourConcentration .swiper-slide:nth-child(1) article:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}
.fourConcentration .swiper-container .heightMen {
    overflow: hidden;
}	
.fourConcentration article .desc {
    color: black;
    transition: 0.3s;
    position: relative;
    transform: translateY(35px);
}
.fourConcentration .swiper-slide article:hover .desc {
    color: white;
}
.fourConcentration article:hover .desc {
    transform: none;
}
.fourConcentration article .desc h3 {
    font-size: 18px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #ff770e;
    transition: 0.3s;
}
.fourConcentration article:hover h3 {
    color: white;
}
.fourConcentration article:hover .desc p {
    opacity: 1;
}
.fourConcentration article .desc p {
    font-size: 13px;
    opacity: 0;
    transition: 0.3s;
    color: white;
}
@media (max-width: 1050px) {
    .single_3_parts {
        display: block;
    }
    .lp_flex_header {
        padding: 5px 10px;
    }
    .lp_flex_bottom_header {
        padding: 0px 10px;
    }
    .heightH article {
        padding: 0px 10px;
        padding-top: 230px;
    }
    .heightH article .title {
        max-width: 250px;
    }
    .heightH article .title svg {
        width: 50px;
        height: 50px;
    }
    .heightH article .title h1 b {
        font-size: 21px;
    }
    .heightH article .title h1 {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .heightH article .title p b {
        font-size: 27px;
    }
    .heightH article .title p {
        font-size: 14px;
        line-height: 22px;
    }
    .btnWsz {
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 5px;
    }
    .flex_inpar .up {
        padding: 50px 10px;
    }
    .fourConcentration article {
        padding: 10px;
    }
    .single_1_part .title {
        padding: 150px 10px;
    }
    .baterias_swipe {
        padding: 10px;
    }
    .single_4_parts {
        padding: 20px 10px;
    }
    .lp_footer_flex {
        padding: 10px;
    }
}
@media (max-width: 650px) {
    .lp_top__header {
        padding: 15px;
    }

    .ipmiddle h2:before {
        left: 50%;
        margin-left: -35px;
    }
    .lp_footer_flex img {
        margin: auto;
        margin-bottom: 20px;
    }
    .wp-call-button {
        display: none !important;
    }
    .single_1_part .link {
        opacity: 1 !important;
    }

    .single_1_part p {
        opacity: 1 !important;
    }
    .single_1_part:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: black;
        z-index: -1;
        opacity: 0.7;
    }
    .single_1_part .backgroundMobile {
        display: block !important;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -2;
        top: 0;
        left: 0;
        object-fit: cover;
    }
    .single_1_part {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .lp_header__right {
        display: none;
    }
    .lp_cron__top {
        font-size: 14px;
    }
    .lp_cron__middle {
        font-size: 20px;
    }
    .lp_bottom__header__left img {
        max-width: 180px;
        margin-right: 10px;
    }
    .flex_inpar {
        display: block;
    }
    .flex_inpar .up .link {
        text-align: center;
    }
    .flex_inpar .up {
        width: 100%;
        text-align: center;
    }
    .flex_inpar .swiper-slide {
        width: calc(100% - 20px);
    }
    .flex_inpar .up2 {
        width: 100%;
    }
    .fourConcentration .swiper-slide article:after { display: none; }
    .fourConcentration article .desc {
        transform: none;
        padding: 40px 20px;
        min-height: 185px;
    }
    .fourConcentration article .desc h3 {
        color: white;
    }
    .fourConcentration article .desc p {
        opacity: 1;
    }
    .lb_section_banner div h2 {
        font-size: 25px;
        padding: 0px 10px;
    }
    .single_4_parts {
        display: block;
    }
    .single_4_parts .heightHA {
        width: 100%;
        border: none;
        border-bottom: solid 1px #dfdfdf;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .lp_footer_flex {
        display: block;
        text-align: center;
    }
    .lp_footer_flex .lp_header__right {
        display: block !important;
    }
    .lp_fixed2 {
        transform: none;
        top: 0px;
        left: 0px;
        top: auto;
    }
    .lp_fixed {
        transform: none;
        top: 0px;
        left: 0px;
        top: auto;
    }
    .sharedModalItem {
        display: flex;
        border-radius: 0px;
    }
    .sharedModalItem a {
        width: 50%;
        text-align: center;
        border-bottom: none;
        padding: 10px 15px;
        display: flex;
        justify-content: center;
    }
    .sharedModalItem a i {
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 5px;
        width: auto;
    }
    .sharedModalItem a i svg {
        width: 20px;
    }
    .sharedModalItem a p {
        max-width: 100%;
        max-height: 40px;
        display: flex;
        align-items: center;
        height: 30px;
        width: 100%;
        justify-content: center;
        font-size: 12px;
        text-align: left;
    }
    .lp_contact {
        overflow-y: scroll;
    }
    .sharedModalItem a#whatsapp {
        order: 1;
    }
    .sharedModalItem a#contacto {
        order: 1;
    }
    .lp_fixed{
        display: none;
    }
    .lp_flex_header{
        display:none;
    }
    .swiper-container{

    }
    .lb_section_banner{
        padding-top: 50px;
    }
    /*                .swiper-slide{
                        display:none;
                    }*/


/*    .lp_flex_bottom_header{
        display:none;
    }*/
    #lp_bottom__header{
        display:none;
    }
    .lp_header{
        left: 0;
        top: 140px;
    }
    .lp_header2{
        left: 0;
        top: auto;
        position: fixed;
    }
    
    .lp_section_links{
        display:none;
    }
    .crisp-client{
        display: none
    }
    
    .ocultar{
        display: none
    }
    
    .pc{
        display: none
    }
    .movilitio{
        background: #000 none repeat scroll 0 0
    }
    

}