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

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

.cabecera-ayuda{
    height: 109px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #333333;
    padding-top:12px;
    padding-bottom:12px;
}

.logotipo img{
    width:80%;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: lighter;
    padding: 14px 10px;
    cursor: pointer;
}
.dosM{
    padding: 0 10px;
}
.menu:hover{
    font-weight: bold;
    color: #62b53f;
}


.datos{
    color: #f7f7f7;
    text-align: center;
    font-size: 17px;
}
.datos a{
    color: white;
}


.efecto{
    padding: 0;
    margin: 20px 0;
}


.img1{
    background: url(../images/soluciones-e-instalacion-de-cableado-estructurado.webp) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/contacto-disand.webp) no-repeat center center;
    background-size: cover;
}


.contenido{
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.seccion{
    font-size: 20px;
    padding: 40px;
}
.imagen img{
    width: 100%;
}

.seccion strong{
    width: 100%;
    font-size: 26px;
    color: #62b53f;
    display: inline-block;
    margin-bottom: 12px;
}


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


.cuadro{
    position: relative;
    padding: 140px 0;
    cursor: pointer;
}
.cuadro:hover{
    font-weight: bold;
}
.cuadro strong{
    position: absolute;
    top: 45%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    font-size: 22px;
    text-align: center;
    font-weight: lighter;
    color: white;   
}


.c1{
    background: url(../images/servicios-de-cableado-estructurado.webp) no-repeat center center;
    background-size: cover;
}
.c2{
    background: url(../images/servicios-cableado-estructurado.webp) no-repeat center center;
    background-size: cover;
}
.c3{
    background: url(../images/venta-de-equipo.webp) no-repeat center center;
    background-size: cover;
}


.contenidoClientes{
    padding-top: 40px;
    padding-bottom: 40px;
}


.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.titulo span{
    font-size: 20px;
    font-weight: normal;
}


.clientes{
    text-align: center;
}
.clientes img{
    height: 70px;
    margin: 0 30px 30px;
}


.equipo{
    text-align: center;
}
.equipo img{
    margin: 0 20px;
}


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


.texto{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}


.c strong{
    background: #0066a6;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 23px;
    font-weight: lighter;
    display: inline-block;
    padding: 2px 20px;
}

.textoC{
    font-size: 18px;
    padding: 12px 0;
}

.c img{
    width: 100%;
}


.colores div{
    color: white;
    font-size: 18px;
    padding: 40px;
}
.colores div strong{
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 20px;
}
.verde{background: #62b53f;}
.azul{background: #0066a6;}
.gris{background: #333333;}
.negro{background: black;}


footer{
    background: #333333;
    color: white;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer strong{
    width: 100%;
    color: #24d366;
    display: inline-block;
    margin-bottom: 12px;
}
footer a{
    color: white;
}


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

}

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

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

}

@media screen and (max-width:768px){
    nav{
        margin: 20px 0 !important;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .img{
        height: 300px;
    }
    .seccion{
        padding: 10px;
    }
    .equipo img{
        height: 180px !important;
    }
}

@media screen and (max-width:576px){
    .equipo img{
        width: 70%;
        height: auto !important;
        margin: 0 15%;
    }
}