.divisoria{
    display: block;
    width: 100%;
    height: 6px;
    margin-bottom: 30px;
    background: transparent url("../images/bg-divisoria.png") no-repeat top center;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Images Backgrounds                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.bg-sidebar{
    background: #f4f4f4;
    color: #333333;
    padding: 15px;
}
.bg-banners{
    background: #f4f4f4;
    color: #333333;
    padding: 30px 0;
}
.bg-blanco{
    background: #fff;
    color: #333333;
    padding: 30px 0;
}
.bg-gris{
    background: #f5f5f5;
    color: #000;
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}
.bg-gris1{
    background: #B3B4B4;
    color: #fff;
    padding: 50px 0;
}
.bg-gris2{
    background: #8A8A8A;
    color: #fff;
    padding: 50px 0;
}
.bg-negro{
    background: #000000;
    color: #fff;
    padding: 50px 0;
}
.bg-home-buscador{
    background: #000000;
    color: #fff;
    padding: 50px 0;
}
.bg-home-bondades{
    background: #8A8A8A url("../images/contenidos/bg-home-bondades.jpg") no-repeat top center fixed;
    color: #484846;
    padding: 60px 0;
    background-size: cover;
}
.bg-home-bondades h3{
    background: transparent;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.bg-quienes-somos{
    background: #fff url("../images/contenidos/bg-quienes-somos.jpg") no-repeat top center fixed;
    color: #000;
    padding: 60px 0;
    background-size: cover;
}
.bg-usados{
    background: #fff url("../images/contenidos/bg-usados.jpg") no-repeat top center fixed;
    color: #000;
    padding: 60px 0;
    background-size: cover;
}
.bg-0km{
    background: #fff url("../images/contenidos/bg-0km.jpg") no-repeat top center fixed;
    color: #000;
    padding: 60px 0;
    background-size: cover;
}
.bg-home-destacados{
    background: #ccc url("../images/contenidos/bg-home-destacados.jpg") no-repeat top left fixed;
    color: #484846;
    padding: 60px 0;
    background-size: cover;
}
.bg-home-destacados h2{
    background: transparent;
    color: #000;
    margin-bottom: 30px;
}
.bg-home-mas-visitados{
    background: #8A8A8A url("../images/contenidos/bg-home-mas-visitados.jpg") no-repeat top center fixed;
    color: #fff;
    padding: 60px 0;
    background-size: cover;
}
.bg-home-mas-visitados h2{
    background: transparent;
    color: #000;
    margin-bottom: 30px;
}
.color-rojo{
    background: transparent;
    color: #EB3135;
}
.bondades img{
    margin-bottom: 15px;
}




/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Listas                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/* TODOS LOS USADOS */


.lista-todos-usados a{
    text-decoration: none;
}

.lista-todos-usados .un-vehiculo{
    position: relative;
    display: block;
    background: rgba(255,255,255,1);
    margin-bottom: 30px;
    text-decoration: none;
}
.lista-todos-usados .un-vehiculo img{
    transition: all 2s ease-in-out;
}

.lista-todos-usados .un-vehiculo:hover img{
    transform: scale(1.1);
}

.lista-todos-usados .un-vehiculo h3{
    height: 40px;
    overflow: hidden;
    margin: 10px 15px;
    background: transparent;
    color: #5B5A54;
    transition: all 2s ease-in-out;
}
.lista-todos-usados .un-vehiculo:hover h3{
    background: transparent;
    color: #000000;
}
.lista-todos-usados .un-veh-cabecera{
    background: #000000;
    color: rgba(255,255,255,0.6);
    padding: 3px;
}
.lista-todos-usados .un-veh-cabecera span{
    background: transparent;
    color: #EB3135;
    text-decoration: none !important;
    /*font-size: 14px;*/
    margin: 0;
    padding: 0;
}
.lista-todos-usados .un-veh-cabecera span strong{
    background: transparent;
    color: rgba(255,255,255,0.8) !important;
    font-size: 18px;
}
.lista-todos-usados .un-veh-pie{
    background: #000000;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    padding: 5px;
}
.lista-todos-usados .un-veh-pie span{
    background: transparent;
    color: rgba(255,255,255,0.6);
    transition: all 2s ease-in-out;
}
.lista-todos-usados .un-veh-pie span strong{
    background: transparent;
    color: rgba(255,255,255,0.8);
}
.lista-todos-usados .un-vehiculo:hover span{
    background: transparent;
    color: rgba(255,255,255,1);
}
.lista-todos-usados .un-vehiculo .destacado{
    position: absolute;
    top: 0px;
    left: 9px;
    width: 32px;
    height: 28px;
    padding: 0;
    background: transparent url("../images/iconos/icon-destacado-1.png") 0 0 no-repeat;
    overflow: hidden;
    z-index: 10;
}
.lista-todos-usados .un-vehiculo .bandera{
    position: absolute;
    bottom: 5px;
    right: 5px;
    overflow: hidden;
    z-index: 10;
    height: 25px;
    width: 25px;
    background-color: rgba(255,255,255,0.6);
    color: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.lista-todos-usados .un-vehiculo .bandera span{
    background-color: transparent;
    color: rgba(0,0,0,0.6);
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin: 2px 0 0 0;
    letter-spacing: -1px;
}
.lista-todos-usados .un-vehiculo .estado{
    display: block;
    height: 20px;
    background: transparent;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 0;
}
.lista-todos-usados .un-vehiculo .estado{
    display: block;
    height: 20px;
    margin: 5px 0 0 0;
    padding: 0;
}
.lista-todos-usados .un-vehiculo .reservado span{
    display: block;
    height: 20px;
    background: #2674D8;
    color: rgba(255,255,255,1);
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 2px;
    text-align: center;
}
.lista-todos-usados .un-vehiculo .vendido span{
    display: block;
    height: 20px;
    background: #FF2D31;
    color: rgba(255,255,255,1);
    font-size: 12px;
    margin: 5px 0 0 0;
    padding: 2px;
    text-align: center;
}

/* USADOS RESUMEN */

.lista-usados-resumen .un-vehiculo{
    position: relative;
    display: block;
    background: rgba(255,255,255,.8);
    padding: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.3);
    transition: all 1s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lista-usados-resumen .un-vehiculo:hover{
    background: rgba(255,255,255,1);
}
.lista-usados-resumen .un-vehiculo h3{
    background: transparent;
    color: rgba(0,0,0,0.8);
    margin-bottom: 15px;
}
.lista-usados-resumen .un-vehiculo:hover h3{
    background: transparent;
    color: rgba(0,0,0,1);
}
.lista-usados-resumen .un-vehiculo ul li,
.lista-usados-resumen .un-vehiculo p{
    background: transparent;
    color: rgba(0,0,0,0.8) !important;
    font-size: 18px;
    margin-bottom: 7px;
}
.lista-usados-resumen .un-vehiculo p strong{
    background: transparent;
    color: rgba(0,0,0,1) !important;
}
.lista-usados-resumen .un-vehiculo .precio{
    display: inline-block;
    float: right;
    font-size: 24px;
    background: transparent;
    color: rgba(0,0,0,1);
    padding: 5px 12px;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.2);
}
.lista-usados-resumen .un-vehiculo .precio span{
    background: transparent;
    color: #ED0C22;
}
.lista-usados-resumen .un-vehiculo .btn{
    position: absolute;
    bottom: 0;
    right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lista-usados-resumen .un-vehiculo .destacado{
    position: absolute;
    top: 0px;
    left: 9px;
    width: 32px;
    height: 28px;
    padding: 0;
    background: transparent url("../images/iconos/icon-destacado-1.png") 0 0 no-repeat;
    overflow: hidden;
    z-index: 10;
}
.lista-usados-resumen .un-vehiculo .bandera{
    position: absolute;
    bottom: 5px;
    right: 5px;
    overflow: hidden;
    z-index: 10;
    height: 25px;
    width: 25px;
    background-color: rgba(255,255,255,0.6);
    color: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.lista-usados-resumen .un-vehiculo .bandera span{
    background-color: transparent;
    color: rgba(0,0,0,0.6);
    display: inline-block;
    font-size: 12px;
    text-align: center;
    margin: 2px 0 0 0;
    letter-spacing: -1px;
}
.lista-usados-resumen .un-vehiculo .estado{
    display: block;
    height: 20px;
    background: transparent;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    margin-bottom: 15px;
    padding: 0;
}
.lista-usados-resumen .un-vehiculo .reservado span{
    display: block;
    background: #2674D8;
    color: rgba(255,255,255,1);
    padding: 5px 12px;
    font-size: 18px;
    text-align: center;
}
.lista-usados-resumen .un-vehiculo .vendido span{
    display: block;
    background: #FF2D31;
    color: rgba(255,255,255,1);
    padding: 5px 12px;
    font-size: 18px;
    text-align: center;
}


.lista-marcas .btn-primary{
    margin-bottom: 5px;
}
.lista-marcas .una-marca img{
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
    transform: scale(0.9);
}
.lista-marcas .una-marca:hover img{
    transform: scale(1);
}

.lista-vehiculos-0kms{
    margin-top: 15px;
    margin-bottom: 15px;
}
.lista-vehiculos-0kms h2{
    display: block;
    background: #eee;
    padding: 10px;
    margin: 15px 0 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.lista-vehiculos-0kms .un-vehiculo{
    display: block;
    background: #fff;
    padding: 5px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 1s ease-in-out;
    text-align: center;
    overflow: hidden;
}
.lista-vehiculos-0kms .lista-marcas{
    margin: 0 !important;
}
.lista-vehiculos-0kms .btn{
    margin-top: 30px;
}



.un-usado > div > img{
    margin-bottom: 15px;
}

.un-usado .otras-caracteristicas{
    margin: 30px 0;
}

.un-usado .caracteristicas p{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.un-usado .un-usado-pie{
    padding: 8px 15px;
    background: #000000;
    color: #fff;
    margin-bottom: 10px;
}
.un-usado .un-usado-pie p{
    margin: 5px 0;
}
.un-usado .reservado, .un-usado .vendido{
    display: inline-block;
    padding: 7px 14px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.un-usado .reservado{
    background: #2674D8;
    color: rgba(255,255,255,1);
}
.un-usado .vendido{
    background: #FF2D31;
    color: rgba(255,255,255,1);
}
.un-usado .un-usado-pie .btn{
    margin-bottom: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  BANNERS                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.banner-lateral{
    margin-bottom: 15px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  FOOTER                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.main-footer{
    padding: 50px 0 30px 0;
    color: #fff;
    background: #000000;
    overflow: hidden;
    font-size: 14px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    0px -5px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow:         0px -5px 5px 0px rgba(50, 50, 50, 0.20);
}

.main-footer .una-concesionaria{
    background: rgba(255,255,255,0.1);
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
}
.main-footer .una-concesionaria h3{
    margin: 0;
    padding: 0;
}
.main-footer h4{
    margin-top: 0;
}

.main-footer a,
.main-footer a:visited{
    background: transparent;
    color: #fff;
    text-decoration: underline;
}

.main-footer h4 > a,
.main-footer h4 > a:visited{
    text-decoration: none;
}
.main-footer p{
    background: transparent;
    color: rgba(255,255,255,0.5);
    font-family: Arial;
    font-weight: 300;
    padding: 0;
    margin:  0 0 5px 0;
}
.main-footer p span,
.main-footer p address{
    background: transparent;
    color: rgba(255,255,255);
}
.main-footer .logo img{
    width: 100%;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Images Backgrounds                                                                                                                   */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.bg-home-bienvenida{
    background: #ffffff url("../images/contenidos/bg-home-bienvenida.jpg") no-repeat top center fixed;
    color: #484846;
    padding: 60px 0;
}
.bg-home-bienvenida p{
    background: transparent;
    color: #484846;
    font-size: 18px;
}
.bg-home-virtudes{
    background: #0097CF url("../images/contenidos/bg-home-virtudes.jpg") no-repeat left center fixed;
    background-size: cover;
    color: #ffffff;
    padding: 20px 0;
}
.bg-home-virtudes p{
    background: transparent;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.bg-home-contador{
    background: #cebfc0 url("../images/contenidos/bg-home-contador.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 40px 0 40px 0;
}
.bg-home-paneles-solares{
    background: #484544 url("../images/contenidos/bg-home-paneles-solares.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.bg-home-paneles-solares h2{
    margin-bottom: 30px;
}
.bg-home-paneles-solares p{
    background: transparent;
    color: rgba(255,255,255,0.5);
}
.bg-home-grupos-electrogenos{
    background: #484544 url("../images/contenidos/bg-home-grupos-electrogenos.jpg") no-repeat center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.bg-home-grupos-electrogenos h2{
    margin-bottom: 30px;
}
.bg-home-grupos-electrogenos p{
    background: transparent;
    color: rgba(255,255,255,0.5);
}
.bg-home-iluminacion-solar{
    background: #484544 url("../images/contenidos/bg-home-iluminacion-solar.jpg") no-repeat center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.bg-home-iluminacion-solar h2{
    margin-bottom: 30px;
}
.bg-home-iluminacion-solar p{
    background: transparent;
    color: rgba(255,255,255,0.5);
}
.bg-home-productos{
    background: #484544 url("../images/contenidos/bg-home-productos.jpg") no-repeat center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.bg-home-productos h2, .bg-home-productos p{
    background: transparent;
    color: #fff;
    text-shadow: 0 1px 3px #000;
}
.bg-home-marcas{
    background: #ffffff;
    /*background: #ffffff url("../images/contenidos/bg-home-marcas.jpg") no-repeat left center fixed;
    background-size: cover;*/
    color: #484846;
    padding: 30px 0 30px 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.20);
    box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.20);
}
.bg-home-marcas h3{
    background: transparent;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.bg-home-marcas p{
    background: transparent;
    color: #222;
    margin-bottom: 5px;
    text-align: left;
    font-size: 18px;
}
.bg-home-marcas img{
    width: 100%;
}
.bg-home-presupuesto{
    background: #004A89 url("../images/contenidos/bg-home-presupuesto.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-home-presupuesto h2{
    background: transparent;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}
.bg-home-presupuesto p{
    background: transparent;
    color: rgba(255,255,255,0.7);
    margin-bottom: 30px;
    text-align: left;
    font-size: 18px;
}
.bg-contacto{
    background: #fff url("../images/contenidos/bg-contacto.jpg") no-repeat top center fixed;
    background-size: cover;
    color: inherit;
    padding: 80px 0;
}

.paneles p{
    background: transparent;
    color: #242121;
}

.bg-paneles-solares{
    background: #ffffff url("../images/contenidos/bg-paneles-solares.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 60px 0;
}
.bg-paneles-solares h2{
    margin-bottom: 30px;
}
.bg-paneles-solares p{
    margin-bottom: 15px;
}

.bg-paneles-solares-5-pasos{
    background: #004A89 url("../images/contenidos/bg-paneles-solares-5-pasos.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-paneles-solares-5-pasos h2{
    margin-bottom: 30px;
}
.bg-paneles-solares-5-pasos ol li{
    margin-bottom: 15px;
}
.bg-paneles-solares-5-pasos ol li,
.bg-paneles-solares-5-pasos p{
    background: transparent;
    color: rgba(255,255,255,0.7);
    text-shadow: 0 1px 2px #000;
}

.bg-paneles-solares-ventajas-es{
    background: #0073C6 url("../images/contenidos/bg-paneles-solares-ventajas-es.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-paneles-solares-ventajas-es img{
    margin-bottom: 30px;
}
.bg-paneles-solares-ventajas-es h2{
    margin-bottom: 30px;
    background: transparent;
    color: rgba(255,255,255,1);
}
.bg-paneles-solares-ventajas-es h3{
    margin-bottom: 15px;
    color: rgba(255,255,255,1);
}
.bg-paneles-solares-ventajas-es p{
    margin-bottom: 15px;
    color: rgba(255,255,255,0.6);
}


.bg-paneles-solares-ventajas-es1{
    background: #131926 url("../images/contenidos/bg-paneles-solares-ventajas-es1.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-paneles-solares-ventajas-es1 img{
    margin-bottom: 30px;
}
.bg-paneles-solares-ventajas-es1 h2{
    margin-bottom: 30px;
    background: transparent;
    color: rgba(255,255,255,1);
}
.bg-paneles-solares-ventajas-es1 h3{
    margin-bottom: 15px;
    color: rgba(255,255,255,1);
}
.bg-paneles-solares-ventajas-es1 p{
    margin-bottom: 15px;
    color: rgba(255,255,255,0.7);
}

.bg-grupos-electrogenos{
    background: #ffffff url("../images/contenidos/bg-grupos-electrogenos.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 460px 0;
}
.bg-grupos-electrogenos h1{
    margin-bottom: 30px;
}
.bg-grupos-electrogenos p{
    margin-bottom: 15px;
}

.bg-iluminacion-solar{
    background: #ffffff url("../images/contenidos/bg-iluminacion-solar.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 460px 0;
}
.bg-iluminacion-solar h1{
    margin-bottom: 30px;
}
.bg-iluminacion-solar p{
    margin-bottom: 15px;
}

.bg-privados{
    background: #ffffff url("../images/contenidos/bg-privados.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 240px 0;
}
.bg-privados h1{
    margin-bottom: 30px;
}
.bg-privados p{
    margin-bottom: 15px;
}

.bg-privados1{
    background: #131926 url("../images/contenidos/bg-privados1.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-privados1 img{
    margin-bottom: 30px;
}
.bg-privados1 h2{
    margin-bottom: 30px;
    background: transparent;
    color: rgba(255,255,255,1);
}
.bg-privados1 h3{
    margin-bottom: 15px;
    color: rgba(255,255,255,1);
    text-shadow: 0 1px 3px #000;
}
.bg-privados1 p{
    margin-bottom: 15px;
    color: rgba(255,255,255,0.7);
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.bg-organismos-publicos{
    background: #ffffff url("../images/contenidos/bg-organismos-publicos.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 460px 0;
}
.bg-iluminacion-solar h1{
    margin-bottom: 30px;
}
.bg-iluminacion-solar p{
    margin-bottom: 15px;
}

.bg-mineras{
    background: #ffffff url("../images/contenidos/bg-mineras.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 460px 0;
}
.bg-mineras h1{
    margin-bottom: 30px;
}
.bg-mineras p{
    margin-bottom: 15px;
}

.bg-agro{
    background: #ffffff url("../images/contenidos/bg-agro.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 460px 0;
}
.bg-agro h1{
    margin-bottom: 30px;
}
.bg-agro p{
    margin-bottom: 15px;
}

.bg-agro1{
    background: #131926 url("../images/contenidos/bg-agro1.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-agro1 p{
    margin-bottom: 15px;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.bg-parques-solares{
    background: #ffffff url("../images/contenidos/bg-parques-solares.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 80px 0;
}
.bg-parques-solares-ppa{
    background: #229ad2 url("../images/contenidos/bg-parques-solares-ppa.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-parques-solares-ingenieria{
    background: #484544 url("../images/contenidos/bg-parques-solares-ingenieria.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-parques-solares h1,
.bg-parques-solares-ppa h2,
.bg-parques-solares-ppa h3,
.bg-parques-solares-ingenieria h2{
    margin-bottom: 30px;
}
.bg-parques-solares p,
.bg-parques-solares-ppa p,
.bg-parques-solares-ingenieria p{
    margin-bottom: 15px;
}

.bg-consorcios-countries{
    background: #ffffff url("../images/contenidos/bg-consorcios-countries.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 80px 0;
}
.bg-consorcios-countries h1{
    margin-bottom: 30px;
}

.bg-termotanques-solares{
    background: #ffffff url("../images/contenidos/bg-termotanques-solares.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 80px 0;
}
.bg-termotanques-solares-1{
    background: #229ad2 url("../images/contenidos/bg-termotanques-solares-1.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #fff;
    padding: 120px 0 120px 0;
}
.bg-termotanques-solares-2{
    background: #484544 url("../images/contenidos/bg-termotanques-solares-2.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #fff;
    padding: 60px 0 60px 0;
}
.bg-termotanques-solares h1{
    margin-bottom: 30px;
}
.bg-termotanques-solares p{
    margin-bottom: 15px;
}
.bg-calefaccion-solar{
    background: #ffffff url("../images/contenidos/bg-calefaccion-solar.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 60px 0 80px 0;
}
.bg-calefaccion-solar h1{
    margin-bottom: 30px;
}
.bg-calefaccion-solar-1{
    background: #229ad2 url("../images/contenidos/bg-calefaccion-solar-1.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #fff;
    padding: 120px 0 120px 0;
}
.bg-climatizacion-piscinas{
    background: #ffffff url("../images/contenidos/bg-climatizacion-piscinas.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 120px 0 120px 0;
}
.bg-climatizacion-piscinas h1{
    margin-bottom: 30px;
}
.bg-ssi-edificios{
    background: #ffffff url("../images/contenidos/bg-ssi-edificios.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #333;
    padding: 120px 0 120px 0;
}
.bg-ssi-edificios h1{
    margin-bottom: 30px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*  Listas                                                                                                                               */
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.lista-beneficios{
    margin: 50px 0;
}
.lista-beneficios li{
    margin: 0 0 25px 0;
}
.lista-beneficios li img{
    margin: 0 0 30px 0;
}
.lista-beneficios li p{
    margin: 0 0 25px 0;
}
.lista-marcas{
    margin-top: 30px;
    margin-bottom: 30px;
}
.lista-marcas li img{
    width: 100%;
}
.lista-marcas li .img-mask{
    margin-bottom: 5px;
}
.lista-marcas li h3{
    margin:  0 0 15px 0;
}
.lista-marcas li h3 a,
.lista-marcas li h3 a:visited,
.lista-marcas li h3 a:hover{
    background: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.lista-segmentos-home{
    margin: 15px 0;
}
.lista-segmentos-home li .box{
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    text-decoration: none;
}
.lista-segmentos-home li .box h2{
    font-weight: bolder;
    background: #fff;
    color: #005DA6;
    margin: 0;
    padding: 10px 0;
}
.lista-segmentos-home li .box img{
    transition: all 2s ease-in-out;
}
.lista-segmentos-home li .box:hover img{
    transform: scale(1.3);
}
.lista-segmentos-home li .box:hover h2{
    background: #fff;
    color: #000;
    text-decoration: none;
}

.lista-home-productos{
    margin: 15px 0;
}
.lista-home-productos .card{
    display: block;
    background: rgba(0,0,0,0.3);
    border: 1px solid transparent;
    padding: 15px;
    text-decoration: none;
    transition: all 1s ease-in-out;
    text-align: center;
}
.lista-home-productos .card h3 a{
    font-weight: bolder;
    font-size: 14px;
    background: rgba(255,255,255,0.4);
    color: #005DA6;
    margin: 0 0 15px;
    padding: 8px 20px;
    transition: all 1s ease-in-out;
    border: 1px solid transparent;
    text-decoration: none;
}
.lista-home-productos .card p{
    background: transparent;
    color: rgba(255,255,255,0.8);
    transition: all 2s ease-in-out;
    text-shadow: 0 1px 1px #000;
}
.lista-home-productos .card img{
    width: 80px !important;
    margin: 0 auto;
    transition: all 1s ease-in-out;
}
.lista-home-productos .card:hover{
    background: rgba(0,0,0,0.6);
}
.lista-home-productos .card:hover img{
    transform: scale(1.1);
}
.lista-home-productos .card:hover h3 a{
    background: #005DA6;
    color: rgba(255,255,255,1);
    text-decoration: none;
    border: 1px solid #fff;
}
.lista-home-productos .card:hover p{
    background: transparent;
    color: rgba(255,255,255,1);
}
.lista-cinco-pasos .box{
    background: rgba(0,0,0,0.5);
    margin-bottom: 15px;
    padding: 15px;
}
.lista-redes-sociales{
    display: inline-block;
    margin: 0 auto 15px auto;
}
.lista-redes-sociales li{
    display: inline-block;
    float: left;
    margin: 0 0 15px 5px;
}
.bg-proyectos h1{
    margin-bottom: 30px;
}
.bg-proyectos p.lead{
    font-weight: bolder;
}
.bg-proyectos .card-deck{
    margin-bottom: 30px;
}
.bg-proyectos .card-deck .card{
    position: relative;
}
.bg-proyectos .card-deck .card .card-title{
    font-size: 18px;
    font-weight: bolder;
}
.bg-proyectos .card-deck .card .card-text{
    font-size: 14px;
}
.bg-proyectos .card-deck .card .btn{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
#llamanos,
#llamanos:visited{
    position: fixed;
    bottom: 5px;
    right: 5px;
    padding: 8px 18px;
    background: #CC0000 !important;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    z-index: 9999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.50);
    -moz-box-shadow:    0px 0px 2px 2px rgba(0, 0, 0, 0.50);
    box-shadow:         0px 0px 2px 2px rgba(0, 0, 0, 0.50);
    transition: all 0.5s ease-in-out;
}
#llamanos:hover{
    position: fixed;
    bottom: 5px;
    right: 5px;
    padding: 8px 18px;
    background: #B30000;
    color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
}
.faqs .panel-body{
    padding: 15px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.faqs .panel-body .foto{
    margin: 0 auto;
}
.faqs .panel-heading{
    padding: 15px;
    background: #176BB8;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.faqs .panel-heading h4 a,
.faqs .panel-heading h4 a:visited{
    background: transparent;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.faqs .panel-heading h4 a:hover{
    background: transparent;
    color: rgba(255,255,255,1);
}
.lista-proyectos{
    margin: 15px 0;
    padding: 0;
}
.lista-proyectos div .box{
    border: 1px solid #DFDFDF;
    margin-bottom: 30px;
}
.lista-proyectos div .box{
    border: 1px solid #DFDFDF;
}
.lista-proyectos div .box .titulos{
    position: relative;
    padding: 15px;
}
.lista-proyectos div .box .titulos h2{
    height: 60px;
}
.lista-proyectos div .box .titulos p{
    font-size: 14px;
    height: 55px;
    overflow: hidden;
}
.lista-convenios img{
    border: 1px solid #666;
    margin-bottom: 15px;
}


