

 body, html {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
/* Limpiar estilos de enfoque, clic y activo */



/* General para todo */
*:focus,
*:active {
  outline: none !important;
  box-shadow: none !important;
}

/* Inputs y botones */
input:focus,
input:active,
button:focus,
button:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  outline: none !important;
  box-shadow: none !important;
  /*border-color: transparent !important;*/
  background: inherit !important;
}

/* Focus visible (usado por accesibilidad) */
input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Bootstrap buttons */
.btn:focus,
.btn:active,
.btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

/* SLICK SLIDER buttons */
.slick-prev,
.slick-next,
.slick-dots button {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.slick-prev:focus,
.slick-next:focus,
.slick-dots button:focus,
.slick-prev:active,
.slick-next:active,
.slick-dots button:active,
.slick-prev:focus-visible,
.slick-next:focus-visible,
.slick-dots button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* Opcional: íconos internos */
.slick-prev::before,
.slick-next::before {
  outline: none !important;
  box-shadow: none !important;
}


/*LOADING///////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* Pantalla de carga full */
.loader-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F5F5ED; /* Fondo oscuro */
  z-index: 9999;
}

.loader-screen-2 {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #F5F5ED; /* Fondo oscuro */
  z-index: 9999;
}

/* Animación tipo latido */
.heartbeat-logo {
  width: 80px;
  animation: heartbeat 1.4s infinite ease-in-out;
}

@keyframes heartbeat {
  0% { transform: scale(1); }

  28% { transform: scale(1.3); }

  70% { transform: scale(1); }
}

/* Animación para ocultar el loader */
.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0.8s;
}


/*FUENTES----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'PPNikkeiMaruLight';
    src: url('../fonts/PPNikkeiMaru-Light.woff2') format('woff2'),
         url('../fonts/PPNikkeiMaru-Light.woff') format('woff');      
}

@font-face {
    font-family: 'PPNikkeiMaru';
    src: url('../fonts/PPNikkeiMaru-Regular.woff2') format('woff2'),
         url('../fonts/PPNikkeiMaru-Regular.woff') format('woff');
}

@font-face {
    font-family: 'GoudyOldStyle';
    src: url('../fonts/GoudyOldSty-Reg.woff') format('woff2'),
         url('../fonts/GoudyOldSty-Reg.woff2') format('woff');
}

@font-face {
    font-family: 'GoudyOldStyleItalic';
    src: url('../fonts/GoudyOldSty-Regita.woff') format('woff2'),
         url('../fonts/GoudyOldSty-Regita.woff2') format('woff');
}

@font-face {
    font-family: 'LouizeDisplay';
    src: url('../fonts/LouizeDisplay.woff2') format('woff2'),
         url('../fonts/LouizeDisplay.woff') format('woff'); 
}

@font-face {
    font-family: 'LouizeDisplayItalic';
    src: url('../fonts/LouizeDisplay-Italic.woff') format('woff2'),
         url('../fonts/LouizeDisplay-Italic.woff2') format('woff');
}


.GoudyOldStyle{font-family: 'GoudyOldStyle'!important;}
.LouizeDisplay{font-family: 'LouizeDisplay'!important;}
.PPNikkeiMaruLight{font-family: 'PPNikkeiMaruLight'!important;}


/*COLORES----------------------------------------------------------------------------------------------------*/

.bg-ladrillo{
    background: #7F5B52!important;
    background-color: #7F5B52!important;
}
.bg-hueso{
    background: #F5F5ED!important;
    background-color: #F5F5ED!important;
}
.bg-beige{
    background: #D9D4CB!important;
    background-color: #D9D4CB!important;
}

.bg-beige-2{
    background: #d9d4cb40;
    background-color: #d9d4cb40;
}
.bg-petroleo{
    background: #2B3E40!important;
    background-color: #2B3E40!important;
}
.bg-oro{
    background: #9C7952!important;
    background-color: #9C7952!important;
}

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


.color-ladrillo{
    color: #7F5B52!important;
}
.color-hueso{
    color: #F5F5ED!important;
}
.color-beige{
    color: #D9D4CB!important;
}
.color-petroleo{
    color: #2B3E40!important;
}
.color-oro{
    color: #9C7952!important;
}



.border-ladrillo{
    border-color: #7F5B52!important;
    border: solid 2px;
}

.border-bottom-ladrillo{
    border: none;
    border-bottom: solid 2px  #7F5B52!important;
    border-color: #7F5B52!important;    
}



.border-hueso{
    border-color: #F5F5ED!important;
    border: solid 2px;
}

.border-bottom-hueso{
    border: none;
    border-bottom: solid 2px  #F5F5ED!important;
    border-color: #F5F5ED!important;    
}

.border-beige{
    border-color: #D9D4CB!important;
    border: solid 2px;
}
.border-petroleo{
    border-color: #2B3E40!important;
    border: solid 2px;
}
.border-oro{
    border-color: #9C7952!important;
    border: solid 2px;
}



/*TEXTOS--------------------------------------------------------------------------------------------------------------------*/


.tittle-text{
    font-size:50px!important;
    font-family: 'LouizeDisplay'!important;
    letter-spacing: 0.01em;
}


.subtittle-text{
    font-size: 22px!important;
    font-family: 'GoudyOldStyle';
    letter-spacing: 0.075em;

}

.card-text{
    font-size: 21px;
    letter-spacing: 0.01em;

}

.parrafo{
    font-size: 14px;
    font-family: 'GoudyOldStyle';
    letter-spacing: 0.075em;
    text-align: justify;
    hyphens: auto;

}

.buttom-text{
    font-size: 16px;
    text-transform: uppercase !important;
    font-family: 'LouizeDisplay'!important;
    letter-spacing: 0.01em; 

}

.form-text-2{
    font-size: 16px!important;
    text-transform: uppercase !important;
    font-family: 'PPNikkeiMaruLight'!important;
    letter-spacing: 0.01em;
}

.menu-text{
    font-size: 12px;
    text-transform: uppercase !important;
    font-family: 'PPNikkeiMaruLight'!important;
    letter-spacing: 0.01em;
}

.icon-redes{
    font-size: 32px;
}





/*Menu///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header{
    z-index: 2;
}
.menu-principal .nav-link::after {
  content: "";
  height: 1px;
  width: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: width 0.3s ease;
}

.menu-principal .nav-link:hover::after {
  width: 100%;
}

.menu-principal .nav-link.active_menu::after {
  width: 100%;
}


.scroll-activo{
    position: fixed!important;
}

.navbar{     
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}
.nav-lin{     
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}

.scroll-activo .navbar{background: #f5f5ed !important;}
.scroll-activo .menu-principal .nav-link{color: #9B7952 !important;}
.scroll-activo .menu-principal .nav-link::after {

  background: #9C7952!important;
 
}
/*Hero///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*.hero{
    height: 100vh;
    width: 100%;
    background: url(../images/hero-bg-2.jpg);
    background-attachment: fixed; 
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}*/
.hero {
  height: 100vh;
  width: 100%;
  background: url(../images/hero-bg-2.jpg);
  background-size: cover;
  background-position: center -40px;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  will-change: background-position; /* mejora rendimiento */
}

.hero::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);
}



/*BOTONES/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.search-icon{
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;}


.btn:hover > .search-icon {
    width: 150px;
    height: 50px;
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: -100px;
        -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.search-icon i{
          -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn:hover > .search-icon i{
    padding-left: 75px;
           -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}





/*SELECT/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.custom-select {
  background-image: none;
}
.custom-select-wrapper::after {
  content: '\f078'; /* fa-chevron-down en Font Awesome */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #F5F5ED;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.8rem;
}





select option {
  color: #000;
  background-color: #fff;
  font-family: 'PP Nikkei Maru Light', sans-serif;
  font-size: 1rem;
  letter-spacing: calc(10 / 1000 * 1rem); 
}



/*INPUT/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

input{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 97%;
}
input:focus{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%!important;
    padding-top: 18px !important;
}


textarea{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 97%;
}
textarea:focus{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%!important;
    padding-top: 18px !important;
}



select{
    
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 97%!important;
}
select:focus{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%!important;
    /*padding-top: 18px !important;*/
}
/*SERVICIOS////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.card-seervice{
    background: #f5f5ed00;
    width: auto;
    height: auto;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.box-service img{
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.box-service:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.box-service:hover .card-seervice{
    width: 100%;
    background:#F5F5ED!important;
     -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}

.service-completo .card-seervice{height: 110px;}
.service-completo .box-service:hover .card-seervice{
 height: 75%;
}

.box-service:hover .card-seervice h2, .box-service:hover .card-seervice span{
    border-color: #7F5B52!important;
    color: #7F5B52!important; 
}


.service-p{
    height: 0;
    overflow: hidden;
     -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-service:hover .service-p{
    height: 75%;
     -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*TASACIONES//////////////////////////////////////////////////////////////////////////////////////////////////////*/


.tasaciones-section{
    background-image: url(../images/hero-bg-2.jpg);
    background-position-y: 50%;
    background-size: cover;
}


/*PROPIEDADES/////////////////////////////////////////////////////////////////////////////////////////////////////*/


.card-prop h2{
    font-size: 24px;
    text-transform: uppercase;
}

.card-prop h2 span{
    font-size: 24px;

}

.card-prop h4{
    font-size: 16px;
}

.card-prop span{
    font-size: 16px;
}


.prop-item img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}


.arrow-left{
    right: 75px;
    bottom: 20px;
    z-index: 10;
}
.arrow-right{
    right: 20px;
    bottom: 20px;
    z-index: 9;
}


.page-link {
    padding: .5rem .75rem;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}



.active>.page-link, .page-link.active {
    background: #7F5B52 !important;
    background-color: #7F5B52 !important;
    color:#f5f5ed !important;
    border-color: #7F5B52 !important;

}

.page-link{
    border-radius: 100%;
}

.page-item:first-child .page-link {
    border-top-left-radius:100%;
    border-bottom-left-radius: 100%;
}
.page-item:last-child .page-link {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}


/*BLOG///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.avatar{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 15px;
}

.avatar img{
    width: 40px;
    height: 40px;
    object-fit: cover;

}


/*TASACIONES/////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.tasaciones-section .custom-select-wrapper::after {

   color: #7F5B52!important;
    top: 35%!important;

}
.tasaciones-section textarea{height:168px!important}



/*BLOG///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/





/*MOBILE///////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {

.tittle-text {
    font-size: 36px!important;}

.navbar-toggler-icon-2{
    font-size: 24px!important;
}

.scroll-activo .navbar-toggler-icon-2 i{
    color:#9C7952!important;
}
.scroll-activo   { z-index: 11;}


.menu-text{
    font-size: 21px!important;
}


.nav-item{
padding: 5% 0;
}

.navbar-nav  .nav-item:first-child {
  padding-top: 35%;
}

.navbar-nav  .nav-item:last-child {
  padding-bottom: 70%;
}

.hero::before {
 
    background: rgba(0, 0, 0, 0.3);
 
}


.custom-select-wrapper::after {

    right: 1.75rem;
}


.banner-tasa::before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    backdrop-filter: blur(5px);

}

.tittle-text,.subtittle-text{z-index: 1;}


.box-service img{    height: 470px;
    object-fit: cover;
}

.card-text {
    font-size: 16px;
}
.prop-item{
        flex-direction: column-reverse!important;
}


.prop-item img {
    height: 350px;
}


.blog-section img{

    height: 200px;
    object-fit: cover;

}

.blog-item {
        flex-direction: column-reverse!important;
}
.blog-item img {
    height: 350px!important;
}

.avatar img {
    width: 40px!important;
    height: 40px!important;
    object-fit: cover;
}




}