﻿body{
    background-color: black;
    font-family: "Barlow Condensed", serif;
}

.cabecera-ayuda{
    height: 165px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #1f0d1f;
    padding-top: 4px;
    padding-bottom: 4px;
}


.logotipo{
    text-align: center;
    font-family: "Lilita One", sans-serif;
    color: white;
    font-size: 50px;
    line-height: 50px;
}

.logotipo img{
    width: 80%;
}


.datos{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: white;
}
.datos a{
    color: white;
}
.datos strong{
    width: 100%;
    color: #f0871b;
    display: inline-block;
}
.datos span{
    width: 100%;
    display: inline-block;
}

.btn-whatsapp{
    background: #24d266;
    color: white;
    letter-spacing: 2px;
    font-size: 25px;
    padding: 1px 12px;
}
.btn-whatsapp:hover{
    background: #146f37;
}


.menuSup{
    border-top: 5px solid #e72f44;
    border-bottom: 5px solid #e72f44;
    background: #f0871b;
}

nav 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{
    font-size: 22px;
    color: white;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}
.menu-r:hover{
    background: black;
}


.leyenda{
    background: white;
    color: red;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.leyenda img{
    height: 60px;
}



.efecto-efecto{
    padding: 0;
}


.texto-efecto{
    background: #1f0d1f;
    font-size: 23px;
    color: white;
    padding: 30px;
}
.texto-efecto h1{
    color: #f0871b;
    font-weight: bold;
}

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


.titulo{
    text-align: center;
    color: white;
    font-family: "Lilita One", sans-serif;
    font-size: 34px;
    margin-bottom: 30px;
}
.negrito{
    color: black;
}

.subtitulo{
    text-align: center;
    color: white;
    font-size: 22px;
}


.imagen{
    margin-bottom: 22px;
}
.imagen img, .imagen video{
    width: 100%;
}
.imagen video{
    object-fit: cover;
}


.contenido{
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    font-size: 22px;
    line-height: 32px;
}
.seccion strong{
    width: 100%;
    color: #f0871b;
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
}


.rojo{
    background: white;
    text-align: center;
    font-size: 25px;
    padding: 24px 24px 0 24px;
}
.rojo strong{
    font-size: 26px;
    color: #f0871b;
}
.rojo img{
    height: 70px;
}


.leyenda2{
    background: #f7f7f7;
    text-align: center;
    font-size: 27px;
    font-weight: normal;
    color: #e72f44;
    padding-top: 12px;
    padding-bottom: 12px;
}


.imagenes img{
    width: 19%;
    height: 250px;
    margin-bottom: 2px;

    object-fit: cover;
}


.ubicaciones{
    background: white;
    font-size: 22px;
    line-height: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ubicaciones .row div{
    margin-bottom: 22px;
}


.repe{
    background: #fcf8d9;
    font-size: 20px;
    line-height: 40px;
    padding: 12px;
}
.repe ul{
    list-style: none;
}


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


.negro{
    background: black;
    border-bottom: 7px solid #e72f44;
    text-align: center;
    color: white;
    font-size: 22px;
    padding: 20px;
    margin-bottom: 30px;
}



footer{
    background: black;
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: white;
    padding-top: 20px;
    padding-bottom: 40px;
}
footer strong{
    width: 100%;
    color: #f0871b;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 40px;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}


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

}

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

@media screen and (max-width:992px){
    .imagenes img{
        width: 48%;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 100%;
    }
    .datos{
        margin: 20px 0;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .imagenes img{
        width: 98%;
        height: 400px;
        margin-bottom: 12px;
    }
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    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
}