@import url('https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap');
.container-list-artists{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 38px 3px;
	justify-content: center;
}
.blurb-center .et_pb_blurb_content{
	display: flex !important;
	justify-content: center;
}
.blurb-right .et_pb_blurb_content{
	display: flex !important;
	    justify-content: center;
}

/*Barra vertical*/
.quick-access-floating-bar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #e8e8e8;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px 0 0 10px;
	z-index: 9999; 
}

.quick-access-floating-bar .row-floating-bar {
	margin: 10px 0;
}

.quick-access-floating-bar .row-floating-bar img {
	width: 27px; 
	height: 27px; 
	object-fit: contain;
	display: block;
}

/***

/*Testimoniales*/
.reviews-container {
	display: flex;
	justify-content: center;
	gap: 35px;
	flex-wrap: wrap;
}

.clamp-text {
	display: -webkit-box;
	-webkit-line-clamp: 3; /* Número de líneas */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	padding: 0px; 
	margin: 0px;
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
}

.view-more-btn {
	background: none;
	border: none;
	color: #686868;
	font-size: 10px;
	cursor: pointer;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
}


.review-card {
	width: 280px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: #fafafae6;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-img-letter {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000; /* Color similar a Google */
	color: white;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px auto;
}

.name {
	font-size: 18px;
	margin: 5px 0;
}

.stars {
	color: #f7b500;
	font-size: 18px;
	margin: 5px 0;
}

.time {
	font-size: 13px;
	color: gray;
	margin-bottom: 10px;
}

.review-text {
	font-size: 14px;
	color: #7b7272;
	margin-bottom: 10px;
}

.read-more {
	font-size: 14px;
	color: #0073e6;
	text-decoration: none;
}

.posted {
	font-size: 14px;
	margin-top: 15px;
}

.google {
	font-weight: bold;
}


/*end test...*/
.container-list-artists-2{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 38px 45px;
	justify-content: center;	
}

.container-list-artists-2 .box-artist{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.row-contact-artist{
	display: flex;
	gap: 24px;
	width: 100%;
	justify-content: center;
}

.codedropz-upload-container.codedropz-upload-inner h3{
	font-size: 14px !important;
}

.et_post_meta_wrapper.et_post_meta_wrapper h1{
	font-family:'Anton',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-size: 50px;
}
.post-template-default .entry-content h3{
	font-family:'Anton',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 500;
}
.post-template-default .entry-content p{
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
}
.post-template-default #left-area{
	width: 100% !important;
}
#main-content .container:before{
	display: none;
}



.et_pb_menu .et_pb_menu__menu>nav>ul{
	gap: 36px;
}
.text-shadow-none-test  .et_pb_slide_content{
	text-shadow: none !important;
}

.row-book-now img{
	filter: invert(1);
	width: 25px;
}
.container-list-artists a{
	display: flex;
	width: 100%;
	max-width: 395px;
}
.row-description-artist p{
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	margin-top: 5px;
}
.box-artist{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-height: 480px;
	max-width: 360px;
	border-radius: 20px 20px 10px 10px;
	background: #1A1A1A;
	box-shadow: rgb(197 197 197 / 16%) 0px 10px 36px 0px, rgb(165 165 165 / 6%) 0px 0px 0px 1px;
	padding: 20px;
}
.content-social-network{
	display: flex;
	gap: 10px;
}
.logo-page-profile{
	position: absolute;		
	opacity: 0.1;
}
.row-image-profil{
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-radius: 15px 15px 0 0;
}

.column-top-artist{ 
	width: 100%;
	max-width: 365px;
	height: 350px;
}
.column-buttom-artist{
	width: 100%;
	display: flex;
	flex-direction: column;
	max-width: 400px;
	align-items: center;
}

.row-gallery-artist img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px; 
}
.row-descripcion-artist h2{
	font-family: 'Anton', Helvetica, Arial, Lucida, sans-serif;
	font-size: 24px;
	margin-bottom: 15px;
	color: #8E8E8E;
	text-transform: uppercase;
}
.text-shadow-none-test .et_pb_slide_content p:last-of-type{
	text-shadow: none !important;
}

.menu-footer ul{
	display: flex;
	gap: 18px;
	justify-content: center;
	list-style-type: none !important;
}
.menu-footer li a{ 
	color: #fff;
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-weight: 900;
}

.menu-footer:after{
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2025/07/logo_sin_huella_w_281.png);
	width: 230px;
	height: 230px;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0.06;
	top: 0;
}

/*FORM*/
.content-form-book-now{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10%;
}
.form-column-2{
	display: flex;
	gap: 15px;
	width: 100%;
}
.form-column-full{
	width:100%;
	margin-bottom: 15px;
}
.row-input-book-now{
	width: 50%;
	margin-bottom: 15px;
}
.row-input-book-now input{
	width: 100%;
	background: #9393931c !important;
	padding: 10px 15px !important;
	border: none !important;
	border-radius: 30px !important;
}

.row-input-book-now textarea{
	width: 100%;
	background: #9393931c !important;
	padding: 10px 15px !important;
	border: none !important;
	border-radius: 30px !important;
}

.form-column-full input, .form-column-full select{
	width: 100%;
	background: #9393931c !important;
	padding: 10px 15px !important;
	border: none !important;
	border-radius: 30px !important;
}
.form-column-full p{
	margin-bottom: 15px;
}
.text-area-space p{
	margin-bottom: 0px !important;
}

.form-column-full textarea{
	width: 100%;
	background: #9393931c !important;
	padding: 10px 15px !important;
	border: none !important;
	border-radius: 15px !important;
	margin-bottom: 15px;
}

.wpcf7-not-valid-tip{
	margin-left: 15px; 
	font-size: 11px;
}
.content-form-join-us .form-column-full p{
	margin: 0px !important;
}



.wpcf7-form-control-wrap:has(select)::after {
    content: "\f347";
    font-family: dashicons;
    position: absolute;
    right: 10px;
    top: 0%;
   
    pointer-events: none;
    font-size: 16px;
    color: #555;
}

.wpcf7-form-control-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
}


/*file style test*/
.file-upload-container {
	border: 1px dashed #aaa;
	border-radius: 10px;
	padding: 10px 0 0 0;
	text-align: center;
	position: relative;
	background-color: #f3f3f3;
	transition: border-color 0.3s ease;
	cursor: pointer;
	max-width: 500px;
	margin: 0 auto 10px;
}

.file-upload-container.dragover {
	border-color: #00aaff;
	background-color: #e6f7ff;
}

.file-drag-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.file-instructions {
	font-size: 14px;
	color: #555;
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
}

.file-instructions strong {
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
	color: #000;
	text-decoration: underline;
}

.file-count {
	font-size: 14px;
	color: #777;
	margin-top: 5px;
}

.file-list {
	list-style: none;
	padding-bottom: 8px !important;
	margin-bottom: 0 !important;
	padding-right: 16px !important;
	text-align: left;
}

.codedropz-upload-container{
	background: #f3f3f3;
}
.codedropz-btn-wrap a{
	color: #000 !important; 
	font-weight: 700;
}
.mkdf-grid-col-12 label{
	color: #000;
	font-weight: 600;
	font-size: 13px;
}
.codedropz-upload-container{
	border-radius: 15px !important;
}
.codedropz-upload-handler{
	border: none !important;
}
.et_pb_button_0_tb_header_wrapper{

	left: 39% !important;
	top: 25% !important;
}
body #page-container .et_pb_section .et_pb_button_0_tb_header{
	width: 110px;
	text-align: center;
}
.et_pb_button_0_tb_header_wrapper a{
	transform: initial !important;
}

.file-list li {
	padding: 6px 10px;
	margin-bottom: 4px;
	background-color: #f1f1f1;
	border-radius: 5px;
	font-size: 14px;
	color: #333;
	border-left: 4px solid #00aaff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.remove-file-btn {
	background: none;
	border: none;
	color: #d00;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	margin-left: 10px;
}
.content-profile-artist{
	display: flex;
	position: relative;
	padding: 4% 10%;
	width: 100%;
	max-width: 1920px;
	gap: 70px;	
	align-items: center;
}
.row-post-title-artist, .box-description-gallery{
	width: 50%;
}
.row-post-imagen-artist- {
	width: 600px;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.row-post-title-artist{
	width: 100%;	
}
.row-post-title-artist h1{
	font-family: 'Anton', Helvetica, Arial, Lucida, sans-serif;
	font-size: clamp(2rem, 8vw, 80px); /* Responsive entre 2rem y 80px */
	color: #999999e0;
	text-transform: uppercase;
	position: relative;
	top: 56px;
	line-height: 1.1;
	word-break: break-word;
	text-align: center; /* o left, según tu diseño */
}
.artist-gallery{
	display: flex; flex-wrap: wrap; gap: 10px;
	width: 100%;
	margin: auto;
	max-width: 530px;
}
.thumb-img {
	width: 98px;   /* o 100%, o clamp() para responsive */
	height: 120px;
	object-fit: cover;
	border-radius: 6px;
	transition: transform 0.3s ease;
}

.thumb-img:hover {
	transform: scale(1.05);
}
.box-description-gallery {  
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 75px;

}
.row-post-description-artist{
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 400;
	color: #696969;
	font-size: 18px;
	margin: 18px 0;
}
.row-post-gallery-artis h2{
	font-family: 'Anton', Helvetica, Arial, Lucida, sans-serif;
	font-size: 40px;
	margin-bottom: 15px;
	color: #000;
	text-transform: uppercase;
	text-align: center;	
}
.form-column-full .wpcf7-submit{
	background: #000 !important;
	color: #fff !important;
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.hidden-image {
	display: none;
}

#view-more-btn {
	margin-top: 10px;
	padding: 8px 16px;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	width: 100%;
	height: 38px;
	font-family: 'Barlow',Helvetica,Arial,Lucida,sans-serif;
}

@media only screen and (max-width: 980px) {
	.content-profile-artist{
		flex-direction: column;
	}
	.box-description-gallery{
		width: 100%;
	}
	.artist-gallery{
		justify-content: center;
	}
	.row-post-gallery-artis{
		display: flex;
		flex-direction: column;
	}
	.box-description-gallery{
		margin-top: 0px !important;
	}
	.et_pb_menu_inner_container{
		display: flex;
		align-items: center;
	}
	.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap{
		justify-content: end !important;
	}
	.et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot{
		width: 62px !important;
		margin: 0 !important;
	}
	.container-list-artists{
		flex-direction: column;
	}
	.menu-footer ul{
		flex-direction: column;
		align-items: center;
	}
	.blurb-center .et_pb_blurb_content{
display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
		margin-left: 0px !important;
	}
	.blurb-right .et_pb_blurb_content{
display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
	}
	.center-mobile .et_pb_blurb_content{
display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
	}
	.quick-access-floating-bar .row-floating-bar img{
		width: 18px;
		height: 18px;
	}
	#menu-item-201 a{
		color: #fff !important;
	}
	.ocultar-boton-100{
	opacity: 1 !important;
}
	.menu-footer:after{
		z-index: -1;
	}
}
