body {
	font-family: 'Poppins', sans-serif;
}
.content{
	margin-top: 68px;
}
a.link-muralia {
  color: #DD5E56;
  text-decoration: none;
}

a.link-muralia:hover,
a.link-muralia:focus {
  color: #c84f48;
  text-decoration: underline;
}
.text-muralia-color{
	color: #c84f48;
}
.link-faqs {
  color: #7F7F7F;
  text-decoration: none;
}

.link-faqs:hover,
.link-faqs:focus {
  color: #000;
  text-decoration: underline;
}

.font-weight-bold{
	font-weight: 600!important;
}
/* NAVBAR */
.muralia-logo img.logo{
	max-width: 200px;
}
.navbar-nav a.nav-link{

}
.navbar a.nav-cta{
	color: rgba(0, 0, 0, .5);
}
.navbar a.nav-cta:hover{	
    color: rgba(0, 0, 0, .7);
}

/* Buttons */

.btn-muralia {
  background-color: #DD5E56;
  border-color: #DD5E56;
  color: #fff;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-muralia:hover,
.btn-muralia:focus {
  background-color: #c84f48;
  border-color: #c84f48;
  color: #fff;
}
.btn-light img,
.btn-muralia img {
	height: 20px;
	width: auto;
	padding-left: 10px;
	margin-top: -2px;
}

.btn-trustpilot {
  background-color: #00B67A;
  border-color: #00B67A;
  color: #fff;
}

.btn-trustpilot:hover,
.btn-trustpilot:focus {
  background-color: #009e6b;
  border-color: #009e6b;
  color: #fff;
}
#toggle-email-form img,
#googleBtn img {
  transition: filter 0.3s ease;
}
#toggle-email-form:hover img,
#googleBtn:hover img {
  filter: brightness(0) invert(1);
}

/* Muralists HOME */
.top-banner{
	background-color: #DD5E56;
}
.top-banner p{
	margin:0;
	font-weight: 700;
	font-style: italic;
}
.hero-container{
	background-image: url("../img/home/hero-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 300px;
	height: 50vh;
}
.hero-container .container{
	color:#fff;
}
.benefit-card {
	background-color: #dd5e563d;
	border-radius: 12px;
	border: none;
	min-height: 145px;
}
.portfolio-card img {
	width: 100%;
	border-radius: 10px;
}
.about-muralia{
	background:#DD5E56;
}

.testimonial-box {
	background: #f8d7da;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
}
.testimonial-box {
	background: #DADADA;
}
.testimonial-text{
	min-height: 180px;
}
#faqAccordion .card{
	border:none;
	border-bottom: 1px solid #C5C5C5;

}
#faqAccordion .card-header{
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
}

.faq-icon {
	float: right;
	transition: transform 0.3s ease;
}
.collapsed .faq-icon {
	transform: rotate(0deg);
}
.faq-icon.rotate {
	transform: rotate(180deg);
}

/* Signup Process */
.signup-container{
	background-image: url("../img/signup/container-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.container-card{
	background: white;
    padding: 50px 50px;
    border-radius: 30px;
}
.profile-tip-card {
    background-color: #f7d7d5;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .profile-tip-card.active {
    background-color: #DD5E56;
    color: #fff;
  }

  .profile-tip-card.active h6,
  .profile-tip-card.active p {
    color: #fff;
  }

  .check-icon {
    width: 40px;
    height: 20px;
    border: 2px solid #DD5E56;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .check-icon.checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }



/* wizard */
.wizard{
	position: relative;
}
.wizard:before{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 0.5em;
	width: 2px;
	background: #DD5E56;
	height: 13px;
}
.wizard:after{
	content: "";
	position: absolute;
	bottom: -6px;
	right: 0;
	height: 0.5em;
	width: 2px;
	background: #d7d7d7;
	height: 13px;
}
.wizard .col{
	text-align: center;
}
.text-wizard-active{
	color:#DD5E56;
}
.text-wizard-active:after{
	content: "";
	position: absolute;
	bottom: -17px;
	left: 0;
	height: 0.5em;
	width: 100%;
	background: #DD5E56;
	height: 2px;
}
.avatar-upload {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #ddd;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border 0.3s ease;
	max-height: 90px;
	background-size: cover;
	background-position: center center;
}

.avatar-upload img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.avatar-upload input {
	display: none;
}

.avatar-icon {
	font-size: 2rem;
	color: white;
}

.cover-upload {
	position: relative;
	width: 100%;
	height: 220px;
	background-color: #ddd;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border 0.3s ease;
}

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

.cover-upload input,
#coverInput {
	display: none;
}

.cover-icon {
	font-size: 2rem;
	color: white;
}
.btn-speciality{
	background-color: #DD5E56;
  border-color: #DD5E56;
  color: #fff;
  font-weight: 300;
}

/* portfolio */
#portfolioTerms {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #DD5E56;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Palomita y fondo cuando está seleccionado */
#portfolioTerms:checked {
  background-color: #DD5E56;
  border-color: #DD5E56;
}

#portfolioTerms:checked::after {
  content: '✔';
  color: white;
  font-size: 11px;
  position: absolute;
  left: 3px;
  top: 0px;
  font-weight: bold;
}
.portfolio-dropzone {
    height: 300px;
    background-color: #ddd;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: border 0.3s ease;
  }

  .portfolio-preview {
    margin-top: 2rem;
  }

  .portfolio-item {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    animation: fadeIn 0.5s ease;
  }

  .portfolio-item img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
  }
  .portfolio-remove {
    position: absolute;
    top: 5px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


/* FOOTER */
.footer-social a {
    color: #6c757d;
    transition: color 0.3s ease;
  }

  .footer-social a:hover {
    color: #DD5E56;
  }
.footer-heading{
	font-weight: 600;
}
footer li{
	margin-bottom: 10px;
}
footer li a.text-muted{
	font-weight: 300;
}


/* Login Signup form */

#email-form-wrapper,
#otp-form-wrapper {
	display: none;
	animation: fadeInSlide 0.3s ease forwards;
}

@keyframes fadeInSlide {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* PROFILE */

.hero-profile{
	/*background-image: url('../img/dashboard/cover-placeholder-v2.jpg');*/
	background-size: cover; 
	background-position: center;
	min-height: 350px;
}
.cover-photo{
	background-image: url('../img/dashboard/cover-placeholder-v2.jpg');
	height: 250px; 
	background-size: cover; 
	background-position: center;
}
.profile-pic{
	border: 5px solid #fff !important;
	width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.profile-info{
	margin-top: 125px;
}
.profile-info .fi{
	font-size: 24px;
}
.user-location-state{
	font-size: 20px;
}
.biography img{
	border-radius: 20px;
	width: 100%;
}
.biography .bio{
	padding-top:20px;
	padding-bottom:20px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

/* Map */
.marker {
	border-radius: 50%;
	cursor: pointer;
}
.list-group-item+.list-group-item{
	border-top-width: 1px;
}
.muralist-item,
.mural-item{
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 5px;
	padding-bottom: 15px;
}
.muralist-item:hover,
.mural-item:hover{
	cursor: pointer;
}
.muralist-item.active,
.mural-item.active{
	background-color: #fff2f1;
	border-color: #dd5e56;
	color:#000000;
	border-radius: 5px;
}
.muralist-map-cover,
.mural-map-cover{
	width: 100%;
	height: 120px;
	object-fit: cover;
	margin-bottom: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}
.rounded-circle.map-profile{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.filter-map{
	padding: 15px 10px;
	background: #f5f5f5ee;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 15px 20px 4px rgb(27 59 87 / 14%);
	font-size: 12px;	
}
@media (min-width: 769px) {
	.filter-map {
		position: fixed;
		margin-top: 10px;
		left: 26%;
	}
}

.filter-map .form-control{
	font-size: 12px;
}

/* POPUP */
.sidebar{
	height: calc(100vh); overflow-y: auto;
}
.map-popup-card {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	transition: all 0.3s ease-in-out;
}
.map-popup-card .card{
	width: 350px;
}
#muralistMap{
	height: calc(100vh);
}
/* Personaliza el caption del lightbox */
.lightbox .lb-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
}

.lightbox .lb-caption strong {
  color: #DD5E56;
}
.mural-lightbox-img{
	cursor: pointer;
}
.lb-data .lb-number{
	margin-top: 20px;
}
@media (max-width: 768px) {
	.sidebar{
		height: auto;
	}
	#muralistMap{
    /*display: none;*/
		height: 500px;
	}
  .map-popup-card .card{
    /*width: 100% !important;*/
    /*bottom: 60px;*/
    left: 0;
    border-radius: 1rem 1rem 0 0;
    /*max-height: 60vh;*/
    overflow-y: auto;
  }
  #muralistList {
    display: block;
  }

  .toggle-view-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .profile-info{
  	margin-top: 50px;
  }
  .profile-pic{
  	width: 150px;
    height: 150px;
    margin-top: 90px;
  }
  .profile-info .username{
  	font-size: 24px;
  }
  .profile-info .user-location-state{
  	font-size: 16px;
  }
  .container-card{
  	padding: 20px;
  }
  .muralia-card{
  	margin-bottom: 20px;
  }
}


/* Panel de control */

.muralia-card {
  background: #f5f5f5;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: box-shadow 0.2s ease;
}

.muralia-card:hover {
  box-shadow: 0 0 0 3px rgba(221, 94, 86, 0.1);
}

.muralia-icon {
  color: #333;
}

.muralia-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.muralia-link {
  color: #777;
  text-decoration: underline;
  margin-bottom: 4px;
  font-weight: 500;
}

.muralia-link:hover {
  color: #DD5E56;
  text-decoration: none;
}
.badge-muralia {
  background-color: #dd5e56;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.4em 0.6em;
  border-radius: 0.375rem;
  font-weight: 500;
}

.btn-outline-muralia {
  border: 1px solid #dd5e56;
  color: #dd5e56;
  background-color: transparent;
}

.btn-outline-muralia.active,
.btn-outline-muralia:hover,
.btn-outline-muralia:focus {
  background-color: #dd5e56;
  color: white;
}