@charset "UTF-8";

@import url(../libs/animate.css);
/********************************************************
            FONTS - LG Smart
********************************************************/
/* font-family: LGSmartLight-Light; */
@font-face{
    font-family: "LG Smart Light",sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/LG_Smart_Light.ttf) format("truetype");
}
/* font-family: LGSmart; */
@font-face{
    font-family: "LG Smart Regular",sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/LG_Smart_Regular.ttf) format("truetype");
}
@font-face{
    font-family: "LG Smart Italic",sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/LG_Smart_Regular_Italic.ttf) format("truetype");
}
/* font-family: LGSmartLight-SemiBold; */
@font-face{
    font-family: "LG Smart SemiBold",sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/LG_Smart_SemiBold.ttf) format("truetype");
}
/* font-family: LGSmart-Bold; */
@font-face{
    font-family: "LG Smart Bold",sans-serif;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/LG_Smart_Bold.ttf) format("truetype");
}
body#cms{
    font-weight: normal !important;
    line-height: normal;
}

/********************************************
            FONT CLASSES
*********************************************/
#cms .grey-regular{
    font-family: "LG Smart Regular";
    color: #6D6E70;
    letter-spacing: 0;
    font-weight: normal;
}
#cms .red-regular{
    font-family: "LG Smart Regular";
    color: #FD312E;
    letter-spacing: 0;
    font-weight: normal;
}
#cms .black-regular{
    font-family: "LG Smart Regular";
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
}
#cms .white-regular{
    font-family: "LG Smart Regular";
    color: #fff;
    letter-spacing: 0;
    font-weight: normal;
}
#cms .grey-semibold{
    font-family: "LG Smart SemiBold";
    color: #6D6E70;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .red-semibold{
    font-family: "LG Smart SemiBold";
    color: #FD312E;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .black-semibold{
    font-family: "LG Smart SemiBold";
    color: #000;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .grey-bold{
    font-family: "LG Smart Bold";
    color: #6D6E70;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .red-bold{
    font-family: "LG Smart Bold";
    color: #FD312E;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .black-bold{
    font-family: "LG Smart Bold";
    color: #000;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .dark-grey-bold{
    font-family: "LG Smart Bold";
    color: #4C4D4E;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .orange-bold{
    font-family: "LG Smart Bold";
    color: #FF4500;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .green-bold{
    font-family: "LG Smart Bold";
    color: #00AB05;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .white-bold{
    font-family: "LG Smart Bold";
    color: #fff;
    letter-spacing: 0px;
    font-weight: normal;
}
#cms .white-light{
    font-family: "LG Smart Light";
    color: #fff;
    letter-spacing: 0;
    font-weight: normal;
}
#cms #wrapper a.red-link{
    font-family: "LG Smart Bold";
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    background: #FD312E;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
}
#cms #wrapper a.red-link:hover{
    background: #C80442 !important;
}
#cms #wrapper a.simple-link:hover{
    color: #C80442;
    text-decoration: underline;
}
/*************************************
        CMS general
**************************************/
@media (min-width: 992px){
    #cms .d-none-desktop{
        display: none;
    }
}
@media (max-width: 991px){
    #cms .d-none-mobile{
        display: none;
    }
}
#cms .border-radius{
    border-radius: 4px;
}

/*************************************
        CMS id-12
**************************************/
#cms.cms-id-12 #content{
    padding: 30px 0;
}
@media (min-width: 741px){
    #cms.cms-id-12 #content .d-none-desktop{
        display: none;
    }
}
@media (max-width: 740px){
    #cms.cms-id-12 #content .d-none-mobile{
        display: none;
    }
}

#cms.cms-id-12 #content * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'LG Smart Regular',sans-serif;
}
  
#cms.cms-id-12 #content * a {
    color: rgba(165, 0, 52, 0.9);
}

#cms.cms-id-12 #content * a:link {
    text-decoration: none;
    color: rgba(165, 0, 52, 0.9);
}

#cms.cms-id-12 #content * a:visited {
    text-decoration: none;
}

#cms.cms-id-12 #content h2 {
    text-align: center;
    font-size: 36pt;
    font-weight: lighter;
    margin: 10px 0;
}

#cms.cms-id-12 #content .cursor {
    cursor: pointer;
}

#cms.cms-id-12 #content .lg_color {
    color: rgba(165, 0, 52, 0.9);
}

#cms.cms-id-12 #content .aside {
    font-family: 'LG Smart Regular',sans-serif;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#cms.cms-id-12 #content .aside .slick-dots li.slick-active button:before {
    opacity: 1;
    /* font-size: 15px; */
    font-size: 10px;
}

#cms.cms-id-12 #content .aside .slick-dots li button:before {
    /* font-size: 15px; */
    font-size: 10px;
    opacity: .8;
    line-height: 19px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.616);
    top: -40px;
    padding: 0.2%;
}

#cms.cms-id-12 #content .aside .texto_slider {
    position: absolute;
    top: 15%;
    left: 30%;
    font-weight: 300;
    font-size: 30px;
    color: rgba(238, 238, 238, 0.938);
    line-height: 30px;
}

#cms.cms-id-12 #content .aside .texto_slider p:last-child {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 300;
}

#cms.cms-id-12 #content .aside .texto_slider1 {
    position: absolute;
    top: 15%;
    left: 50%;
    font-weight: lighter;
    font-size: 30px;
    color: rgba(238, 238, 238, 0.938);
}

#cms.cms-id-12 #content .aside .texto_slider1 p {
    font-size: 30px;
    width: 50%;
    line-height: 30px;
}

#cms.cms-id-12 #content .aside .separador1 {
    width: 23%;
    border-bottom: solid 4px rgba(165, 0, 52, 0.9);
    height: 2px;
    margin-top: 20px;
}

#cms.cms-id-12 #content .aside img {
    width: 100%;
}

#cms.cms-id-12 #content .main {
    width: auto;
    margin: 0 auto;
    height: auto;
    position: relative;
    font-family: 'LG Smart Regular',sans-serif;
    overflow-x: hidden;
}

#cms.cms-id-12 #content .main h3 {
    text-align: center;
    font-size: 38pt;
    font-weight: 300;
    color: rgba(165, 0, 52, 0.9);
    padding: 30px;
}

#cms.cms-id-12 #content .main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    margin: 40px auto;
}

#cms.cms-id-12 #content .main .colum {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 0 auto;
    width: 50%;
}

#cms.cms-id-12 #content .main .colum .lista_repara {
    margin-left: 10px;
    font-size: 14pt;
}

#cms.cms-id-12 #content .main .colum .lista_repara li {
    margin-top: 10px;
    line-height: 24px;
}

#cms.cms-id-12 #content .main .colum:nth-child(odd) h4 {
    font-size: 40pt;
    width: 90%;
    font-weight: normal;
    line-height: 50pt;
    font-family: 'LG Smart Light', sans-serif;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.568);
}

#cms.cms-id-12 #content .main .colum:nth-child(odd) p {
    width: 90%;
    font-size: 16pt;
    line-height: 22pt;
}

#cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin: 0px auto;
}

#cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 p {
    width: 70%;
    margin-left: 10%;
}

#cms.cms-id-12 #content .main .colum:nth-child(odd) img {
    margin-top: 20px;
}

#cms.cms-id-12 #content .main .colum:nth-child(even) h4 {
    margin-left: 40px;
    font-size: 40pt;
    font-weight: normal;
    line-height: 50pt;
    font-family: 'LG Smart Light', sans-serif;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.568);
    word-wrap: break-word;
}

#cms.cms-id-12 #content .main .colum:nth-child(even) p {
    margin-left: 40px;
    font-size: 16pt;
    width: 90%;
    font-size: 16pt;
    line-height: 22pt;
}

#cms.cms-id-12 #content .main .colum:nth-child(even) img {
    margin-left: 10px;
}

#cms.cms-id-12 #content .main .slider_info {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-left: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

#cms.cms-id-12 #content .main .slider_info img {
    margin-top: -15px;
    margin-left: 15px;
    margin: 0 auto;
    width: 45%;
}

#cms.cms-id-12 #content .main .slider_info span {
    font-size: 23pt;
    font-weight: 300;
    line-height: 40px;
}

#cms.cms-id-12 #content .main .slider_info p {
    padding: 35px;
    margin-top: -30px;
}

#cms.cms-id-12 #content .main .slider_info a, 
#cms.cms-id-12 #content .main .slider_info a:link, 
#cms.cms-id-12 #content .main .slider_info a:visited {
    color: rgba(165, 0, 52, 0.9);
}

#cms.cms-id-12 #content .main .condiciones {
    display: block;
    background-color: rgba(165, 0, 52, 0.9);
    padding: 15px  80px;
    text-align: center;
    border-radius: 12px;
    color: white;
    margin-top: 20px;
    width: 45%;
    font-size: 16pt;
    margin-left: 40px;
}

#cms.cms-id-12 #content .main .condiciones2 {
    display: block;
    background-color: rgba(165, 0, 52, 0.9);
    padding: 15px  80px;
    text-align: center;
    border-radius: 12px;
    color: white;
    margin-top: 50px;
    width: 50%;
    font-size: 16pt;
    margin: 50px 0;
}

#cms.cms-id-12 #content .main .condiciones:hover, 
#cms.cms-id-12 #content .main .condicione2:hover {
    background-color: #4E5158;
}

#cms.cms-id-12 #content .main .post-venta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
}

#cms.cms-id-12 #content .main .post-venta li img {
    padding: 10px;
    width: 100%;
}

#cms.cms-id-12 #content .main .repara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cms.cms-id-12 #content .main .repara li {
    width: 25%;
    padding: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

#cms.cms-id-12 #content .main .repara li img {
    width: 100%;
}

#cms.cms-id-12 #content .main .separador {
    width: 20%;
    border-bottom: solid 3px rgba(165, 0, 52, 0.9);
    height: 2px;
    margin: 0 auto;
}

#cms.cms-id-12 #content .main p {
    font-size: 16pt;
    margin-top: 20px;
    font-family: 'LG Smart Regular', sans-serif;
}

#cms.cms-id-12 #content .main #contacto {
    font-family: 'LG Smart Regular', sans-serif;
    margin-left: 30px;
}

#cms.cms-id-12 #content .main #contacto p {
    font-size: 16pt;
    margin-left: 0px;
    width: 100%;
}

#cms.cms-id-12 #content .main #contacto #telefono {
    color: #8b8b8b;
    font-size: 25pt;
    font-weight: 300;
}

#cms.cms-id-12 #content .main #contacto #telefono::before {
    background-image: url("/servicios/resources/icos/tel.svg");
    background-repeat: no-repeat;
    background-size: 21px 21px;
    width: 40px;
    height: 23px;
    display: inline-block;
    content: "";
}

#cms.cms-id-12 #content .main #contacto .horario {
    font-size: 16pt;
    color: #8b8b8b;
    margin-top: 0px;
}

#cms.cms-id-12 #content .main #contacto .email {
    color: rgba(165, 0, 52, 0.9);
    text-decoration: underline;
    display: inline-block;
    height: 40px;
    font-size: 25px;
    line-height: 5px;
}

#cms.cms-id-12 #content .main #contacto .email::before {
    background-image: url("/servicios/resources/icos/mail.svg");
    background-repeat: no-repeat;
    background-size: 30px 32px;
    width: 40px;
    height: 30px;
    display: inline-block;
    content: "";
}

#cms.cms-id-12 #content .main #contacto .email:visited, 
#cms.cms-id-12 #content .main #contacto .email:link {
    color: rgba(165, 0, 52, 0.9);
}

#cms.cms-id-12 #content .main .bold {
    font-weight: bold;
    font-size: 18pt;
}

#cms.cms-id-12 #content .main .acordeon_general {
    border: 1px solid rgba(165, 0, 52, 0.9);
    height: 70px;
    line-height: 35pt;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: 'LG Smart Regular', sans-serif;
}

#cms.cms-id-12 #content .main .acordeon_general a, 
#cms.cms-id-12 #content .main .acordeon_general a:visited, 
#cms.cms-id-12 #content .main .acordeon_general a:link {
    color: black;
}

#cms.cms-id-12 #content .main .acordeon_general h5 {
    font-size: 18pt;
    margin: 15px 0;
}

#cms.cms-id-12 #content .main .acordeon_general .acordeon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#cms.cms-id-12 #content .main .acordeon_general .acordeon img {
    width: 3%;
    margin-right: 80px;
    margin-top: 5px;
}

#cms.cms-id-12 #content .main .acordeon_general .acordeon p {
    font-size: 36pt;
    line-height: 26px;
    margin-left: 50px;
}

#cms.cms-id-12 #content .main .acordeon_general .acordeon .flecha {
    border: solid black;
    border-width: 0 3px 3px 0;
    margin-right: 20px;
    height: 20px;
    padding: 10px;
    margin-top: 10px;
    width: 10px;
    clear: both;
}

#cms.cms-id-12 #content .main .acordeon_general .acordeon .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#cms.cms-id-12 #content .main .acordeon_general .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    margin: 0 auto;
    position: relative;
    line-height: 25px;
}

#cms.cms-id-12 #content .main .acordeon_general .row2 img {
    position: absolute;
    top: 53px;
}

#cms.cms-id-12 #content .main .acordeon_general .row2 div {
    width: 90%;
    margin-top: 3%;
    margin-left: 13%;
    margin-bottom: 7%;
}

#cms.cms-id-12 #content .main .acordeon_general .texto {
    width: 70%;
    margin: 30px auto;
}

#cms.cms-id-12 #content .main .acordeon_general .texto p {
    font-size: 16pt;
    font-family: 'LG Smart Regular', sans-serif;
}

#cms.cms-id-12 #content .main .acordeon_general .texto a {
    font-size: 16pt;
    color: rgba(165, 0, 52, 0.9);
}

#cms.cms-id-12 #content .main .acordeon_general .texto li {
    font-size: 16pt;
    font-family: 'LG Smart Regular', sans-serif;
    margin-left: 20px;
}

#cms.cms-id-12 #content .main .acordeon_general .texto .tics {
    list-style: none;
}

#cms.cms-id-12 #content .main .acordeon_general .texto .tics li::before {
    content: '✓';
    display: inline-block;
    color: rgba(165, 0, 52, 0.9);
    height: 10px;
    width: 10px;
    margin-right: 15px;
}

#cms.cms-id-12 #content .main .acordeon_general .texto #servicio_entrega li::before {
    content: '\25CF';
    color: rgba(165, 0, 52, 0.9);
    margin-right: 20px;
}

#cms.cms-id-12 #content .main .acordeon_general .texto #contacta_li_interno {
    margin-top: 20px;
    list-style: none;
}

#cms.cms-id-12 #content .main .acordeon_general .texto #contaca_li_
#contacta_li_interno li::before {
    content: "\25A0";
    color: rgba(165, 0, 52, 0.9);
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

#cms.cms-id-12 #content .main .auto_height {
    height: auto;
}

#cms.cms-id-12 #content .main .slick-prev:before {
    content: '';
    background-image: url("/servicios/resources/icos/previous.svg");
    background-repeat: no-repeat;
    background-size: 30px 40px;
    display: inline-block;
    margin-left: -10px;
    width: 40px;
    height: 40px;
}

#cms.cms-id-12 #content .main .slick-next:before {
    content: '';
    background-image: url("/servicios/resources/icos/next.svg");
    background-repeat: no-repeat;
    background-size: 30px 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

@media only screen and (min-width: 980px) and (max-width: 1400px) {
    #cms.cms-id-12 #content .aside {
        width: 100%;
    }
    #cms.cms-id-12 #content .aside .texto_slider {
        font-size: 15pt;
    }
    #cms.cms-id-12 #content .aside .texto_slider p:last-child {
        font-size: 15pt;
    }
    #cms.cms-id-12 #content .aside .texto_slider1 p {
        font-size: 20pt;
    }
    #cms.cms-id-12 #content .aside .texto_slider1 p:last-child {
        font-size: 20pt;
    }
    #cms.cms-id-12 #content .main {
        width: 95%;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .condiciones2 {
        width: 80%;
        margin: 30px auto;
    }
    #cms.cms-id-12 #content .main .colum {
        width: 95%;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) {
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) h4 {
        text-align: center;
        font-size: 40pt;
        width: 90%;
        font-weight: normal;
        line-height: 40pt;
        font-family: 'LG Smart Light', sans-serif;
        margin: 15px auto;
        color: rgba(0, 0, 0, 0.568);
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) p {
        font-size: 16pt;
        width: 90%;
        font-size: 16pt;
        line-height: 22pt;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) img {
        margin: 5px auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 90%;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 p {
        width: 40%;
        margin-top: 7%;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) {
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) h4 {
        text-align: center;
        margin-left: 40px;
        width: 90%;
        font-size: 40pt;
        font-weight: normal;
        line-height: 40pt;
        font-family: 'LG Smart Light', sans-serif;
        margin: 15px auto;
        color: rgba(0, 0, 0, 0.568);
        word-wrap: break-word;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) p {
        font-size: 16pt;
        width: 90%;
        font-size: 16pt;
        line-height: 22pt;
        padding: 5px;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) img {
        margin: 5px auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) .condiciones {
        width: 80%;
        margin: 20px auto;
    }
}

@media only screen and (max-width: 980px) {
    #cms.cms-id-12 #content .aside {
        width: 100%;
    }
    #cms.cms-id-12 #content .aside .texto_slider {
        font-size: 15pt;
    }
    #cms.cms-id-12 #content .aside .texto_slider p:last-child {
        font-size: 15pt;
        margin-top: 1%;
    }
    #cms.cms-id-12 #content .aside .texto_slider1 p {
        font-size: 15pt;
    }
    #cms.cms-id-12 #content .aside .texto_slider1 p:last-child {
        font-size: 15pt;
        margin-top: 1%;
    }
    #cms.cms-id-12 #content .main {
        width: 95%;
    }
    #cms.cms-id-12 #content .main h3 {
        text-align: center;
        line-height: 40pt;
    }
    #cms.cms-id-12 #content .main .condiciones2 {
        width: 80%;
        margin: 30px auto;
    }
    #cms.cms-id-12 #content .main .slider_info {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .slider_info img {
        margin-top: -15px;
        margin-left: 25px;
        margin: 0 auto;
        width: 60%;
    }
    #cms.cms-id-12 #content .main .slider_info span {
        font-size: 30pt;
        font-weight: 300;
        line-height: 40px;
    }
    #cms.cms-id-12 #content .main .slider_info p {
        padding: 35px;
        margin-top: -30px;
    }
    #cms.cms-id-12 #content .main .slider_info a,
    #cms.cms-id-12 #content .main .slider_info a:link, 
    #cms.cms-id-12 #content .main .slider_info a:visited {
        color: rgba(165, 0, 52, 0.9);
    }
    #cms.cms-id-12 #content .main .slider_info .slick-dots li button:before {
        font-size: 10px;
    }
    #cms.cms-id-12 #content .main .row {
        width: 95%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    #cms.cms-id-12 #content .main .colum {
        width: 95%;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) {
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) h4 {
        text-align: center;
        font-size: 40pt;
        width: 90%;
        font-weight: normal;
        line-height: 40pt;
        font-family: 'LG Smart Light', sans-serif;
        margin: 15px auto;
        color: rgba(0, 0, 0, 0.568);
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) p {
        font-size: 16pt;
        width: 90%;
        font-size: 16pt;
        line-height: 22pt;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) img {
        width: 100%;
        margin: 5px auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 90%;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 p {
        width: 40%;
        margin-top: 7%;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) {
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) h4 {
        text-align: center;
        margin-left: 40px;
        width: 90%;
        font-size: 40pt;
        font-weight: normal;
        line-height: 40pt;
        font-family: 'LG Smart Light', sans-serif;
        margin: 15px auto;
        color: rgba(0, 0, 0, 0.568);
        word-wrap: break-word;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) p {
        font-size: 16pt;
        width: 90%;
        font-size: 16pt;
        line-height: 22pt;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) img {
        width: 100%;
        margin: 5px auto;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(even) .condiciones {
        width: 80%;
        margin: 20px auto;
    }
    #cms.cms-id-12 #content .main .acordeon_general {
        width: 95%;
        margin: 30px auto;
        height: 60px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon img {
        width: 3%;
        margin-right: 80px;
        margin-top: 5px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon p {
        font-size: 20pt;
        line-height: 10pt;
        margin-left: 50px;
        margin-bottom: 20px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon .flecha {
        border: solid black;
        border-width: 0 3px 3px 0;
        margin-right: 20px;
        height: 20px;
        padding: 10px;
        margin-top: 10px;
        width: 10px;
        clear: both;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon .texto {
        font-size: 16pt;
        padding: 10px;
        margin-bottom: 50px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .row2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 90%;
        font-size: 14pt;
        line-height: 25px;
        margin-left: 50px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .row2 img {
        position: absolute;
        top: 20px;
        left: -30px;
        width: 10%;
    }
    #cms.cms-id-12 #content .main .acordeon_general .row2 div {
        width: 80%;
        margin-top: 1%;
        margin-left: 13%;
        margin-bottom: 7%;
    }
    #cms.cms-id-12 #content .main .auto_height {
        height: auto;
    }
    #cms.cms-id-12 #content .main .condiciones {
        width: 95%;
        margin: 30px auto;
    }
    #cms.cms-id-12 #content .main #contacto {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main #contacto img {
        width: 20px;
        margin: 0;
    }
    #cms.cms-id-12 #content .main .post-venta, 
    #cms.cms-id-12 #content .main .repara {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    #cms.cms-id-12 #content .main .post-venta li, 
    #cms.cms-id-12 #content .main .repara li {
        float: left;
        width: 50%;
        margin: 0 auto;
        padding: 5px;
    }
    #cms.cms-id-12 #content .main .post-venta li img, 
    #cms.cms-id-12 #content .main .repara li img {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    #cms.cms-id-12 #content .texto_slider, 
    #cms.cms-id-12 #content .texto_slider1 {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    #cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 {
        display: block;
        width: 100%;
    }
    #cms.cms-id-12 #content .main .colum:nth-child(odd) .row1 p {
        width: 100%;
        padding: 5px;
        margin-left: 0px;
    }
    #cms.cms-id-12 #content .main .acordeon_general {
        width: 95%;
        margin: 30px auto;
    }
    #cms.cms-id-12 #content .main .acordeon_general .row2 img {
        display: none;
        width: 0%;
    }
    #cms.cms-id-12 #content .main .acordeon_general .row2 .texto {
        font-size: 14pt;
        width: 95%;
        padding: 5px;
        margin-left: -25px;
        margin-bottom: 50px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .row2 .texto p {
        font-size: 14pt;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon p {
        font-size: 16pt;
        line-height: 15pt;
        margin-left: 40px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon .flecha {
        border: solid black;
        border-width: 0 3px 3px 0;
        margin-right: 20px;
        height: 20px;
        padding: 10px;
        margin-top: 10px;
        width: 10px;
        clear: both;
    }
    #cms.cms-id-12 #content .main .acordeon_general .acordeon .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

/*************************************
        CMS id-17
**************************************/
@media (min-width: 992px) and (max-width: 1199px){
    #cms.cms-id-17 section#wrapper > .container{
        margin: 0;
        max-width: none;
    }
}
@media (max-width: 991px){
    #cms.cms-id-17 #content{
        padding: 0;
    }
}
#cms.cms-id-17 #content a{
    text-decoration: none;
}
#cms.cms-id-17 #content a.red-link{
    font-family: "LG Smart Bold";
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    background: #FD312E;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cms.cms-id-17 #content a.red-link:hover{
    background: #C80442 !important;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-hidden-mob{
        display: none;
    }
}
#cms.cms-id-17 #content .col-12{
    width: 100%;
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .col-lg-3{
        width: 25%;
        float: left;
    }
    #cms.cms-id-17 #content .col-lg-6{
        width: 50%;
        float: left;
    }
}
#cms.cms-id-17 #content .tk-header,
#cms.cms-id-17 #content .tk-container{
    font-family:'LG Smart Regular',sans-serif;
}
#cms.cms-id-17 #content a.red-link{
    font-size: 2em;
    height: 50px;
    width: 40%;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content a.red-link{
        width: 80%;
    } 
}

/* HEADER */
#cms.cms-id-17 #content .tk-header{
    position: relative;
}
#cms.cms-id-17 #content .tk-header img{
    max-width: 100%;
}
#cms.cms-id-17 #content .tk-header-inner{
    position: absolute;
    top: 10%;
    text-align: left;
    max-width: 100%;
    padding: 0 10%;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-header-inner{
        position: initial;
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
}
#cms.cms-id-17 #content .tk-header-text h1{
    font-size: 6em;
    margin: 0;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-header-text h1{
        color: #000;
        font-size: 2.5em;
        font-weight: bold;
    }
}
#cms.cms-id-17 #content .tk-header-text h2{
    font-size: 2.5em;
    margin: 0;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-header-text h2{
        color: #000;
        font-size: 1.5em;
    }
}
#cms.cms-id-17 #content .tk-header-button{
    margin-top: 1em;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-register-first{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* CARDS */
#cms.cms-id-17 #content .tk-container{
    padding: 1.5em;
}
#cms.cms-id-17 #content .tk-cards-container{
    margin: 0;
    margin-top: 2em;
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-cards-container{
        overflow: hidden;
        display: flex;
        align-items: center;
    }
}
#cms.cms-id-17 #content .tk-card{
    text-align: center;
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-card{
        padding: 1em;
    }
}
#cms.cms-id-17 #content .tk-card-img img{
    height: 7em;
}
#cms.cms-id-17 #content .tk-card-img:last-of-type img{
    height: auto;
}
#cms.cms-id-17 #content .tk-card-text p{
    font-size: 2em;
    margin: 20px 0;
}

/* BOTTOM */
#cms.cms-id-17 #content .tk-container-bottom{
    margin-top: 2em;
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-container-bottom{
        display: inline-flex;
    }
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-container-bottom-inner{
        padding: 3em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-first-img{
    background-image: url("/landing/img/smart_green_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cms.cms-id-17 #content .tk-container-bottom-first-inner{
    padding: 4em;
    text-align: center;
    /* height: 100%; */
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-first-inner{
        padding: 1em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-first-inner p{
    font-size: 2.5em;
    margin: 0;
    padding: 1em 0;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-first-inner p{
        font-size: 2em;
    }
    #cms.cms-id-17 #content .tk-container-bottom-first-inner p.tk-sg-legal{
        font-size: 1.5em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-first-inner h3{
    font-size: 4em;
    margin: 0;
    padding: 1em 0;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-first-inner h3{
        font-size: 3em;
        margin: 0;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-first-inner h4{
    font-size: 3em;
    padding: 1em 0;
    margin: 0;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-first-inner h4{
        font-size: 2.5em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-link{
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 1em 0;
}
/* @media (min-width: 992px){
    #cms.cms-id-17 #content .tk-container-bottom-link{
        overflow: hidden;
        display: flex;
        justify-content: center;
        padding: 1em 0;
    }
} */
#cms.cms-id-17 #content .tk-container-bottom-first-inner .tk-sg-button{
    font-size: 3em;
    border: solid 3px #fff;
    padding: 0.7em;
    border-radius: 10px;
    float: left;
    margin: 30px 0;
    color: #fff;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-first-inner .tk-sg-button{
        font-size: 1.75em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-first-inner .tk-sg-button:hover{
    background: #fff;
    color: darkolivegreen;
}
/* bloque numeros */
#cms.cms-id-17 #content .tk-container-bottom-inner-second{

}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-container-bottom-inner-second{
        padding: 3em;
    }
    #cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list{
        display: inline-flex;
        margin-bottom: 2em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list.red-lg{
    background: #FD312E;
    padding: 1.7em;
    margin: 0;
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list.red-lg{
        margin: 2em 0;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list-num{
    text-align: center;
    padding: 0.5em;
    margin: 0 5em;
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list-num{
        margin: 0;
        margin-right: 2em;
    }
}
@media (max-width: 991px){
    #cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list-num{
        padding: 3em;
    }
    #cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list.red-lg .tk-list-num{
        padding: 0.5em;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list-num p{
    font-size: 5em;
    margin: 0;
}
#cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list-text h3{
    font-size: 2.5em;
    margin: 0;
}
#cms.cms-id-17 #content .tk-container-bottom-inner-second .tk-list-text p{
    font-size: 2em;
    margin: 0;
}
/* REGISTRO */
#cms.cms-id-17 #content .tk-container-bottom-inner-tk-register{
    
}
@media (min-width: 992px){
    #cms.cms-id-17 #content .tk-container-bottom-inner-tk-register{
        padding-left: 50%;
        padding-right: 5%;
    }
}
#cms.cms-id-17 #content .tk-container-bottom-inner-tk-register p{
    font-size: 4em;
    text-align: center;
    margin-bottom: 1em;
}
#cms.cms-id-17 #content .tk-container-bottom-inner-tk-register .tk-register-link{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CONDITIONS */
#cms.cms-id-17 #content .conditions{
    padding-top: 3em;
}
#cms.cms-id-17 #content .conditions p{
    font-size: 1.25em;
}

#cms #cetelem-financiacion h2:first-of-type{
    display: none;
}


/***************************
    APLAZAME + CETELEM
****************************/
#cms #aplazame-financiacion, 
#cms #cetelem_info{
    font-family: "LG Smart Regular";
}
#cms #aplazame-financiacion strong, 
#cms #cetelem_info strong,
#cms #cetelem_info h2{
    font-family: "LG Smart Bold";
}
#cms #aplazame-financiacion h2.title_financiacion, 
#cms #cetelem_info h2.title_financiacion{
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    font-size: 2.5em;
}
#cms .separator-financiacion{
    width: 100%;
    height: 30px;
    margin-top: 30px;
    border-top: 1px solid #c1c1c1;
}
#cms #aplazame-financiacion h3{
    font-size: 1.4em;
}
#cms #aplazame-financiacion h4{
    font-size: 1.3em;
}
#cms #aplazame-financiacion h5{
    font-size: 1.1em;
    text-decoration: underline;
}
#cms #aplazame-financiacion p{
    font-size: 1em;
}
#cms #aplazame-financiacion > div{
    padding: 10px 0;
}
#cms #aplazame-financiacion .aplazame-img{
    max-width: 300px;
    margin: auto;
    text-align: center;
}
#cms #aplazame-financiacion .aplazame-calc-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px){
    #cms #aplazame-financiacion .aplazame-calc-img{
        display: block;
    }
}
#cms #aplazame-financiacion .aplazame-calc-img .calc-img{
    text-align: center;
}
@media (max-width: 767px){
    #cms #aplazame-financiacion .aplazame-calc-img .calc-img{
        padding: 35px 0;
    }
}
#cms #aplazame-financiacion .aplazame-calc-img img{
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    border-radius: 15px;
}


/*# sourceMappingURL=style.css.map */