﻿body{
    background: url(../images/fondo-gris.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
}



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


.blanco .logotipo img{
    width: 80%;
}
.blanco .leyenda{
    padding-top: 0px;
    padding-bottom: 15px;
}

.cabecera-ayuda{
    height: 135px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #f7f7f7;
    background: white;
    padding-top: 5px;
    padding-bottom: 5px;

    box-shadow: 6px 6px 10px gray;
}

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

    transition: all 0.2s;
}


.leyenda{
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #273270;
    padding: 12px 0 30px;

    transition: all 0.2s;
}

nav a{
    text-decoration: none;
    color: black;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    background: #f7f7f7;
    display: none;
}
.menu, .menu-r{
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 2px 0;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: #d69a3d;
    color: white;
}

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


.btn-dorado{
    background-image: radial-gradient(circle at 50% -20.71%, #e6f58f 0, #e9eb7f 10%, #ecdf6e 20%, #efd25d 30%, #f1c44d 40%, #f2b53c 50%, #f3a52d 60%, #f59522 70%, #f8851d 80%, #fa741e 90%, #fc6324 100%);
    font-weight: bold;
    /* color: white;
    text-shadow: 2px 2px 2px black; */
}


.efecto{
    position: relative;
    background: url(../images/sliders/servicios-de-seguridad-privada.webp) no-repeat left center;
    background-size: cover;
    text-shadow: 2px 2px 2px black;
    padding-top: 70px;
    padding-bottom: 70px;
}

.texto{
    color: white;
    font-weight: bold;
    font-size: 22px;
}

.efecto input{
    background: #00133b;
    color: white;
}
.efecto input::placeholder{
    color: white;
}


.clientes{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: gray;
    padding-top: 20px;
    padding-bottom: 20px;
}
.clientes img{
    margin: 0 15px;
}


.azul{
    border-left: 20px solid #d69a3d;
    background: #273270;
    background: #00133B;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fondoBlanco .seccion{
    color: black;
}


.seccion{
    color: white;
    font-size: 21px;
    padding: 30px;
}

.imagen img{
    width: 100%;
}


.servicios{
    padding-top: 60px;
    padding-bottom: 60px;
}

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


.s{
    cursor: pointer;
}
.s img{
    width: 100%;

    border-radius: 10px 10px 0 0;
}
.s strong{
    border-left: 10px solid #d69a3d;
    background: #00133B;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: white;
    display: inline-block;
    padding: 6px 0;
}
.s strong span{
    width: 100%;
    font-size: 18px;
    text-decoration: underline;
    font-weight: lighter;
    display: inline-block;
}


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


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



footer{
    border-left: 20px solid #d69a3d;
    background: #00133B;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 20px;
}
footer a{
    color: white;
}
footer iframe{
    width: 100%;
    height: 190px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .blanco .leyenda{
        padding-top: 12px;
        padding-bottom: 30px;
    }
}

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

@media screen and (max-width:768px){
    .blanco .logotipo img, .logotipo img{
        width: 40%;
    }
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
}

@media screen and (max-width:576px){
    .blanco .logotipo img, .logotipo img{
        width: 50%;
    }
    .chat{
        right: 30px;
        bottom: 30px;
    }
}