/*----------------SECCIONES-------------------*/

/*-------------PRINCIPAL----------------*/
#principal {
    height: 100vh; 
    width: 100vw;
    display: flex;
    flex-direction: column;
    position: relative; 
}

#video-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

#video-background,
#video-background-next {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: opacity 1s ease-in-out; 
}


.content-central{
    /* background-color: antiquewhite;  */
height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
z-index: 100;
gap:1em;
}

.content-central img{
    width: 40%;
    height: 40%;
    position: absolute;
    top:15%;
}

.content-central h1{
    color:white;
    font-size: 5.5em;
    font-weight: 900;
    text-align:center;
    padding: 0em;
    width: 90%;
    margin-top: 4em;
    margin-bottom: 1em;
}

.cta-button {
    height: 80px;
    width: calc(20%);
    background-color: #163D82; 
    color: white;
    font-size: 2.5em;
    font-weight: bold;
    border-radius: 8px;
    border: none;
    transition: background-color 0.5s ease; 
}

.cta-button:hover {
        cursor: pointer;
        background-color: #4179d5;
 
}
/*-------------PRINCIPAL----------------*/

/*-------------EMPRESA----------------*/
#empresa {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../resources/img/home_4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: scroll; 
}

.empresa-content{
    /* background-color: #823a3a; */
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}


.parent {
  width: 60%;
  padding: 20px;
  /* background-color: #888; */
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  align-items: center;
  gap: 30px; 
}


.bgblue {
  background: linear-gradient(135deg, #fffffff5, #3a4b8a, #ffffff98);
  padding: 1px;
  border-radius: 1.2rem;
  box-shadow: 0px 1rem 1.5rem -0.9rem #000000e1;
  width: 370px;
}

.card {
  height: 100px;
  font-size: 1rem;
  color: #bec4cf;
  background: linear-gradient(135deg, #007bff 0%, #4179d5 43%, #163D82 100%);
  padding: 0.5rem;
  padding-bottom: 1em;
  border-radius: 1.2rem;
}

  .card-title {
    color: white;
    font-size: 25px;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    transform: translate3d(0px, 0px, 50px);
  }

.icon-box{
    height: 60px;
    width: 60px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .icon-box img{
    height: 50%;
    width: 50%;
   }



.pie-section-empresa{
    width: 80%;
    height: 150px;
    /* background-color: #28a745; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1); 
    border-radius: 10px;
    backdrop-filter: blur(10px);
}


  .cta-secundaria{
    /* background-color: #823a3a; */
    width: 50%;
  }
  



  #empresa p {
    color: #EBF2F8;
    font-size: 2.5em;
    padding: 0.5em;
    width: 80%;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.1); 
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
  }
  

  .resaltar {
    display: inline-block;
    color: whitesmoke;
    font-weight: 900;
    padding: 0.3em 0.8em;
    border-radius: 5px;
    font-size: 0.6em;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    text-transform:uppercase;
    transition: transform 0.2s ease, background-color 0.3s ease;
  }
  

  .red-link-content{ 
    /* background-color: #163D82; */
    height: 20%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .red-link-content span{
    font-size:xx-large;
    font-weight: 900;
    color:whitesmoke;
  }

  .cta-button-2 {
    height: 100px;
    width: calc(20%);
    background-color: #163D82; 
    color: white;
    font-size: 2.5em;
    font-weight: bold;
    padding: 1em;
    border-radius: 8px;
    border: none;
    transition: background-color 0.5s ease; 
}

.cta-button-2:hover {
        cursor: pointer;
        background-color: #4179d5;
}
/*-------------EMPRESA----------------*/

/*-----------DUENO DIRECTO-----------*/

#dueno_directo{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: sans-serif;
    display: flex;
    justify-content:center;
    gap: 15em;
    background-image: url("../resources/img/key_5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll; 
}

.dueno-directo-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.title-dueno-directo{
    width: 100%;
    height: 10%;
    position: absolute;
    left: -20%;
    top: 0%;
    background-color: antiquewhite;
    padding: 0.1em;
    box-shadow: 2px 2px 55px rgba(0, 0, 0, 0.8); 
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(5deg, 0deg);
    transform: rotate(-20deg);
}

.title-dueno-directo h2{
    width: 100%;
    height: 80%;
    background-color: #007bff;
    color: white;
    text-align:left;
    vertical-align: bottom;
    line-height: 140%;
    display: inline-block;
    font-size: 4.5em;
    font-weight: 900;
    font-style: italic;
    padding-left: 20%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
 } 

 .info{
    height: 20%;
    width: 45%;
    position: absolute;
    background-color:whitesmoke;
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    top: 10%;
    right: 5%;
    z-index: 50;
    padding: 1em;
    transform: rotate(0deg);
    transform: skew(10deg);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,1);
    box-shadow: inset 0 2px 4px rgba(0,0,0,1);
    background: linear-gradient(135deg, #e2e6ec 0%, #bec4cf 40%, #9aa1b0 100%);
}
.info span{
    /* background-color:rebeccapurple; */
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    line-height: 50px;
    text-align: left;
    border-radius: 10%;
    padding: 0.5em;
    color: #333;
}

.info:nth-of-type(2){
    background-color:#28a745;
    background: linear-gradient(135deg,#a8e063 0%,  #56ab2f  43%,  #28a745 100%);
    top: 35%;
    right: 5%;

}

.info:nth-of-type(3){
    background-color: #007bff;
    background: linear-gradient(135deg, #007bff 0%, #4179d5 43%, #163D82 100%);
    top: 60%;
    right: 5%;
} 

/*-----------DUENO DIRECTO-----------*/

/*-------------PROPIETARIOS INQUILINOS----------------*/

#propietarios_inquilinos {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: sans-serif;
    display: flex;
    justify-content:center;
    gap: 15em;
    background-image: url("../resources/img/home_7.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: scroll; 
  }
  
  .card-p-i {
    /* position: absolute; */
    height: 97vh;
    width: 33vw;
    transition: transform 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 2rem;
    box-sizing: border-box;
  }
  
.inquilinos {
  position: relative;
  z-index: -1;
  overflow: hidden;
  bottom: -5%;
  border-radius:100px 100px 0px 0px ;
  font-size: 1rem;
  color: #bec4cf;
  background: linear-gradient(135deg,#a8e063 0%,  #56ab2f  43%,  #28a745 100%);
  box-shadow: 2px 2px 55px rgba(0, 0, 0, 0.8); 
  transform: skew(0deg, -25eg);
}


.bgblue-i {
  height: 90vh;
  width: 34vw;
  position: relative;
  bottom:-15%;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
 /* border-radius: 1.2rem; */
  border-radius:100px 100px 0px 0px ;
  background: linear-gradient(135deg, #fffffff5, #a8e063, #ffffff98);
  box-shadow: 0px 1rem 1.5rem -0.9rem #000000e1;
  transform: skew(0deg, -5deg);
}

  .inquilinos-contenido{
    position: absolute;
    /* background-color:#888; */
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: -1;
  }
  

   .title-inquilinos{
    height: 10%;
    width: 110%;
    position: absolute;
    left: -1%;
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
    padding: 0.1em;
    box-shadow: 2px 2px 55px rgba(0, 0, 0, 0.8); 
}

.title-inquilinos h2{
    height: 80%;
    width: 100%;
    background-color: #28a745;
    color: white;
    text-align: center;
    vertical-align: bottom;
    line-height: 130%;
    display: inline-block;
    font-size: 4em;
    font-style: italic;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
 } 
  
  .propietarios {
    position: relative;
    z-index: 2;
    overflow: hidden;
    top: -1%;
    border-radius:0px 0px 100px 100px ;
    font-size: 1rem;
    color: #bec4cf;
    background: linear-gradient(135deg, #007bff 0%, #4179d5 43%, #163D82 100%);
    box-shadow: 2px 2px 55px rgba(0, 0, 0, 0.8); 
    transform: skew(0deg, -25eg);
  }

.bgblue-p {
    width: 34vw;
    height: 97vh;
    position: relative;
    top:-5%;
    display: flex;
    justify-content: center;
    padding: 1px;
    border-radius:0px 0px 100px 100px ;
    box-shadow: 0px 1rem 1.5rem -0.9rem #000000e1;
    background: linear-gradient(135deg, #fffffff5, #3a4b8a, #ffffff98);
    transform: skew(0deg, -5deg);
}

  .propietarios-contenido {
    height: 100%;
    width: 100%;
    position: absolute;
    /* background-color:#888; */
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 200;
  }

   .title-propietarios{
    height: 10%;
    width: 110%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    bottom: 5%;
    padding: 0.1em;
    background-color: antiquewhite;
    box-shadow: 2px 2px 55px rgba(0, 0, 0, 0.8); 
}

.title-propietarios h2{
    height: 80%;
    width: 100%;
    background-color: #007bff;
    color: white;
    text-align: center;
    vertical-align: bottom;
    line-height: 130%;
    display: inline-block;
    font-size: 4em;
    font-style: italic;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
 } 

.p-i-contenido-inter{
    height: 90%;
    width: 100%;
    padding-left:5em;
    padding-right: 5em;
    padding-bottom: 4em;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    /* background-color: rebeccapurple; */
}
  .p-i-contenido-inter span{
  width: 80%;
  display: block;
  font-size: 1em;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5em;
  padding: 1em 1.5em;
   border-radius: 8px;
  background: rgba(255, 255, 255, 0.6); 
  backdrop-filter: blur(6px); 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
}

.azul-borde {
  border-left: 4px solid #3a4b8a; 
}

.verde-borde {
  border-left: 4px solid #2ecc71; 
}

  
.p-i-contenido-inter p{
    height: 50px;
    width: 80%;
    background-color: #333;
    margin: 0;
    font-size: 0.8em;
    padding: 0.5em;
}

ul {
  width: 80%;
  list-style: none; 
  padding: 0;
  margin: 0;
  margin-top: 1em;
}

li {
  position: relative;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
  
  li::before {
  height: 2em;
  width: 1em;
  position: absolute;
  content: "";
  display: inline-block;
  left: -15px;
  font-size: 2em;
  background-image: url('/resources/img/comprobar.png'); 
  background-size: contain;
  background-repeat: no-repeat;
}


 .verde-icono::before {
  height: 2em;
  width: 1em;
  position: absolute;
  content: "";
  display: inline-block;
  left: -15px;
  font-size: 2em;
  background-image: url('/resources/img/cheque.png'); /* Tu ícono azul */
  background-size: contain;
  background-repeat: no-repeat;
}

  .cta-button-3 {
    height: 30px;
    width: calc(50%);
    position: relative;
    background-color: #163D82; 
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.5em;
    border-radius: 8px;
    border: none;
    transition: background-color 0.5s ease; 
}

.verde {
  background-color: #2ecc71;
  transition: background-color 0.5s ease; 
}

.verde:hover {
  background-color:#28a745;
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.azul {
  /* background-color: #2ecc71; */
  transition: background-color 0.5s ease; 
}

.azul:hover {
  background-color:#4179d5;
  cursor: pointer;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/*-------------PROPIETARIOS INQUILINOS----------------*/

/*-------------INMOBILIARIAS-----------------*/

#inmobiliarias {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007bff;
}

.content-inmobiliarias {
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url("../resources/img/home_20.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.capa-wrapper {
  height: 100%;
  width: 30%;
  position: absolute;
  filter: drop-shadow(-15px -2px 18px rgba(0,0,0,0.81));
  transform: skewX(10deg);
  overflow: visible; 
}

.capa {
  height: 100%;
  width: 100%;
  clip-path: url(#curva);
  transform: skewX(-10deg);
  background-color: inherit;
}

.capa-wrapper span {
  position: absolute;
  font-size: 2.5em;
  background-color: #f9f9f9;
  padding: 1em 2em;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 10;
}


.capa-1 span {
  width:90%;
  top: 85px;
  left: -250px;
  padding-right: 5em;
}

.capa-2 span {
  width: 150%;
  top: 42%;
  left: -500px;
}

.capa-3 span {
  width: 150%;
  top: 70%;
  left: -650px;
}


.capa-1 {
  right:5%;
  /* background-color: #bec4cf; */
  background: linear-gradient(135deg, #e2e6ec 0%, #bec4cf 40%, #9aa1b0 100%);
}

.capa-2 {
  right: -10%;
  /* background-color: #28a745; */
  background: linear-gradient(135deg,#a8e063 0%,  #56ab2f  43%,  #28a745 100%);
}

.capa-3 {
  right: -20%;
  /* background-color: #163D82; */
  background: linear-gradient(135deg, #007bff 0%, #4179d5 43%, #163D82 100%);
}

.title-content{
    height: 80%;
    width: 40%;
    position: absolute;
    /* background-color: rebeccapurple; */
    top: 10%;
    left: 2%;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
    gap: 2em;
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 200;
}

.title-content p:nth-of-type(1){
/* background-color: red; */
position: absolute;
top: 10%;
margin-bottom: 20em;
font-size: 3.5em;
padding: 0.5em;
color: whitesmoke;
font-weight: 900;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
}

.title-content p:nth-of-type(2){
/* background-color: red; */
    position: absolute;
    font-size: 2em;
    top: 50%;
    margin-bottom: 20em;
    color: whitesmoke;
    font-weight:500 ;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
}

.cta-button-4 {
        height: 100px;
        width: 450px;
        background-color:#163D82;
        display: flex;
        justify-content: center;
        align-items: center;
        color: whitesmoke;
        font-size: 2em;
        font-weight: 900;
        border-radius: 10px;
        transition: all ease-in-out 0.5s;
        position: absolute;
        bottom: 10%;
    }

    .cta-button-4:hover{
        background-color: #007bff;
        cursor: pointer;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 2);
    }

/*-------------INMOBILIARIAS-----------------*/

/*-------------CONTACTO-----------------*/
#contacto{
    height: 100vh;
    width: 100vw;
    display: flex; 
    position: relative;
}

    .contacto-content{
        /* background-color: #87C236; */
        height: 100vh;
        width: 100wh;
        position: absolute;
        z-index: 1;
        left: 0px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0%;
        gap: 2em;
    }

    .cta-button-5{
        height: 100px;
        width: 350px;
        background-color:#163D82;
        display: flex;
        justify-content: center;
        align-items: center;
        color: whitesmoke;
        font-size: 2em;
        font-weight: 900;
        border-radius: 10px;
        transition: all ease-in-out 0.5s;
    }

    .cta-button-5:hover{
        background-color: #007bff;
        cursor: pointer;
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 2);
    }

    .contacto-content-inter{
        /* background-color: #007bff; */
        height: 80%;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        gap: 10em;
        padding-left: 20%;
        padding-right: 20%;
        z-index: -100;
    }

    .contacto-content-inter h1{
        width: 90%;
        color:white;
        font-size: 6.5em;
        font-weight: 900;
        text-align:start;
        padding: 0em;
        /* background-color: antiquewhite; */
        margin-top: 2em;
    }

    #contacto video {
        height: 100vh; 
        width: 100vw; 
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; 
        z-index: -1; 
    }

    .contacto-content .contacto-content-inter h1{
        text-align: CENTER;
    }

.contacto-content-inter{
    /* background-color: #87C236; */
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); 
}

/*-------------CONTACTO-----------------*/

/*-------------FOOTER-----------------*/
footer{
    height: 70px;
    width: 100vw;
    display: flex;
    /* background-color: #163D82; */
    background-color: darkslategray;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    font-size: 1.3em;
    color:aliceblue;
}

footer svg{
    border-radius: 50%;
}

footer a :hover{
    cursor: pointer;
    -webkit-box-shadow: inset -7.5px -1px 18px 28px rgba(222, 222, 222, 0.46);
    -moz-box-shadow: inset -7.5px -1px 18px 28px rgba(222, 222, 222, 0.46);
    box-shadow: inset -7.5px -1px 18px 28px rgba(222, 222, 222, 0.46);
}
/*-------------FOOTER-----------------*/

/*----------------SECCIONES-------------------*/

    
    /*----------------VIDEO CONTROLS---------------*/
    #visualizer-container {
        height: 10%;
        display: flex;
        gap: 8px;
        margin-bottom: 20px;
        position: absolute;
        z-index: 200;
        cursor: pointer;
        /* background-color: #163D82; */
        padding: 0em  1em 1em 1em;
    }
    
    .bar {
        width: 8px;
        transition: height 0.5s ease; 
        border-radius: 0 0 10px 10px; 
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.9); 
        background-color: #B2EBF2; 
    }
    
    .bar:nth-child(2n) {
        background-color: #B3E5FC; 
    }
    
    .bar:nth-child(3n) {
        background-color: #B2DFDB; 
    }
    
    .bar:nth-child(4n) {
        background-color: #B2EBF2; 
    }
    
    .bar:nth-child(5n) {
        background-color: #B3E5FC; 
    }
    
    #visualizer-container::before {
        content: '🔈'; 
        font-size: 20px;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        transition: opacity 0.3s;
    }
    
    #visualizer-container.muted::before {
        content: '🔇'; 
    }
    /*----------------VIDEO CONTROLS---------------*/


    

