


  header {
    width: 100%;
  }
  .headertitle{
    background: url('../img/exterior.jpg') no-repeat center center fixed; 
    background-size: cover; 
    height: 100vh;
  }

  
  header nav {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    background: #024959;
  }
  
  .menu_bar {
    display: none;
  }
  
  header nav ul {
    overflow: hidden;
    list-style: none;
  }
  
  header nav ul li {
    float: left;
  }
  
  header nav ul li a {
    color: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
  }
  
  header nav ul li a:hover {
    background: #037e8c;
  }
  
  .logogde {
    display: block;
    padding: 6%;
    width: 140px;
  }
  .logoPrincipal{
    width: 30%;
  }
  .logo-container {
    position: absolute;
    width: 100%;
    height: 80%; /* Puedes ajustar la altura según tus necesidades */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  
  .titulos {
    text-align: center !important;
  }
  
  
  .logoWhatsapp {
    width: 65px;
    height: 65px;
    font-size: 32px;
    line-height: 61px;
    color: #fff;
    background: #03a700;
    border-radius: 50%;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    position: fixed;
    right: 25px;
    bottom: 45px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transform: translateY(100px);
    margin-bottom: 70px;
  }
  .logoWhatsapp:hover {
    cursor: pointer;
    box-shadow: rgb(38, 57, 77) 10px 25px 35px -10px;
    background: #038501;
  }
  .areaAzul{
    background-color: #024959;
    padding: 20px;
    color: white;
     text-align: center;
  }
  .areaBlanca{
    background-color: #ffffff;
    padding: 20px;
    color: rgb(0, 0, 0);
     text-align: center;
  }
  .flecha:hover{
    color: #696969;
  }
  .servicios{
    width: 150px;
  }
  
  /* TODO APAGADO */
    #ubicacion ,#complejo, #servicios, #interiores, #cotizacion{
      display: none;
    }
  
  #ubicacionslide-pc{
    display: block;
  }
  #ubicacionslide{
    display: none;
  }
  #complejoslide-pc{
    display: block;
  }
  #complejoslide{
    display: none;
  }
  #interiorslide-pc{
    display: block;
  }
  #interiorslide{
    display: none;
  }
  .red{
    color: red;
  }
  .green{
    color: #038501;
  }
  .white{
    color: white;
  }
  .white:hover{
    color: #979797;
  }
  .logoFooter{
    width: 20%;
  }
  .footer{
    height: 250px;
    background-color: #037e8c;
  }

  

 /* ANIMACIONES */
 @keyframes shakeY {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  }
  .shakeY {
  animation: shakeY 1s infinite;
  animation-iteration-count: 3;
  }
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-20px);
    }
    60% {
      transform: translateY(-10px);
    }
  }
  .bounce {
    animation-name: bounce;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
  }
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
  }
  .pulse {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  /* celulares: */
  @media screen and (max-width: 770px) {
    .titulos {
      text-align: initial !important;
    }
    header nav {
      width: 80%;
      height: 100%;
      left: -100%;
      margin: 0;
      position: fixed;
      z-index: 3;
    }
  
    header nav ul li {
      display: block;
      float: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
  
    .menu_bar {
      display: block;
      width: 100%;
      background: #ccc;
    }
  
    		.menu_bar .bt-menu {
			display: block;
			padding: 20px;
			background: #024959;
			color: #fff;
			text-decoration: none;
			font-weight: bold;
			font-size: 25px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
    .logochico {
      padding: 0;
      width: 40%;
    }
  
    .logogde {
      display: none;
    }
    .logoPrincipal{
      width: 80% !important;     
    }
  
    .icono {
      float: right;
      font-size: 150%;
    }
    .servicios{
      width: 50px;
    }
    .logoFooter{
      width: 70%;
    }
    
  }

  /* celulares: */
  @media screen and (max-width: 960px) {
    #ubicacionslide-pc{
      display: none;
    }
    #ubicacionslide{
      display: block;
    }
    #complejoslide-pc{
      display: none;
    }
    #complejoslide{
      display: block;
    }
    #interiorslide-pc{
      display: none;
    }
    #interiorslide{
      display: block;
    }
    
  }

  .whatsapp {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #00d435;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    position: fixed;
    bottom: 95px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    transition: all .3s ease-out 0s;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 10px 10px 38px -3px rgba(0, 0, 0, 0.75);
}

/* Asegúrate de tener la biblioteca de Bootstrap incluida para el icono */
.bi-whatsapp::before {
    content: "\f232";
}

/* Agrega un estilo para el efecto hover si lo deseas */
.whatsapp:hover {
    background: #00d435;
}

/* Estilos adicionales para el botón */
#top-link {
  width: 48px;
  height: 48px;
  background: #024959;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
  position: fixed;
  bottom: -60px; /* Posición inicial fuera de la pantalla */
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: bottom 0.3s ease-out; /* Transición suave */
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 10px 10px 38px -3px rgba(0, 0, 0, 0.75);
}