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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    background: #2eb741;
    text-align: center;
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    padding: 5px 10px;

    box-shadow: 2px 2px 2px black;

    border-radius: 10px;
}


.blanco{
    background: #f8f8f8;
    padding-top: 4px !important;
    padding-bottom: 4px !important;

    box-shadow: 1px 1px 10px gray;
}
.blanco .logotipo img{
    width: 80%;
}
.blanco .menu, .menu-r{
    color: #221e5c;
}
.blanco .datos{
    visibility: visible;
}

.cabecera-ayuda{
    position: relative;
    width: 100%;
    height: 131px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    transition: all 0.2s;
}
.cabecera-fondo{
    background: url(../images/sliders/reparacion-de-tarjetas-y-equipos-electronicos-de-uso-industrial.webp) no-repeat bottom center;
    height: 150px;
}

.logotipo{
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.logotipo img{
    width: 100%;

    transition: all 0.2s;
}


.datos{
    visibility: hidden;
}


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{
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    font-weight: bold;
}

.datos{
    font-size: 20px;
    text-align: center;
}
.datos img{
    width: 35px;
}


.redes{
    text-align: center;
}



.titulo{
    font-family: 'Roboto Slab', serif;
}

.subtitulo{
    text-align: center;
    font-size: 22px;
    color: red;
    margin-bottom: 30px;
}
.azul{
    color: white;
    font-weight: bold;
    font-family: "Copperplate Gothic Bold";
}
.azul div{
    background: blue;
    display: inline-block;
    padding: 2px 10px;
}


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


.seccion{
    background: #221e5c;
    background: #f8f8f8;
    color: white;
    color: #221e5c;
    font-size: 19px;
    line-height: 29px;
    padding: 50px;
}
.seccion strong{
    width: 100%;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 12px;
}


.img1{
    background: url(../images/uyo-mexico.webp) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/5.webp) no-repeat center center;
    background-size: cover;
}
.img12{
    background: url(../images/reparacion-de-tarjetas-electronicas-de-control-industrial.webp) no-repeat center center;
    background-size: cover;
}


.mas{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.m{
    text-align: center;
    margin-bottom: 45px;
}
.m img{
    height: 200px;
}
.m strong{
    width: 100%;
    display: inline-block;
}


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

.titulo{
    color: #221e5c;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seccion2{
    font-size: 18px;
    line-height: 28px;
    padding: 50px 40px;
}

.imagen img{
    width: 100%;
}

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


footer{
    background: #221e5c;
    color: white;
    font-size:18px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
footer a{
    color: white;
}
footer img, .redes img{
    width: 30px;
    margin: 0 20px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
    }
    .cabecera-ayuda{
        display: none;
    }
    .menu, .datos, .menu-r{
        color: black;
    }
}

@media screen and (max-width:992px){
    .datos{
        visibility: visible;
        margin: 20px 0;
    }

    nav{
        margin: 10px 0 !important;
    }

    .blanco .logotipo img, .logotipo img{
        width: 90%;
    }
}

@media screen and (max-width:768px){
    .seccion, .seccion2{
        padding: 30px 12px;
    }
    .img{
        height: 300px;
    }
}

@media screen and (max-width:576px){
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu-r{
        display: block;
    }
}