/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
    height: 100%;
    background-color: #111;
    max-width: 100vw;
    overflow-x: hidden;    
}

* {
    
        max-width: 100vw;
}

.home-page-slider div {
    background-attachment: fixed;
}
.bgp {
    /* background: fixed;  */
    position: relative;
    margin: 0 auto;
    padding: 5%; 
    background-size: cover; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: absolute; 
    background-attachment: scroll;

}

.bgph {
    height: 60vh;
}
.loadscreen {
    background-image: url(../img/cucas/logo-loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    width: 250px;
    margin: -150px 0 0 -125px;
}

.nanotech {
    background: inherit;
    background-image: url(../img/cucas/contenedor-rojo.gif);
    color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
    display: inline-block;
    height: 60px;
    margin-top: -10px;
    position: absolute;
}
.bg-dorado {
    background-image: url(../img/cucas/fondo-gold.gif);
    background-size: 100%;
}
.bg-plateado {
    background-image: url(../img/cucas/fondo-silver.gif);
    background-size: 100%;
}
.linea {
    max-width: 80%
}
.contact-icons {
    max-width: 100%;
}

.carousel-fade .carousel-inner .item.active .single-slide-item p {
    padding: 0;
    margin: 0;
    font-size: 35px;
    line-height: 45px;
    width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #111;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (max-width: 768px) { 
    .cucagaran {
        margin: 100px auto 0 auto !important;
    }
    .home-page-slider div {
        background-attachment: scroll;
    }
    .bgp {
        background-attachment: scroll;
    }
    .contact {
        margin: 45px auto;
        padding: 0 0px 10px 5px;
        width: 420px;
    }
    .direcciones {
        text-align: center !important;
    }
    .cucardaImg {
        width: 140px;
        margin-left: calc(50% - 70px);
        margin-top: -20px;
        margin-bottom: 30px;
    }
    .rec-izq, .rec-der {
        height: auto;
        width: 100%;
    }
    .nanotech {
        display: block;
        margin-top: 0;
        margin-left: -6px;
    }
    .rec-producto {
        height: auto;
        width: 100%;
        display: block;
        margin: 0;
    }
    .rec-margen {
        display: none;
    }
    .gmap_canvas,
    #mapa1 {
        height: 360px;
    }
    .contact-ico,
    #mapa1,
    .direcciones,
    .contact-ico {
        width: 100%;
    }
    .gmap_canvas {
        
    width: 100%;
    margin-top: 30px;
    }
    .form-group {
        margin: 20px 0 20px 20px;
    }
    .btn-contact-bg {
        padding-right: 20px;        
    }
    
    .gmap_canvas {
        
        width: 100%;
        }

        .ico-izq {
            margin-left: 0 !important;
        }
        .contact {
            width: 100%;
            

        }

        .form-group.mb-0 {
            right: 0;
            float: right;
        }
        .preg-frec {
            text-align: center;
            width: 90%;
            margin: 0 auto;
        }

        
    .rec-productos {
        width: 100% !important;
    }
    .rec-producto {
        width: 100% !important;
    }
    .rec-margen {
        display: none !important;
    }

    img.footerLogo {
        display: block;
        position: relative;
        margin: 5px auto;
        left: 0;
    }
    .copyright p {
        text-align: center;
        padding-right: 0;
        color: #333;
        font-size: 11px;
    }
}

.diresYmapas{
    max-width: 100%;
}

 /* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    .direcciones {
        text-align: left !important;
        display: inline-block;
        margin-right: 5px;
        margin-left: 0;
        height: auto;
        margin: 0 5%;
        width: 90%;
        padding-bottom: 50px;
    }
    #DondeInstalar,
    #contact {
        
        overflow: hidden;
        max-width: 100%;
    }
    
    .gmap_canvas {
        
        width: 100%;
        }
    #mapa1 {
        width: 100%;
    }

    .rec-productos {
        width: 100%;
    }
    .rec-producto {
        height: auto;
        width: 49%;
        float: left;
        display: block;
        margin: 0;
    }
    .rec-margen {
        width: 2%;
        display: block;
        background-color: #fff;
        height: 300px;
        float: left;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


}


.gmap_canvas {
    margin-top: -55px;
    display: inline-block;
    border: none;
}

.cucagaran {
    display: block;
    margin: 0 auto;
}