﻿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;
}



.cabecera{
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logotipo img{
    width: 100%;
}

nav a{
    color: black;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    position: relative;
    width: 24%;
    float: left;
    margin-left: 1%;
}

.menu{
    background: rgb(42,57,142);
    background: linear-gradient(180deg, rgba(42,57,142,1) 0%, rgba(92,182,253,1) 50%, rgba(42,57,142,1) 100%);
    color: white;
    font-family: 'Raleway', sans-serif;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0;

    border-radius: 4px;
}


nav ul li:hover .menuS{
    display: block;
}

.menuS{
    position: absolute;
    top: 40px;
    left: -150%;
    z-index: 100;
    background: rgb(42,57,142);
    background: linear-gradient(180deg, rgba(42,57,142,1) 0%, rgba(92,182,253,1) 50%, rgba(42,57,142,1) 100%);
    font-family: 'Raleway', sans-serif;
    width: 400%;
    display: none;
}

.menuS nav ul li{
    width: 100%;
    margin-left: 0;
}

.menu-secundario{
    text-shadow: 2px 2px 2px black;
    color: white;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 20px;
}
.menu-secundario:hover{
    background: #6d6e70;
}

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

.efecto{
    padding: 0;
}
.efecto video{
    width: 100%;
}


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

.azul{
    background: #1650a2;
    color: white;
}

.titulo{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.texto{
    font-size: 20px;
}

.seccion{
    font-size: 22px;
    line-height: 32px;
    padding: 30px;
}

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

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


.servicios{
    background: url(../images/fondo.jpeg) no-repeat center center fixed;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}


.titulo2{
    margin-top: -70px;
    margin-bottom: 40px;
}
.titulo2 div{
    background: white;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;

    box-shadow: 10px 10px 10px black;
}


.servicios{
    padding-bottom: 50px;
}

.servicios img{
    width: 100%;
}

.imagen-servicios{
    min-height: 160px;
}
.imagen-servicios img{
    border-radius: 20px;
}

.servicios strong{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 12px 0;
}


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

.texto-banner{
    background: rgb(33,94,174,0.8);
    color: white;
    font-size: 20px;
    line-height: 25px;
    padding: 30px;
}


.card{
    background: #1650a2;
    color: white;
}
.card-text{
    font-size: 20px;
}


.imagenes-personal{
    text-align: center;
}
.imagenes-personal img{
    height: 110px;
    margin: 0 20px;
}


.imagenes img{
    width: auto;
    margin: 0 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
}


.clientes{
    background: white !important;
    text-align: center;
}
.clientes img{
    width: 90%;
}


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

footer iframe{
    width: 100%;
    height: 190px;
}

footer a{
    color: white;
}

footer img{
    width: 30px;
}

footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}


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

}

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

}

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

}

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

}

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