﻿body{
    font-family: 'Ubuntu', sans-serif;
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    background: red;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}

.cintillo-ayuda{
    height: 55px;
}

.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #74050b;
    background: black;
    color: white;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.cintillo a{
    color: white;
}
.cintillo img{
    width: 30px;
}


.cabecera{
    background: url(../images/fondo-gris.avif) no-repeat center center;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 3%;
}

.logotipo{
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-weight: bold;
    color: #74050b;
    color: red;
    font-size: 50px;
    line-height: 60px;
}
.logotipo img{
    margin: -60px 0 0 0;
}


.video{
    background: black;
    padding-bottom: 20px;
}

.video video{
    width: 100%;
    float: left;
}


.titulo{
    font-family: 'Playfair Display', serif;
}


.negro{
    background: black;
    text-align: center;
    color: white;
    font-size: 22px;
    padding: 22px 20px;
}
.negro strong{
    width: 100%;
    color: yellow;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
}
.negro img{
    width: 70%;
}


.leyenda{
    background: #74050b;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
    padding-top:12px;
    padding-bottom:12px;
}



.cuadros{
    background: black;
    text-align: center;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}


.c{
    min-height: 270px;
}
.c strong{
    font-size: 33px;
}
.c p{
    font-size: 22px;
}


.cTexto{
    padding-top: 60px;
    padding-bottom: 60px;
}


.c1{
    background: url(../images/c1.webp) no-repeat center center;
    background-size: cover;
}
.c4{
    background: url(../images/c4.webp) no-repeat center center;
    background-size: cover;
}



.videos{
    position: relative;
    background: url(../images/c2.webp) no-repeat top center fixed;
    background-size: cover;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
.videos .row{
    position: relative;
    z-index: 2;
}
.videos video{
    width: 100%;
}

.imagen img{
    width: 100%;
}


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

.titulo{
    text-align: center;
    font-size: 30px;
    color: #74050b;
    font-weight: bold;
}


footer{
    background: #74050b;
    text-align: center;
    color: white;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}


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

}

@media screen and (max-width:1200px){
    .cintillo-ayuda{
        display: none;
    }
    .cintillo{
        position: relative;
    }
}

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

}

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

}

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