@font-face{
	font-family: Titulo;
	src:url(fonts/titulo.ttf);
	font-display: swap;
}
@font-face{
	font-family: Texto;
	src:url(fonts/texto.ttf);
	font-display: swap;
}
header{
	background-image: url(../img/bg.webp);
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0;
}

p{
	font-family: Texto;
	font-size: 14px;
}
.iconoMovil{
	display: none;
}
.redondeo{
	background-image: url(../img/redondeo.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover 100%;
	padding-bottom: 12%;
}
.menu{
	padding-top: 15px;
	padding-bottom: 15px;
	height: 65px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}
.menu.header-scrolled{
	background-color: #fff;
    height: 65px;
    transition: all 0.5s;
}
.menu.header-scrolled img{
	filter: invert(100%);
}
.menu.header-scrolled .menu-social li{
	color: #000;
}
.menu.header-scrolled .menu-social li a{
	color: #000;
}
.menu-social{
	position: relative;
	text-decoration: none;
	text-align: right;
}
.menu-social li{
	text-decoration: none;
	color: #fff;
	list-style: none;
	display: inline-block;
	padding: 5px;
}
.menu-social li a{
	color: #fff;
}
.menu-social-footer{
	text-decoration: none;
	text-align: center;
	padding: 0px;
}
.menu-social-footer li{
	text-decoration: none;
	color: #fff;
	list-style: none;
	display: inline-block;
	padding: 5px;
}
.menu-social-footer li a{
	color: #fff;
}
/*MENU COLLAPSED*/
.menu-xpand{
	margin-top: 65px;
	position: fixed;
    width: 300;
    top: 0;
    right: 0;
    z-index: 1;
    background-color:#fff;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 20px;
    box-sizing:border-box;
    color: #000;
}
.menu-xpand span{
	padding: 20px;
}
.menu-xpand .menu-xpand-item{
	text-decoration: none;
	list-style: none;
	padding: 0;
}
.menu-xpand .menu-xpand-item li{
	text-decoration: none;
	color: #000;
	list-style: none;
	padding: 0;
	font-family: Texto;
	font-size: 14px;
	padding: 5px;
}
.menu-xpand .menu-xpand-item li a{
	color: #000;
	text-decoration: none;
}
.menu-xpand .menu-xpand-item li a: hover{
	cursor: pointer;
	text-decoration: none;
}
.slogan{
	padding-top: 30%;
}
.slogan h1{
	color: #fff;
	font-size: 24px;
	font-family: Titulo;
}
.btnContacto{
	padding-top: 20px;
}
/*BUTTONS*/
.btn-naranja{
	font-family: Titulo;
	background-color: #fcd24c;
	font-size: 14px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn-naranja-light{
	font-family: Texto;
	background-color: #fcd24c;
	font-size: 14px;
	border-radius: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
/*LINEAS*/
.linea{
	border: 1px solid #000;
	width: 80px;
}

.nosotros{
	background-color: #fcd24c;
	padding-top: 80px;
	padding-bottom: 10px;
}
.nosotros h2{
	color: #000;
	font-size: 20px;
	font-family: Titulo;
}
.pincel{
	height: 200px;
	background: linear-gradient(0deg, #dedede 50%, #fcd24c 50%);
	z-index: 1000;
}
.pinceldos{
	height: 200px;
	background: linear-gradient(0deg, #fff 50%, #fcd24c 50%);
	z-index: 1000;
}
.pinceltres{
	height: 100px;
	background: linear-gradient(0deg, #000 50%, #fcd24c 50%);
	z-index: 1000;
}
.servicios{
	background-color: #dedede;
	padding-top: 80px;
	padding-bottom: 20px;
	
}
.servicios h2{
	color: #000;
	font-size: 28px;
	font-family: Titulo;
}
.span-servicio{
	font-family: Titulo;
}
.sello{
	background-color: #fcd24c;
	padding-top: 70px;
	padding-bottom: 30px;
}
.artistas{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 50px;
}
.artistas h2{
	color: #000;
	font-size: 28px;
	font-family: Titulo;
}
.artistas h3{
	color: #000;
	font-size: 18px;
	font-family: Texto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-artista{
	background-color: #fcd24c;
	padding: 10px;
	border-top-right-radius: 150px;
	z-index: -1;
}
.img-artista img{
	border-radius: 10px;
	z-index: 1000;
}
.lista-videos{
	width: 100%;
}
.lista-videos iframe{
	padding-bottom: 20px;
}
.lista-videos-movil iframe{
  padding-bottom: 20px;
}
.contacto{
	background-color: #dedede;
	padding-top: 80px;
	padding-bottom: 50px;
}
.contacto h2{
	color: #000;
	font-size: 28px;
	font-family: Titulo;
}
.faq{
	background-color: #fcd24c;
	padding-top: 70px;
	padding-bottom: 50px;
}
.faq h2{
	color: #000;
	font-size: 28px;
	font-family: Titulo;
}
.faq-mas{
	text-align: right !important;
	position: absolute;
	right: 10px;
	left: 0xp;
}
.faq-item{
	padding-top: 3px;
	padding-bottom: 3px;
}
.faq-item:hover{
	cursor: pointer;
	padding-left: 3px;
	transition: 0.5s;
}
footer{
	background-color: #000;
	padding-bottom: 20px;

}
footer p{
	color: #fff;
}

.copyright{
	font-size: 10px;
}
@media (max-width: 860px){
	.faq-mas{
		display: none;
	}
	.iconoDesktop{
		display: none;

	}
	.nosotros h2{
		text-align: center;
	}
	.nosotros p{
		text-align: center;
	}
	.nosotros .linea{
		border: 1px solid #000;
		width: 80px;
		margin: 0 auto;
	}
	.iconoMovil{
		display:block;
	}

	.slogan{
		padding-top: 45%;
	}
	.slogan h1{
		color: #fff;
		font-size: 18px;
		font-family: Titulo;
	}
	.nosotros{
		background-color: #fcd24c;
		padding-top: 30px;
		padding-bottom: 10px;
	}

}