.lp_breadcumbs {
    margin-top: 20px;
}
.lp_breadcumbs a {
    color: #91979f;
}
.lp_columns {
    margin-top: 30px;
}
.lp_columns .lp_col_images {
    width: 550px;
    float: left;
    max-width: 100%;
    text-align: center;
}
.lp_columns .lp_col_images > img {

}
.lp_columns .lp_col_images .pl_imagenes {
    margin-top: 22px;
    text-align: center;
}
.lp_columns .lp_col_images .pl_imagenes img {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
.lp_columns .lp_col_info {
    width: calc(100% - 580px);
    float: right;
    max-width: 100%;
}
.lp_columns .lp_col_info .lp_nombre {
    color: black;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.lp_columns .lp_col_info .lp_marca {
    color: #3c4451;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
}
.lp_columns .lp_col_info .lp_contenido {
    color: #566174;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    overflow: hidden;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s; 
}
.lp_columns .lp_col_info .lp_infoprice {
    margin: 30px 0;
}
.lp_columns .lp_col_info .lp_infoprice .lp_precio {
    color: black;
    float: left;
    font-size: 30px;
    font-weight: 600;
    margin-top: 5px;
}
.lp_columns .lp_col_info .lp_infoprice .lp_more {
    background-color: #bebebe;
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    width: calc(50% - 10px);
}
.lp_columns .lp_col_info .lp_infoprice .lp_viewphone {
    background-color: #eac300;
    color: white;
    cursor: pointer;
    display: block;
    float: right;
    font-weight: bold;
    line-height: 42px;
    margin-right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: calc(50% - 10px);
}
.lp_columns .lp_col_info .lp_textform {
    margin-bottom: 30px;
}
.lp_columns .lp_col_info .lp_form .lp_input {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #abb3ba;
    float: left;
    font-family: "Open Sans";
    line-height: 42px;
    min-height: 42px;
    margin-bottom: 14px;
    padding: 0 14px;
    width: calc(50% - 8px);
}
.lp_columns .lp_col_info .lp_form .lp_input:nth-child(2n)  {
    margin-left: 16px;
}
.lp_columns .lp_col_info .lp_form textarea {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #abb3ba;
    font-family: "Open Sans";
    margin-bottom: 5px;
    padding: 5px 10px;
    width: 100%;
}
.lp_columns .lp_col_info .lp_form input.lp_enviar {
    display: block;
    margin-left: auto;
    height: 42px;
    background-color: #eac300;
    width: 115px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border: 0;
    color: white;
}
.lp_columns .lp_col_info .lp_form .checkbox, .lp_columns .lp_col_info .lp_form .textcheck {
    display: inline-block;
    float: left;
    line-height: 18px;
    margin: 0 5px;
}
.lp_textdelegaciones {
    margin: 30px 0;
}
.lp_img_banner {
    background-position: center center;
    background-size: cover;
    padding: 140px 0;
    text-align: center;
}
.lp_img_banner h1 {
    background-color: black;
    color: white;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    padding: 10px 40px;
    margin-bottom: 0;
}
.lp_content h2 {
    color: #91979f;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
}
.lp_listproducts {
    margin-bottom: 120px;
}
.lp_listproducts .lp_product {
    float: left;
    width: calc(50% - 13px);
    margin-bottom: 26px;
    background-color: white;
}
.lp_listproducts .lp_product:nth-child(2n) {
    margin-left: 26px;
}
.lp_listproducts .lp_product .blocktext {
    background-color: #e5e5e5;
    float: left;
    height: 100px;
    padding: 25px 40px;
    width: calc(100% - 100px);
    color: #2c2c2c;
}
.lp_listproducts .lp_product .blocktext .lp_title {
    font-size: 24px;
    font-weight: 700;
}
.lp_listproducts .lp_product .blocktext .lp_subtitle {
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
}
.lp_listproducts .lp_product .lp_viewmore {
    background-color: #fdca4c;
    color: #2e343e;
    display: block;
    float: left;
    font-size: 14px;
    height: 100px;
    line-height: 26px;
    padding-top: 22px;
    text-align: center;
    width: 100px;
    font-weight: 600;
}
.lp_listproducts a:hover, .lp_listproducts a:focus {
    outline: none;
    outline-offset: 0;
    text-transform: none;
    text-decoration: none;
}
.lp_pagination {
    text-align: center;
}
.lp_pagination a, .lp_pagination span {
    border: 2px solid #fdca4c;
    color: black;
    display: inline-block;
    line-height: 30px;
    min-width: 30px;
    padding: 0 12px;
}
.lp_pagination span {
    border: 2px solid grey;
}
.lp_acepto_condiciones {
    margin-top: 15px;
    float: left;
}
@media (max-width: 1199px) {
    .lp_columns .lp_col_info .lp_infoprice .lp_more {
        width: 130px;
    }
}
@media (max-width: 991px) {
    .lp_listproducts .lp_product .blocktext {
        padding: 15px 20px;
    }
    .lp_img_banner h1 {
        line-height: 40px;
        font-size: 30px;
    }
    .lp_columns .lp_col_images {
        width: 380px;
    }
    .lp_columns .lp_col_info {
        width: calc(100% - 410px);
    }
    .lp_columns .lp_col_images .pl_imagenes img {
        margin-bottom: 10px;
    }
    .lp_columns .lp_col_info .lp_form input.lp_enviar, .lp_acepto_condiciones {
        float: none;
        margin-top: 5px;
        width: 100%;
    }
    .lp_columns .lp_col_info .lp_form .lp_input:nth-child(2n) {
        margin-left: 10px;
    }
    .lp_columns .lp_col_info .lp_form .lp_input {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}
@media (max-width: 730px) {
    .lp_listproducts .lp_product:nth-child(2n) {
        margin-left: 0;
    }
    .lp_listproducts .lp_product {
        width: 100%;
        text-align: center;
    }
    .lp_listproducts .lp_infop {
        text-align: left;
    }
}
@media (max-width: 700px) {
    .lp_content h2 {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 760px) {
    .lp_columns .lp_col_images, .lp_columns .lp_col_info {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .lp_columns .lp_col_info .lp_infoprice .lp_more {
        display: none;
    }
    .lp_columns .lp_col_info .lp_contenido {
        height: auto !important;
    }
    .lp_columns .lp_col_info .lp_infoprice .lp_viewphone {
        margin: 0;
        width: 100%;
        float: none;
    }
}
@media (max-width: 500px) {
    .lp_listproducts .lp_product .blocktext, .lp_img_banner h1 {
        padding: 10px;
    }
}
.estilo-marck_maps:before {
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}
.estilo-marck_maps {
    font-family: Open Sans;
}
.lp_col_images .fluid-width-video-wrapper {
    padding-top: 0 !important;
}
.lp_col_images .fluid-width-video-wrapper iframe {
    height: 400px;
    position: static;
    width: 100%;
}