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

.cabecera{
    padding-top: 15px;
    padding-bottom: 15px;
}

.logotipo h1{
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
}
.logotipo span{
    font-size: 21px;
    font-weight: lighter;
}

.datos span{
    width: 32.33%;
    font-size: 18px;
    display: inline-block;
}


.efecto{
    padding: 0;
}


.azul{
    background: #0064bb;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seccion{
    font-size: 20px;
    line-height: 30px;
}
.seccion strong{
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
}

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


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

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

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


.titulo{
    border: 0px solid red;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}
.titulo span{
    background: blue;
    color: white;
    padding: 0 5px;
}


.lista{
    font-size: 14px;
    line-height: 22px;
}
.lista strong{
    width: 100%;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}
.lista b{
    background: yellow;
    font-size: 19px;
}

.card-body{
    padding: .5rem;
}
.card-title{
    margin-bottom: 0;
}



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


h3{
    text-align: center;
    font-weight: bold;
}
h4{
    text-align: center;
}

.amarillo{
    background: yellow;
}




.seccion2{
    font-size: 17px;
    line-height: 22px;
}
.imagen-seccion2 img{
    width: 100%;
}



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

footer a, footer a:hover{
    color: white;
    text-decoration: none;
}

footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}


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

}

@media screen and (max-width:992px){
    .logotipo{
        text-align: center;
    }
    .logotipo span{
        width: 100%;
        display: inline-block;
    }
}

@media screen and (max-width:768px){
    .d768{
        display: none !important;
    }
    .datos span{
        width: 100% !important;
        text-align: center !important;
    }
    .imagen-seccion{
        text-align: center;
    }
    .imagen-seccion img{
        width: 50%;
    }
}

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