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


.chat{
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}


.blanco{
    box-shadow: 2px 2px 10px black;
}
.blanco .logotipo img{
    width: 90%;
}
.blanco nav ul li .menu{
    padding: 48px 0;
}

.cabecera-ayuda{
    height: 134px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
}

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

    transition: all 0.2s;
}


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 24%;
    float: left;
    margin-right: 1%;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 20px;
    padding: 52px 0;
    cursor: pointer;

    transition: all 0.2s;
}
.menu:hover, .activo, .menu-r:hover{
    background: #ed3337 !important;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
.contactoMenu{
    background: #f7f7f7;
}


.datos{
    text-align: center;
    font-size: 20px;
}
.datos img{
    width: 30px;
}
.datos p{
    margin-bottom: 0;
}


.efecto{
    padding: 0;
}


.productos{
    background: linear-gradient(rgba(245,245,245,0.65),rgba(245,245,245,0.65)), url(../images/fondo-gris.svg);
    padding-top: 50px;
    padding-bottom: 50px;
}


.titulo{
    text-align: center;
    margin-bottom: 30px;
}
.titulo div{
    background: white;
    font-size: 33px;
    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;

    border-radius: 20px;
}


.p img{
    width: 100%;
}
.p strong{
    background: #287dcc;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 22px;
    display: inline-block;
}
.cotizar{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 8px 0;
}

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

.seccion{
    font-size: 20px;
    line-height: 30px;
}
.seccion strong{
    width: 100%;
    color: red;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}

.imagen img{
    width: 100%;
}


.video video{
    width: 100%;
}


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: 12px ;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}
footer iframe{
    width: 100%;
    height: 230px;
}

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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

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

}

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

@media screen and (max-width:576px){
    .logotipo img, .blanco .logotipo img{
        width: 60%;
    }   
    .menu-r{
        display: block;
    }
    nav{
        margin: 20px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu, .menu-r{
        padding: 20px 0;
    }
}