﻿@font-face {
	font-family: 'gilc';
	font-style: normal;
	font-weight: 400;
	src: url(../css/fuentes/gilc.ttf);
}


body{
    background: url(../images/fondo.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'gilc';
}



.efecto{
    padding: 0;
}
.efecto img{
    width: 100%;
    height: 100vh;

    object-fit: cover;
}
.efecto2 img{
    width: 100%;
}

.mm{
    display: none;
}


.menuSup{
    background: black;
}
nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
    margin:0 ;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    color: white;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
}


nav ul li:hover .menuSec{
    display: block;
}


.menuSec{
    position: absolute;
    top: 35px;
    left: 0%;
    z-index: 10;
    display: none;
}
.menuSec ul{
    width: 100%;
}
.menuSec ul li{
    width: 100%;
}
.menuSec ul li{
    width: 100%;
}
.menuSecundaria{
    background: black;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: white;
}

.carrito{
    color: white;
    font-size: 20px;
}


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

.boton{
    text-align: center;
}
.boton img{
    height: 250px;
}
.boton strong{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 40px;
    display: inline-block;
    padding: 12px 0;
}


.video{
    margin: 20px 0;
}
.video video{
    width: 100%;
}

.btn{
    width: 400px;
}




.artista{
    padding-top: 40px;
    padding-bottom: 40px;
}
.artista p{
    margin-bottom: 0;
}

.texto-artista{
    color: white;
    font-size: 24px;
    line-height: 44px;
}



.p{
    width: 90%;
    color: white;
    font-size: 25px;
    margin: 0 5%;
}
.p strong{
    width: 100%;
    text-align: center;
    font-size:36px;
    display: inline-block;
}
.p div{
    padding: 12px 0;
}
.p img{
    width: 100%;
}



.l{
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


.muchoPadding{
    margin-top: 120px;
}




.imagen-galeria img{
    width: 100%;
}
.texto-galeria{
    color: white;
    font-size: 30px;
    line-height: 40px;
}


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


.imagen img{
    width: 100%;
}


.gal{
    background: white;
    width: 90%;
    text-align: center;
    margin: 0 5%;
    padding: 10px 10px;

    overflow: hidden;
}
.gal img{
    height: 300px;
    cursor: pointer;
}
.gal video{
    width: 100%;
    height: 300px;
}
.slick-slide img{
    display: inline-block !important;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.negro .row{
    position: relative;
}
.cerrar{
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    width: 45px;
    height: 45px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
}

.boton{
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


.superior{
    /* overflow: hidden; */
}

.imagen{
    height: 90vh;
    margin-top: 5vh;
}


.galeria2{
    text-align: center;
    margin: 50px 0 0 0;
}
.galeria2 img{
    width: 28%;
    margin-bottom: 5px;
    cursor: pointer;
    margin: 0 2% 20px;
}
.galeria2 div{
    width: 28%;
    height: 500px;
    display: inline-block;
}
.galeria2 div video{
    width: 100%;
}

.imagenesExtra{
    display: inline;
}
.imagenesExtra img{
    display: inline-block;
}

.cssImagenExtra{
    width: 31%;
    height: auto;
    margin: 5vh 1% 10px;
}



footer{
	background: url(../images/fondo-footer.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	font-family: Cairo;
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer a, footer a:hover{
	color: white;
}

.redes b{
	margin: 0 20px;
}
.redes a, .redes a:hover{
	text-decoration: none;
	color: white;
}


.pie{
	background: black;
	padding-top: 30px;
	padding-bottom: 30px;
}

.logotipo-pie{
	width: 100%;
}
.logotipo-pie img{
	width: 30%;
}






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

}

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

}

@media screen and (max-width:992px){
    .gal img{
        width: 100%;
        height: auto;
    }
    .imagen{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:768px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .efecto img{
        height: auto;
    }
    .gal video{
        height: auto;
    }
}

@media screen and (max-width:576px){
    .cc{
        display: none;
    }
    .mm{
        display: block;
    }
    .menuSec{
        position: relative;
        top: 0;
        left: 0;
        display: block;
    }
    .menuSec ul{
        display: block;
    }
}


.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
}


.slick-prev{
    left: -5px !important;
}
.slick-next{
    right: -5px !important;
}