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

.cabecera{
    background: #ffdf59;
    font-size: 18px;
    text-align: center;
}

.cabecera img{
    width: 30px;
}

.logotipo img{
    width: 140%;
}


.uno{
    position: relative;
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
}
.fondo-azul{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(1, 37, 82, 0.9);
    width: 100%;
    height: 100%;
}
.uno .container{
    position: relative;
    z-index: 2;
}

.titulo{
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 40px;
    margin-bottom: 40px;
}
.titulo span{
    font-weight: normal;
    font-size: 30px;
}
.negro{
    color: black;
}


.icono{
    background: white;
    text-align: center;
    padding: 10px;

    border-radius: 10px;
}
.icono img{
    height: 60px;
}
.icono strong{
    font-size: 21px;
    font-weight: normal;
    text-align: center;
}



.fondo2{
    position: relative;
    background: url(../images/fondo2.jpg) no-repeat top right;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}


.textoFondo2{
    text-align: center;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
    font-size: 22px;
}
.textoFondo2 i{
    font-size: 40px;
}
.textoFondo2 strong{
    width: 100%;
    display: inline-block;
}



.valores{
    position: relative;
    background: url(../images/fondo1.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.valores .container{
    position: relative;
    z-index: 2;
}


.area{
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 20px;
    padding: 20px;

    border-radius: 10px;

    box-shadow: 2px 2px 2px gray;
}
.area strong{
    color: #03224b;
}
.diffPadding{
    padding-top: 70px;
    padding-bottom: 70px;
}



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


.cli{
    text-align: center;
    font-size: 22px;
}
.cli b{
    font-size: 32px;
}


footer{
    background: #ffdf59;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer img{
    width: 140px;
}
footer strong{
    font-size: 23px;
    font-weight: 300;
}


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

}

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

}

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

}

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

@media screen and (max-width:576px){
    .logotipo img{
        width: 100%;
    }
}