#mymap{
	height: 480px;
}
section#contact {
  background-color: #3C3C3B;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #3b3b3c;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #3b3b3c;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #3b3b3c;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #3b3b3c;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.fas{
	color:white;
}
a .tel{
	text-decoration: none;
	color: white;
}
.iconos-contacto{
  margin-left:0;
  display: flex;
  justify-content: space-around;
  width: 120px;
}
#mail , #tel{
  font-size: 1.5rem;
}
footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #3b3b3c;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #3b3b3c;
}
.bg-gray{
  background: gray;
}
.bg-amarillo{
  background: #dedc00;
}

/* Estilos para masterplan/tour virtual */
#tourvirtual {
  padding: 0 !important;
}

/* Altura completa en móviles para el iframe del masterplan */
@media (max-width: 768px) {
  #tourvirtual {
    height: calc(100vh - 76px); /* 100% viewport height menos altura del navbar */
    padding: 0 !important;
    margin: 0;
  }
  
  #tourvirtual .container-fluid {
    height: 100%;
    padding: 0;
  }
  
  #tourvirtual .row {
    height: 100%;
    margin: 0;
  }
  
  #tourvirtual iframe {
    height: 100% !important;
    width: 100%;
    border: none;
  }
}

/* Para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  #tourvirtual iframe {
    height: 70vh !important;
  }
}

/* Para desktop mantener altura original */
@media (min-width: 1025px) {
  #tourvirtual iframe {
    height: 500px;
  }
}