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

.boton{
    position: fixed;
    top:100px;
    right: 10px;
    z-index: 1000;
    width: 40px;
    cursor: pointer;
}
.play{
    display: none;
}
.boton img{
    width: 100%;
}

.cabecera{
    background: #fffe00;
}

.logotipo img{
    width: 100%;
}



.menuSup{
    background-color: #333333;
    padding-top: 12px;
    padding-bottom: 12px;
}
.menuSup a{
    color: white;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    border-top: 1px solid #c0c5cb;
    border-bottom: 1px solid #c0c5cb;
    text-align: center;
    color: #c0c5cb;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}


.efecto{
    background: #06c0ff;
}


.contenido{
    background: #fffe00;
    padding-top: 12px;
    padding-bottom: 12px;
}

.texto{
    font-size: 19px;
    line-height: 26px;
}


.titulo{
    font-size: 26px;
    font-weight: bold;
}

.imagenes{
    margin-bottom: 20px;
}
.imagenes img{
    width: 420px;
}


.imagen img{
    width: 100%;
}


.blanco{
    background: white;
    padding: 40px;
}


.azul{
    color: blue;
}


.form-group{
    margin-bottom: 12px;
}


footer{
    background: #333333;
    color: white;
    margin: 12px 0;
    padding-top: 8px;
    padding-bottom: 8px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .blanco{
        padding: 12px;
    }
}

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