﻿body{
    background: url(../images/fondo-azul.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Lato', sans-serif !important;
}

.cabecera{
    background: url(../images/fondo.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;
}
.logotipo span{
    font-size: 12px;
    font-weight: lighter;
    float: right;
}

.efecto{
    padding: 0;
}


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

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

nav ul li{
    width: 32.33%;
    float: left;
    margin: 0 0.5%;
}

.menu{
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: lighter;
}

.menu:hover, .activo{
    background: #083668;
    color: white;
    font-weight: bold;
}

.datos button{
    width: 70%;
    font-size: 20px;
    line-height: 27px;
    margin: 0 15%;
}


.gris{
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.seccion{
    color: white;
    font-size: 22px;
    line-height: 32px;
}

.imagen-seccion img{
    width: 100%;
}


.banner{
    position: relative;
    background: url(../images/fondo-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.banner .container{
    position: relative;
    z-index: 2;
}

.seccion-banner{
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    line-height: 27px;
    padding: 30px;

    border-radius: 10px;
}


.leyenda{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-shadow: 4px 4px 2px black;
    margin:40px 0;
}
.leyenda span{
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
}


.card{
    margin-bottom: 40px;
}

.card-text{
    font-size: 22px;
    line-height: 32px;
}
.card-title{
    font-weight: bold;
    color: #007bff;
}


footer{
    background: #083668;
    color: white;
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}



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

}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 50%;
    }
    nav{
        margin-top: 20px;
    }
}

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