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


.cintillo{
    background: rgb(204,153,0);
    background: linear-gradient(180deg, rgba(204,153,0,1) 0%, rgba(255,191,0,1) 44%, rgba(255,227,144,1) 100%);
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
.cintillo img{
    width: 30px;
}


.cabecera{
    padding-top: 12px;
    padding-bottom: 24px;
}

.icono img{
    width: 100%;
}
.logotipo img{
    width: 100%;
}

.logotipo1{
    text-align: center;
}
.logotipo1 img{
    width: 50%;
}

.logotipo, .logotipo1{
    text-align: center;
}

.leyenda{
    font-family: 'Kaisei HarunoUmi', serif;
    font-size: 33px;
}


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

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

nav ul li{
    width: 47%;
    float: left;
    margin: 0 1.5%;
}

.menu{
    background: -webkit-gradient(linear, left top, right top, from(#0072ff), to(#00d4ff));
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
    padding: 7px 0;

    border-radius: 4px;
}
.menu:hover{
    background: #0072ff;
}


.texto-efecto{
    text-align: center;
}
.texto-efecto strong{
    width: 100%;
    text-align: center;
    color: blue;
    font-size: 23px;
    display: inline-block;
}
.texto-efecto img{
    width: 60%;
}


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

.titulo{
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}


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

.seccion{
    font-size: 22px;
    line-height: 33px;
}
.seccion strong{
    color: blue;
}

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


footer{
    background: -webkit-gradient(linear, left top, right top, from(#0072ff), to(#00d4ff));
    background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%);
    font-size: 20px;
    color: white;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 10px;
}
footer img{
    width: 30px;
}
footer iframe{
    width: 100%;
    height: 200px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}
footer a{
    color: white;
}


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

}

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

}

@media screen and (max-width:992px){
    .logotipo img, .logotipo1 img{
        width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px){
    .logotipo img, .logotipo1 img{
        width: 70%;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:576px){
    .logotipo img, .logotipo1 img{
        width: 60%;
        display: inline-block;
        margin-bottom: 10px;
    }
}