
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 2s ease-in-out;
  z-index: 3000;
}


.copy a{
  color: white !important;
}

.loader  {
 
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* .loader img {
  transform: scale(.5);
  animation: scale .85s alternate infinite ease-in-out;
 
}

@keyframes scale {
  0% {
      transform: scale(.5);
  }
  100% {
      transform: scale(.55);
  }
} */

.loader img {
  transform: scale(.75);
  opacity: 0.5; /* Configura la opacidad inicial */
  animation: alpha 0.85s alternate infinite ease-in-out;
}

@keyframes alpha {
  0% {
    opacity: 0.35; /* Opacidad inicial */
  }
  100% {
    opacity: 0.75; /* Opacidad final */
  }
}


.close-menu{
  width: 34px;
  background-image: url("../img/cerrar.png");
  background-size: 26px;
  background-repeat: no-repeat;
}



.close-menu img{
  width: 34px;
  
  /* transform: scale(1);
  animation: scale .5s   ease-in-out; */
 
}


.close-menu:hover {
  /* width: 44px; */
  
  background-image: url("../img/cerrar_wh.png");
}


.navbar .container{

  width: 100% !important;
  max-width: 100% !important;
}


.nav-item{
  text-align: center;
  margin: 10px auto;
  height: 25px;
  color: #3f3f3f;
  font-family: 'DMSerifText-Regular', serif;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease, font-size 0.3s ease; 
 
}

.nav-item a:hover{
  color:#bca59a;
  font-size: 20px;
  transition: color 0.3s ease, font-size 0.3s ease; 
}

.container-grey{
    background-color: #3f3f3f;
}


.text-end {
    text-align: right !important;
    font-family: 'DMSerifText-Regular', serif;
    font-size: 20px;
    line-height: 3;
}


.bg-grey{
  background-color: #3f3f3f;
}

.inspiracion {
  padding-top: 10rem;
  padding-bottom: 2rem;
  height: 500px;
}

.marca-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 240px;
}

.conta-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 140px;
}

.item-sevicio {
  padding-top: 80px;
  padding-bottom: 80px;
}


.item-sevicio-s {
  padding-top: 350px;
  padding-bottom: 150px;
}

.navbar{
  height: 136px;
  /* transition: height 0.2s; */
}

.navbar-brand {
    margin: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cfcbc8;
    --bs-btn-hover-border-color: #cfcbc8;
    --bs-btn-focus-shadow-rgb: 207, 203, 200;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}


.btn-custom-white {
  margin: 40px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 25px; 
  transition: color 0.3s; 
}

.btn-custom-white:hover, .btn-custom-white:focus, .btn-custom-white:active , .btn-custom-white::selection {
  color: black !important; 
  background-color: #fff !important;
  border: 1px solid white !important;
  
}

.btn-custom-white-top {
  margin: 40px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 25px; 
  transition: color 0.3s; 
}

.btn-custom-white-top:hover, .btn-custom-white-top:focus, .btn-custom-white-top:active, .btn-custom-white-top::selection {
  color: black !important; 
  background-color: #fff !important;
  border: 1px solid white !important;
  
}


.btn-custom-sand {
  margin: 40px;
  background-color: transparent;
  border: 1px solid #cfcbc8;
  color: #cfcbc8;
  border-radius: 25px; 
  transition: color 0.3s; 
}

.btn-custom-sand:hover, .btn-custom-sand:focus, .btn-custom-sand:active, .btn-custom-sand::selection {
  color: #3f3f3f !important; 
  background-color: #cfcbc8 !important;
  border: 1px #cfcbc8 !important;
  
}


.btn-custom-menu {
  background-color: transparent;
  border: none;
}


.btn-custom-menu:hover,.btn-custom-menu:focus, .btn-custom-menu:active, .btn-custom-menu::selection {
  background-color: transparent !important;
  border: 1px transparent !important;
}

.footer-title{
    color: #3f3f3f;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 32px; 
}

.footer-copy{
    color: #fff;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 32px; 
}

.copyright-text{
    
    color: #3f3f3f;
    font-family: 'Outfit-Regular';
    font-size: 10px;
}

.footer-text{   
    color: #3f3f3f;
    font-family: 'Outfit-Regular';
    font-size: 14px;
}

.btn-menu:focus{
  box-shadow: none !important;
}

.btn-menu{
  border: none;
  text-decoration: none;

}

.btn-menu:link, .btn-menu:visited, .btn-menu:hover, .btn-menu:active, .btn-menu::selection {
  color: #3f3f3f !important;
  text-decoration: none !important;
  background-color: transparent !important;
}

a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

.link333 {
  color: #3f3f3f !important;
}

.link333 a:link, a:visited, a:hover, a:active {
  color: #3f3f3f;
  text-decoration: none;
}

.line-space{
    line-height: 2.5;
}



.footer-text-bold{ 
    color: #3f3f3f;
    font-family: 'Outfit-Bold';
    font-size: 14px;
}


.mb-5{
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 72px;
}


.big-text{
    color: #bca59a;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 60px;
    line-height: 1.2;
}


.big-text-med{
    color: #bca59a;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 50px;
    line-height: 1.2;
}


.big-text-white{
    color: #fff;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 40px;
    margin: 150px
}

.medium-text{
    color: #3f3f3f;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 30px;
}

.medium-text-sans{
    color: #3f3f3f;
    font-family: 'Outfit-Regular'; 
    font-size: 20px;
    margin: 20px;
}


.medium-text-sans-services{
    color: #3f3f3f;
    font-family: 'Outfit-Regular'; 
    font-size: 20px;
    margin: 150px;
}


.text-start-title {
    text-align: left !important;
    color: #3f3f3f;
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 24px;
}

.left {
    text-align: left;
    margin-left: 12px;
    margin-bottom: 40px;
}


.lead {
    color: #3f3f3f;
    font-family: 'Outfit-Regular';
    font-size: 20px;
}

.lead-bold {
    color: #3f3f3f;
    font-family: 'Outfit-Bold';
    font-size: 20px;
}


.lead-detalle {
    color: #3f3f3f;
    font-family: 'Outfit-Regular';
    font-size: 20px;
    max-width: 800px;
    display: flex;
    margin: auto;
}

.upper-title {
    color: #3f3f3f;
    font-family: 'Outfit-Regular';
    font-size: 40px;
    margin-bottom: 40px;
}


.lead-white {
    color: #fff;
    font-family: 'Outfit-Regular';
    font-size: 20px;
    margin: 150px
}


.btn-lg{
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 20px;
    font-weight: 100;
    
}

.btn-md{
    font-family: 'DMSerifText-Regular', serif; 
    font-size: 18px;
    font-weight: 100;
    
}


.header-text {
    color: #fff;
    font-family: 'DMSerifText-Regular', serif;
    font-size: 60px;
    line-height: 1;
}


.banner-text {
    color: #fff;
    font-family: 'DMSerifText-Regular', serif;
    font-size: 50px; 
}

.title-text{
    color: #bca59a;
    font-family: 'DMSerifText-Regular', serif;
    font-size: 30px;
}

.title-text-ins{
    color: #fff;
    font-family: 'DMSerifText-Regular', serif;
    font-size: 30px;
    text-align: center;
}


.showcase .showcase-text {
    padding: 3rem;
}


.label-form {
    color: #3f3f3f;
    font-family: 'Outfit-Regular';
    font-size: 20px;
}


.bg-light {
    background-color: #fff !important;
}

.insta {
    color: #fff!important;
    font-size: 30px;
}


.element.style {
    color: #c0a99e;
}


.features-icons {
    padding-top: 7rem;
    padding-bottom: 0rem;
}


.features-contact {
    padding-top: 7rem;
    padding-bottom: 7rem;
}


.mb-3 {
    margin-bottom: 80px !important;
}

.showcase-img {
  height: 600px;
}


.showcase-img-mapa {
 
  width : 860px;

}


.showcase-gray {
  background-color: #3f3f3f;
}

.footer {
    
    background-color: #cfcbc8 !important;
}

ul {
  list-style: none;
}


ul.a {
  list-style-position: outside;
  text-align: left;
  line-height: 2 ;
}

ul.a li::before {
  content: "\2022";
  color: #c0a99e;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}


.container-cr {
  display: grid;
  grid-template-columns: 1fr auto; /* Divide el contenedor en dos columnas: una para el párrafo y otra para la imagen */
  align-items: center; /* Centra verticalmente */
    
}

.container-cr p {
  margin: 0 !important;
  padding-right: 10px; /* Agrega un espacio a la derecha del párrafo para separarlo de la imagen */
}

.container-cr img {
  max-width: 100%;
  justify-self: end; /* Alinea la imagen a la derecha de su columna */
}


.centered-div {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 300px; /* You can set the height and width according to your needs */
}

.centered-div img {
   max-width: 100%;
   max-height: 100%;
}




.handCursor{
   cursor: pointer
}


/*********          anim  ***************/


/* Add the following CSS to your stylesheet */
.div-sobre-img .title-text-ins {
    color: #fff; /* Set the initial text color */
    transition: color 0.3s ease-in-out; /* Animation duration and easing */
}


.sp-fotos:hover .title-text-ins {
  color: #3f3f3f; /* Change to the color you want on hover */
}

.div-sobre-img .title-text-ins:hover {
    color: #3f3f3f; /* Change to the color you want on hover */
}









/*********          PAGINA 2 TEMPORAL  ***************/

.seccion-galeria{
    margin-bottom: 30px ;
}



.div-sobre-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .seccion-galeria img {
    width: 100%;
  }
  
  .mientrasdoble {
    background-color: #c0a99e;
    width: 100%;
    height: 100%;
       min-height: 363px;
    min-width: 363px;
  }

  
  .parent-rel {
    position: relative;
  }
  
  .mientrasdoble.sand {
    background-color: #d3cfcc;
  }
  
  /*espacio entre fotos*/
  .sp-fotos{
    margin: 15px auto;
  }


/*********          PAGINA 2 END TEMPORAL  ***************/




















.menu-full {
  background-color: #3f3f3f;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: top .3s ease-in-out; 
  /* transition: opacity 2s ease-in-out; */
  z-index: 3000;

}


.menu-full-show{
 
  top: 0;
  
  opacity: 1;
}

.div-menu {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.logo-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.linea-horizontal {
  height: 1px;
  background-color: #ffffff;
  width: calc(100% - 24px);
  margin: 50px auto;
}

.close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

#botones a{
  color: #bfb6b5;
  font-size: 26px;
}


#botones a:hover{
  color: #fff
  
}



.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}


.modal{
  background-color: rgba(0, 0, 0, 0.5);
}


.modal-content{
  background-color: #cfcbc8 !important;
}

.modal-header{
  border-bottom: none;
}





.imagen-con-gradient {
  position: relative;
  overflow: hidden;
}

.imagen-con-gradient .gradiente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)); /* Cambia los colores y la opacidad según tus preferencias */
  z-index: 1; /* Asegura que el gradiente esté por encima de la imagen */
}

.imagen-con-gradient img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2; /* Asegura que la imagen esté por encima del gradiente */
}

.div-sobre-img{
  z-index: 3;
}

#videoBanner{
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
  
}


@media (max-width: 768px) {


  .copy-home{
    font-size: 27px !important;
  }


  .imagen-con-gradient img {
    display: block;
    width: auto;
    max-width: none  !important;
    left: 50%;
    
    transform: translateX(-50%);
    height: 400px !important;
    z-index: 2; /* Asegura que la imagen esté por encima del gradiente */
  }
  
    
    
  .navbar-brand {
  margin: 5px;
}
  
  
  .showcase-img {
  height: 400px;
}
  
   .banner-img {
  height: 415px;
}
  
  
  .seccion-galeria img {
      /* height: 400px; */
      height: auto;
}
  
  
  .header-text {
  font-size: 40px; 
}
  
  
  .banner-text {
  font-size: 30px; 
}
  
  .big-text{
  font-size: 36px;
}


  
  .inspiracion {
  padding-top: 4rem;
  height: 500px;
}
  
 .features-icons {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
  
  .copyright-text {
      margin-top: 100px;
      text-align: left;
      grid-area: text; /* Etiqueta para el párrafo */
}
  
  .imageAbajo {
grid-area: image; /* Etiqueta para la imagen */
}
  
  .big-text-white {
  font-size: 36px;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  }
  
  .lead-white {
  font-size: 14px;
  margin: 10px;
}
  
  
  .medium-text-sans-services{
   font-size: 14px;
   margin-top: 50px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 50px;
  }
  

  
  .item-sevicio-s {
  padding-top: 180px;
  padding-bottom: 100px;
}
  
  text-center{
      
     margin: 10px!important;
  }
  
  
  .div-menu {
height: 100%;
width: 100%;
display: flex;
justify-content: left;
align-items: center;

}
  
  
  .col-4 {
  flex: 0 0 auto;
  width: 100%;
}
  
  .text-end {
  text-align: left !important;
  font-family: 'DMSerifText-Regular', serif;
  font-size: 18px;
  line-height: 2;
  margin-left: 20px;
}
  
  
  .logo-menu img{
      width: 235px;
      margin-top: 60px;
      margin-left: 20px;
      margin-bottom: 60px;
}
  
  .text-end img {
      width: 28px;
      margin-top: 60px;
      margin-left: 20px;
      margin-bottom: 60px;
  }
  
  
  .close-menu img {
      width: 28px;
  }
  
  
  .showcase-img-mapa{
      min-height: 400px;
  }
  
  
  .container-cr {
  grid-template-areas: 
    "image"
    "text"; 
  grid-template-columns: 10fr; 
}

.container-cr{
  margin-top:30px;
}

.container-cr p{
  padding-top: 15px;
  text-align: center;
}


.container-cr a{
  text-align: center;
 
}
  
 
  
}

