﻿body{
    background: black;
    font-family: "Montserrat", sans-serif;
    font-family: Arial;
}

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    width: 60px;
}
.chat img{
    width: 100%;
}

.cabecera{
    background: white;
    padding-top: 6px;
    padding-bottom: 6px;
}

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

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    float: left;
}
.menu-r{
    width: 100%;
    font-size: 18px;
    display: none;
    padding: 12px 0 !important;
}
.menu, .menu-r{
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
}


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

.imagen{
    text-align: center;
}
.imagen img, .imagen video{
    width: 100%;
}
.imagen video{
    height: 500px;
    object-fit: cover;
}


.imagenes img{
    width: 24%;
}


.t{
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
}
.amarillo{
    color: rgb(197, 168, 33);
}
.rojo{
    color: red;
    font-weight: bold;
}
.verde{
    color: #11DDBA;
}
.blanco{
    color: white;
}
.tGrande{
    font-size: 40px;
}


.texto{
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 20px 0;
}


footer{
    background: #eeeeee;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


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

}

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

}

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

}

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

}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        font-size: 18px;
        padding: 8px 0;
    }
    .row>*, .contenido{
        padding: 0;
    }

    .mas{
        margin-bottom: 100px !important;
    }
}