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

.cabecera{
    background: black;
}

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

nav{
    margin-top: 50px;
}

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

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

nav ul li{
    width:19%;
    float: left;
    margin: 0 0 0 1%;
}

.menu-r{
    display: none;
    cursor: pointer;
    margin: 0 0 20px 0;
}

.menu, .menu-r{
    border: 1px solid #505050;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: white;
}

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


.contenido{
    border: 0px solid red;
    background: url(../images/fondo-contenido.png) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}

.titulo{
    color: #b93833;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}


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

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


.leyenda{
    background: black;
    text-align: center;
    font-size: 26px;
    color: white;
    text-shadow: 2px 2px 2px #b93833;
    padding-top: 15px;
    padding-bottom: 15px;
}


.cuadros{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cuadro{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.cuadro img{
    width: 100%;
}
.cuadro strong{
    background: #b93833;
    width: 100%;
    text-align: center;
    color: white;
    display: inline-block;
}
.cuadro span{
    font-weight: lighter;
}

.diferente{
    overflow: hidden;
    cursor: pointer;
}
.diferente img{
    width: 100% !important;
    height: auto !important;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}
.blanco{
    position: relative;
    margin: 50px auto 0;
}
.blanco-conten{
    text-align: center;
}
.cerrar{
    background: black;
    width: 40px;
    font-weight: bold;
    font-size: 22px;
    color: white;
    padding: 7px 12px;
    cursor: pointer;
    display: inline-block;

    border-radius: 50%;
}
.cerrar:hover{
    background: red;
}
.blanco-conten img{
    height: 80vh;
    border: 10px solid white;
    display: inline-block;

    border-radius: 5px;
}



hr{
    margin-top: 30px;
    margin-bottom: 30px;
}


.cuadro{
    border: 1px solid #ddd;
    width: 100%;
}
.imagen-cuadro{
    width: 100%;
    height: 243px;
    text-align: center;
    overflow: hidden;
}
.imagen-cuadro img{
    width: auto;
    height: 100%;
}

.imagenes{
    text-align: center;
}
.imagenes img{
    margin-bottom: 10px;
}


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

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

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

footer img{
    margin-top: -6px;
}

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

}

@media screen and (max-width:992px){
    .logotipo img{
        width: 70%;
    }
    nav{
        margin-top: 10px;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        margin: 0;
    }
    .menu-r{
        display: block;
    }
}

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

@media screen and (max-width:576px){
    .logotipo img{
        width: 60%;
    }
    .burbuja{
        width: 100%;
        float: left;
    }
    .burbuja span{
        border: 0px solid red;
        width: 100%;
        font-weight: bold;
        font-size: 21px;
        margin: 0 !important;
        float: left;
        margin-bottom: 40px !important;
    }
}