main section.imagenes .carousel .carousel-item span {
    position: absolute;
    top: 50%;
    left: 5%;
    font-family: Apercu;
    font-size: 56px;
    font-weight: 300;
}

main section {
    padding-left: 30px;
    padding-right: 30px;
}

main section.imagenes {
    padding-left: 0;
    padding-right: 0;
}

main section.productos {
    background: #000528;
    overflow: hidden;
    padding-bottom: 50px;
}

main section.productos h2,
main section.repuestos h2 {
    font-family: Apercu;
    font-size: 23px;
    font-weight: 300;
    color: #FFFFFF;
}

main section.productos hr,
main section.empresa hr,
main section.servicios hr,
main section.repuestos hr,
main section.comprar hr,
main section.staff hr,
main section.distribuidores hr {
    max-width: 60px;
    border: 3px solid #009EE2;
    display: block;
    margin: 0;
    margin-bottom: 50px;
}



main section.productos .item {
    height: 363px;
    margin-bottom: 30px;
}

/*main section.productos .item img {*/
    /*position: relative;*/
/*}*/

main section.productos .item img {
    position: relative;
    border: 4px solid #009ee2;
}

main section.productos .titulo {
    position: relative;
    top: -9%;
}

main section.productos .item h3 {
    
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: bold;
    background: #009EE2;
    max-width: 363px;
    border-radius: 10px;
    padding: 10px 0;
}

/*main section.empresa {*/
    /*overflow: hidden;*/
    /*background: url(../img/home/computadora.jpg), url(../img/home/anotando.jpg), url(../img/home/bg-empresa.jpg);*/
    /*background-repeat: no-repeat no-repeat;*/
    /*background-size: 23%, 23%, cover;*/
    /*background-position: 0 100%, 0 top;*/
/*}*/

main section.empresa {
    overflow: hidden;
    background: url(../img/home/bg-empresa.jpg);
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    background-position: center;
}

/*main section.empresa {*/
    /*overflow: hidden;*/
    /*background: url(../img/home/bg-empresa.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: top left;*/
/*}*/

main section.empresa h2,
main section.servicios h2,
main section.staff h2,
main section.comprar h2,
main section.distribuidores h2 {
    font-family: Apercu;
    font-size: 23px;
    font-weight: 300;
    color: #000000;
}

main section.empresa p {
    font-family: Apercu;
    font-weight: 300;
    font-size: 12px;
    color: #000528;
    text-align: justify;
}

main section.empresa p span.mayus {
    font-size: 25px;
    font-weight: 400;
}

/*main section.servicios {*/
    /*overflow: hidden;*/
    /*!*background: url(../img/home/anotando.jpg);*!*/
    /*background: url(../img/home/red-de-ventas.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: right;*/
/*}*/

main section.servicios {
    background: url(../img/home/red-de-ventas-2.jpg);
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: left;
}
main section.servicios2 {
 
}
main section.staff {
    overflow: hidden;
    /*background: url(../img/home/anotando.jpg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

main section.servicios h3 {
    font-family: Apercu;
    font-size: 20px;
    color: #000528;
    margin-top: -50px;
    font-weight: 300;
}

main section.servicios hr.segunda {
    background-color: #000528;
    margin-bottom: 30px;
}

main section.servicios p {
    font-size: 12px;
    font-family: Apercu;
    font-weight: 300;
    color: #000528;
}

main section.servicios p span.caja {
    background-color: #009EE2;
    border: 1px solid #009EE2;
    font-size: 18px;
    color: #FFFFFF;
    font-style: italic;
    padding: 2px 8px;
}

/*main section.repuestos {*/
    /*overflow: hidden;*/
    /*background-image: url('../img/home/img_simpliq_technology.png');*/
    /*background-repeat: no-repeat;*/
    /*background-position-x: 60%;*/
    /*background-position-y: 75px;*/
    /*background-color: #000000;*/
/*}*/

main section.repuestos {
    overflow: hidden;
    background-image: url('../img/home/bg-repuestos.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-color: #000000;
    /*border: 10px solid #000000;*/
}

main section.repuestos h3 {
    font-family: Apercu;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin-top: 0px;
}

/*main section.repuestos hr {*/
    /*border-color: #FFFFFF;*/
/*}*/

main section.repuestos p {
    font-family: Apercu;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 12px;
}

main section.comprar {
    overflow: hidden;
    background: #EFF1F3;
}

main section.comprar .item {
    min-height: 370px;
}

main section.comprar .item .imagen {
    min-height: 71px;
    margin-bottom: 20px;
}

main section.comprar .item hr {
    max-width: 30px;
    border: 2px solid #000528;
    margin-bottom: 10px;
}

main section.comprar .item h3 {
    font-family: Apercu;
    font-size: 18px;
    font-weight: 400;
    color: #000528;
}

main section.comprar .item p,
main section.distribuidores p {
    font-family: Apercu;
    font-size: 12px;
    font-weight: 300;
    color: #000528;
}

main section.comprar .item h4 {
    font-family: Apercu;
    font-size: 19px;
    color: #009EE2;
    font-weight: bold;
}

/*main section.distribuidores {*/
    /*overflow: hidden;*/
    /*background-image: url('../img/home/bg-distribuidores.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
/*}*/

main section.distribuidores {
    overflow: hidden;
    /*background-image: url('../img/home/red-de-ventas.jpg'), url('../img/home/bg-distribuidores.jpg');*/
    background-image: url('../img/home/anotando.jpg'), url('../img/home/bg-distribuidores.jpg'); 
    background-repeat: no-repeat no-repeat;
    background-size: contain, cover;
    background-position: right, left;
    /*border: 10px solid #f6f7f9;*/
}

/*main section.distribuidores hr {*/
    /*margin: auto;*/
/*}*/

main section.distribuidores table {
    margin-top: 50px;
}

main section.distribuidores table tbody tr td {
    border-top: 3px solid #9D9D9C;
    width: 33.3%;
}

main section.distribuidores table tbody tr td.distrito,
main section.distribuidores table tbody tr td.localidad {
    font-family: Apercu;
    font-weight: 500;
    color: #000528;
}

main section.distribuidores table tbody tr td.localidad {
    font-weight: bold;
}

main section.distribuidores table tbody tr td p {
    font-family: Apercu;
    font-weight: 300;
    color: #575756;
    font-size: 12px;
    margin-top: 20px;
}

main section.responsabilidad {
    background-color: #e9f0f7;
}

main section.responsabilidad p {
    font-family: Apercu;
    font-weight: 300;
    font-size: 12px;
    color: #000528;
    text-align: justify;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 320px) and (max-width: 479px){
    main section.imagenes .carousel .carousel-item span {
        top: 10%;
        font-size: 32px;
    }

    main section.productos .item h3 {
        font-size: 24px;
    }

    main section.empresa {
        background: #c2cede;
    }

    main section.servicios {
        background: #FFFFFF;
    }

    main section.repuestos {
        background: #000000;
    }

    main section.servicios h3 {
        margin-top: 0;
    }

    main section.productos .item {
        margin-bottom: 100px;
    }
    
        .responsiveimgweb { display: block!important;
    width: 100%;}
    
        main section.distribuidores {

    background-image: url(); 

}
}

@media (max-width: 600px){
    main section.servicios{
        background: #fff;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    main section.imagenes .carousel .carousel-item span {
        top: 20%;
        font-size: 36px;
    }

    main section.productos .item h3 {
        font-size: 26px;
    }

    main section.empresa {
        background: #c2cede;
    }

    /*main section.servicios {
        background: #FFFFFF;
    }*/

    main section.repuestos {
        background: #000000;
    }

    main section.servicios h3 {
        margin-top: 0;
    }

    main section.productos .item {
        margin-bottom: 80px;
    }
    .responsiveimgweb { 
        display: block !important;
        width: 100%;
    }
    
    main section.distribuidores {
    
    background-image: url();

}
}
.responsiveimgweb {display:none; }

@media only screen and (min-width: 768px) and (max-width: 991px){
    main section.imagenes .carousel .carousel-item span {
        top: 35%;
        font-size: 48px;
    }

    main section.productos .item h3 {
        font-size: 28px;
    }

    /*main section.servicios {
        background: #FFFFFF;
    }*/

    main section.empresa {
        background: #c2cede;
    }

    main section.repuestos {
        background: #000000;
    }

    main section.servicios h3 {
        margin-top: 0;
    }

    main section.distribuidores {
    
    background-image: url();

}
}

@media only screen and (min-width: 992px) and (max-width: 1200px){


    main section.servicios {
        /*background-size: 50%;*/
        background-size: 50% 380px;
        background-position: left;
        margin: 48px 0;
        /*border: 10px solid white;*/
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }

    main section.servicios hr {
        margin-bottom: 25px;
    }

    main section.servicios p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

   
    main section.repuestos {
        /*background-size: 50%;*/
        background-position-y: 50%;
        /*background-position-x: 95%;*/
    }

    main section.empresa hr {
        margin-bottom: 25px;
    }

    main section.empresa .col.s12 {
        width: 50%;
        margin-left: 0;
    }

    main section.distribuidores p {
        margin-left: -30px !important;
        padding-bottom: 0;
        margin-top: -20px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){


}

@media only screen and (min-width: 1200px) and (max-width: 1305px){


    main section.servicios {
        background: url(../img/home/red-de-ventas-2.jpg);
        background-repeat: no-repeat;
        background-size: 35%;
        background-position: left;
        margin: 48px 0;
    }

    main section.servicios .divRedServicio {
        margin-left: 35% !important;
    }

}

@media only screen and (min-width: 1305px){
    main section.servicios {
        background-size: contain;
        background-position: left bottom, right;
        margin: 48px 0;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1999px){

}