﻿body{
    background: #eeeeff;
    background: black;
    color: white;
    font-family: 'Roboto', sans-serif;
}


.chat{
    position: fixed;
    right: 10px;
    z-index: 100;
    width: 60px;
}
.chat1{bottom: 20px;}
.chat2{bottom: 90px;}
.chat img{width: 100%;}


.cintillo{
    background: #ff4000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.cabecera{
    background: white;
    background: black;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
}
.cabecera a{
    color: white;
}

.logotipo img{
    width: 60%;
}

.datos{
    font-size: 20px;
}

.cabecera button, .btn-naranja{
    background: #ff4000;
    color: white;
    font-size: 19px;
    font-weight: bold;
    padding: 16px 20px;
}
.cabecera button:hover, .btn-naranja:hover{
    color: white;
}


.redes b{
    background: white;
    color: black;
    font-size: 20px;
    padding: 8px;
}
.menuSup{
    background: #1e1e1e;
    padding-top: 12px;
    padding-bottom: 12px;
}
nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 18%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0 14px;
    cursor: pointer;
}
.dosM{
    padding: 0px 0;
}
.menu:hover, .menu-r:hover{
    background: #ff4000;
}


.efecto{
    padding: 0;
}


.leyenda{
    background: black;
    color: white;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}


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

.cuadro img{
    width: 100%;
}

.cuadro strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 12px 0;
}


.tarjetas{
    background: #1b1b1b;
    font-size: 22px;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.tarjetas strong{
    width: 100%;
    display: inline-block;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 20px;
}

.imagen img{
    width: 100%;
}


.videos{
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.subtitulo{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

.video iframe{
    width: 100%;
}


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


.seccion{
    font-size: 20px;
    line-height: 30px;
}


footer{
    background: #1b1b1b;
    font-size: 18px;
    line-height: 28px;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px;
}

.pie{
    background: #ff4000;
    padding-top: 12px;
    padding-bottom: 12px;
}
.pie a{
    color: white;
}


@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%;
    }
}

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