﻿body{
    background: black;
}

.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -120%;
    border: 0px solid red;
    background: yellow;
    font-size: 22px;
    font-weight: bold;
    color: black;
    padding: 4px 10px;

    border-radius: 10px;
}

.cintillo{
    background-image: linear-gradient(135deg, #ffff7d 0, #fff760 16.67%, #ffe540 33.33%, #f8d110 50%, #f1bd00 66.67%, #ecaa00 83.33%, #e79600 100%);
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cintillo img{
    width: 25px;
}


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

.logotipo{
    text-align: right;
    font-family: 'DM Serif Display', serif;

    color: white;
    font-size: 40px;
}

.leyenda{
    color: white;
    font-size: 25px;
    font-weight: lighter;
}


.efecto img, .efectom img{
    width: 100%;
}
.efectom{
    display: none;
}


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

.titulo{
    background: #e4da28;
    color: black;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    padding: 4px 10px;
    border-radius: 5px;
}
.titulo span{
    transform: skew(-40deg);
}
.datos{
    color: yellow;
    font-size: 27px;
    font-weight: bold;
}
.datos a{
    color: yellow;
}
.datos img{
    width: 40px;
}
.subtitulo{
    color: white;
    font-size: 22px;
    margin-bottom: 20px;
}

.seccion{
    color: white;
    font-size: 22px;
    line-height: 32px;
}
.seccion strong{
    width: 100%;
    color: yellow;
    display: inline-block;
}

.imagen img{
    width: 100%;
}
.imagen video{
    width: 100%;
}

.mitad{
    width: 48%;
    display: inline-block;
}
.cuatro{
    width: 24%;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

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

video{
    width: 100%;
}
.alto{
    width: auto;
    height: 400px;
}


.form-group{
    margin-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){
    .logotipo{
        text-align: center;
        line-height: 40px;
    }
    .leyenda{
        text-align: center;
    }
    .chat{
        bottom: 12px;
        right: 12px;
    }
    .cintillo strong{
        width: 100%;
        display: inline-block;
    }
    .cintillo a{
        font-size: 30px;
    }
}

@media screen and (max-width:576px){
    .efecto{
        display: none;
    }
    .efectom{
        display: block;
    }
}