﻿body{
    font-family: 'Montserrat', sans-serif;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -370%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}

.cintillo{
    background: #b82a31;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
}
.cintillo a{
    color: white;
}
.cintillo img{
    width: 25px;
}


.cabecera{
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 90%;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    background: #f8f8f8;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0px;
    cursor: pointer;
}
.dosM{
    padding: 0 10px;
}
.menu:hover, .activo, .menu-r:hover{
    background: #1175ad;
    color: white;
    font-weight: bold;
}


.efecto{
    padding: 0;
}


.marcas{
    background: url(../images/fondo.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.titulo{
    text-align: center;
    font-size: 30px;
}
.subtitulo{
    text-shadow: 2px 2px 2px black;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.blanco{
    color: white;
}

.marcas img{
    height: 80px;
    margin: 22px 0;
}


.rojo{
    background: #b82a31;
    padding-top: 30px;
    padding-bottom: 30px;
}

.seccion{
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding: 20px 40px;
}
.seccion strong{
    width: 100%;
    font-size: 20px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 20px;
}


.img1{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/2.webp) no-repeat center center;
    background-size: cover;
}



.nosotros{
    padding-top: 30px;
    padding-bottom: 30px;
}

.card{
    background: #f7f7f7;
}


.cabe{
    height: 200px;
}
.cintas{
    background: url(../images/sliders/venta-de-cintas-adhesivas.webp) no-repeat center center;
    background-size: cover;
}
.empaque{
    background: url(../images/sliders/venta-de-productos-de-empaque.webp) no-repeat center center;
    background-size: cover;
}
.maquinas{
    background: url(../images/sliders/venta-de-maquinas-para-flejar.webp) no-repeat center center;
    background-size: cover;
}
.contacto{
    background: url(../images/contacto.webp) no-repeat center center;
    background-size: cover;
}


.info{
    background: url(../images/fondo.webp) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.seccion2{
    text-align: left;
    font-size: 21px;
    line-height: 34px;
}
.seccion2 strong{
    color: red;
}

.imagen{
    text-align: center;
}
.imagen img{
    width: 100%;
}


.form-group{
    margin-bottom: 20px;
}


footer{
    background: black;
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 10px;
}
footer a{
    color: white;
}
footer img{
    width: 30px;
}

.contacto-mujer{
    width: 100%;
}


@media screen and (max-width:1400px){

}

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

}

@media screen and (max-width:992px){
    .logotipo img{
        width: 50%;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 60%;
    }
    nav{
        margin-top: 20px !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu, .menu-r{
        padding: 6px 0 !important;
    }
    .img{
        height: 250px;
    }
    .imagenAlto{
        height: 40px !important;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 90%;
    }
}