.banner-casa-inteligente{
    height: 70vh;
    margin-top: auto;
    position: relative;
}
.banner-casa-inteligente::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.banner-casa-inteligente img{
    height: 100%;
    object-fit: cover;
}
.entrada-content{
    top: 50%;
    left: 10%;
}
.casa-int-ent-h1{
    color: #fff;
    font-size: 2rem;
}
.casa-int-ent-h2{
    margin-top: 10px;
    font-size: 0.9rem;
    color: #fff;
}
.action-1{
    border: 1px solid #fff;
    padding: 10px 35px;
    font-size: 0.9rem;
    color: #fff;
    margin-top: 30px;
    border-radius: 2px;
}
.action-1:hover{
    background-color: #fff;
    color: #444;
}



/* Nav bar */
.nav-casa-int{
    height: 80px;
    background-color: #fbfbfb;
}
.nav-casa-int h3{
    padding-top: 0;
    height: 100%;
    left: 7%;
    font-weight: bolder;

}
.nav-casa-int ul{
    gap: 40px;
    height: 100%;
}
.nav-casa-int ul li a{
    height: 100%;
    align-items: center;
    font-family: quick;
}
.nav-casa-int a:hover{
    border-bottom: 3px solid #278cd9;
    font-weight: bold;
}
.nav-casa-int ul li a, .nav-casa-int h3{
    color: #278cd9;
}




/* Informacion definicion/beneficios */
.text-info-casa{
    max-width: 85%;
    margin: 0 auto 100px auto;
}
.casa-introduccion{
    margin: 0 0 50px 0;
}
.introduccion-casa-text{
    padding: 50px 0 0 0;
}
.introduccion-casa-text h2{
    font-family: "Bebas Neue";
    font-size: 3rem;
    margin-bottom: 50px;
}
.introduccion-casa-text h2::after{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 10px;
    background-color: #278cd9;
}
.colums-benef{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}
.benf-casa-int{
    box-shadow: rgba(104, 102, 150, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 5px;
}
.title-text-int{
    font-size: 1.8em;
    margin-bottom: 20px;
}
.text-info-casa h3{
    flex-direction: column;
    font-weight: 100;
    gap: 5px;
    color: #278cd9;
    text-transform: capitalize;
    margin: 20px;
    font-size: 1.2em;
}
.text-info-casa ul{
    margin: 10px 0 20px 30px;
    list-style:decimal;
    font-size: 0.9rem;
}
.text-info-casa ul li span{
    font-weight: 900;
    color: #444;
}
.text-info-casa ul li{
    font-weight: lighter;
    font-family: quick;
    padding: 4px;
}
.casa-int-definicion p{
    margin-bottom: 50px;
}
ion-icon {
    font-size: 3em;
    color: #278cd9;
    --ionicon-stroke-width: 19px;
}
.guion{
    font-size: 0.7em;
}
.titulo-casa-int{
    margin: 100px 0;
}
    .ezviz-prod-text{
        text-align: center;
        margin: 40px 0 50px 0;
    }


.banner-casa-int {
    margin-top: 100px;
    height: 70vh;
    overflow: hidden;
}
    .banner-casa-int::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background-color: rgba(32, 54, 129, 0.1);
        z-index: 100;
    }
    .banner-img {
        height: 100%;
        object-fit: cover;
    }

    .sub-casa-int{
        font-size: 2.5vw;
        color: #fff;
        bottom: 50px;
        left: 10%;
        text-align: left;
        font-family: "Bebas Neue";
        z-index: 100;
    }

    .casa-int__tab {
        border-radius: 50%;
        opacity: 0.9;
        height: 30px;
        width: 30px;
        animation: rotate_3922 1.2s linear infinite;
        background-color: #597eb6;
        background-image: linear-gradient(#597eb6, #84cdfa, #5ad1cd);
        cursor: pointer;
        z-index: 100;
      }

      .casa-int__tab span {
        border-radius: 50%;
        height: 100%;
        background-color: #3657c2;
        background-image: linear-gradient(#3657c2, #84cdfa, #5ad1cd);
      }
      
      .casa-int__tab span:nth-of-type(1) {
        filter: blur(5px);
      }
      
      .casa-int__tab span:nth-of-type(2) {
        filter: blur(10px);
      }
      
      .casa-int__tab span:nth-of-type(3) {
        filter: blur(25px);
      }
      
      .casa-int__tab span:nth-of-type(4) {
        filter: blur(50px);
      }
      
      .casa-int__tab::after {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #fff;
        border: solid 5px #ffffff;
        border-radius: 50%;
      }
      
      @keyframes rotate_3922 {
        from {
          transform: translate(-50%, -50%) rotate(0deg);
        }
      
        to {
          transform: translate(-50%, -50%) rotate(360deg);
        }
      }

    .casa-int__tab--1{        
        top: 20%;
        left: 35%;
    }

    .casa-int__tab--2{
        top: 56%;
        left: 20%;
    }

    .casa-int__tab--3{
        top: 41.5%;
        right: 27.5%;
    }

    .casa-int__tab--4{
        top: 55%;
        right: 52%;
    }

    .text__tab{
        padding: 15px 20px 15px 5px;
        opacity: 0;
        visibility: none;
        display: none;
        transition: 0.4s ease;
        z-index: -100;
        background-color: #fff;
        border-radius: 3px;
        font-size: 0.8rem;
        font-weight: 500;
        color: #444;
        gap: 10px;
    }
    .casa-int-text--active{
        opacity: 1;
        visibility: visible;
        display: flex;
        z-index: 100;
    }
    .casa-int-text--1{
        top: 11%;
        left: 37%;
    }

    .casa-int-text--2{
        top: 35%;
        left: 10%;
    }
    .casa-int-text--3{
        top: 32%;
        left: 73%;
    }

    .casa-int-text--4{
        top: 60%;
        right: 43%;
    }

    .text__tab .imagen-producto{
        width: 65px;
        height: auto;
    }

    .text__tab .cerrar{
        width: 30px;
        height: 30px;
        z-index: 200;
        cursor: pointer;
    }

    .nombre-dispositivo{
        padding: 0;
        font-weight: 600;
    }
    
    
    .desc-dispositivo{
        font-size: 0.7rem;
        font-weight: 100;
    }

    @keyframes opacity {
        0% {
          opacity: 0;
        }
        100% {
            opacity: 1;
        }
      }



/* procesos */
.icons-title-content .icons-title{
    margin-bottom: 100px;
    text-align: center;
    font-weight: lighter;
    width: 100%;
}
.procesos-titulos{
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 2.2em;
    margin: 0 0 130px 100px;
    font-weight: 600;
}
.procesos-titulos::after{
    margin: 0;
}
.procesos-titulos span{
    color: #949494;
    font-size: 16px;
}
.procesos-content-A{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 50px;
    width: 85%;
    margin: 100px auto 200px auto; 

}
.type-content-casa-int {
    display: flex;
    align-items: center;
    width: 95%;
    height: 25rem;
    border-radius: 8px;
}
.tipo-solucion-container-buttons {
    width: 100%;
    display: grid;
    align-items: center; justify-content: space-around;
    grid-auto-flow: column;
    overflow-y: auto;
    white-space: nowrap;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border-collapse: collapse;
    gap: 10px;
}
.type__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666;
    position: relative;
    font-size: 1.2rem;
    width: 15rem;
    height: 8rem;
    border: 1px solid #dadada;
    border-radius: 5px;
}
.tipo-solucion-container-buttons:last-child{
    margin-bottom: 0;
}
.type__tab span ion-icon{
    font-size: 3.5rem;
}
.type__tab--active, .type__tab--active > span > ion-icon {
    color: #fff;
    background-color: #278CD9;
}
.type__content {
    display: none;
    /* JUST PRESENTATIONAL */
    font-size: 1.6rem;
    height: 100%;
}
.type__content--active {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    width: 100%;
    padding: 80px 50px;
}
.procesos__header {
    font-size: 1.7rem;
    font-weight: 600;
    color: #666;
}
.procesos__header span{
    display: none;
}
.procesos__icon {
    flex-direction: column;
    height: 100%;
}
.type__content ul {
    align-items: left;
    flex-direction: column;
    list-style:disc;
    height: 100%;
    padding-top: 20px;
    margin-left: 60px;
}    
.type__content ul li{
    font-size: 1.3rem;
    color: #666;
    margin: 0 0 10px 20px;
}
.type__content ul li img{
    width: 50%;
    height: auto;
}
.type__content video{
    width: 100%;
    height: auto;
}

    
/* Pregunta Frecuentes */   
.casa-inteligente-faqs-contenido{
    background-color: #f6fafe;
    padding: 80px;
}
.casa-int-imagen{
    width: 45%;
    height: auto;
}   
.faqs{
    flex-direction: column;
    gap: 5px;
    padding: 50px 0;
    width: 60%;
}
.faq{
    width: 85%;
}
.faq-q{
    padding: 20px 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
    background-color: #fff;
}
.faq--active{
    border-bottom: 3px solid  #278cd9;
    font-weight: bolder;
}
.faq__text{
    margin-top: 10px;
    opacity: 0;
    height: 0;
    transition: ease 0.3s;
    font-family: quick;
}
.faq__text--active{
    opacity: 1;
    height: 120px;
    padding: 20px 0;
}
.disp-faq-icon{
    transition: ease 1s;
}
.disp-faq-icon--active{
    transform: rotate(90deg);
}
.marcas{
    width: 90%;
    margin: auto;
    padding: 100px 0;
    flex-wrap: wrap;
    gap: 50px;
}
.marcas a img{
    width: 200px;
    height: auto;
}

/*  position: relative;*/
.banner-casa-inteligente, .introduccion-casa-text h2, .banner-casa-int, .nav-casa-int {
    position: relative;
}

/* Display flex */
.marcas, .type__content ul, .procesos__icon, .casa-inteligente-faqs-contenido, .nav-casa-int h3, .banner-casa-int, .icon-casa-type, .icons-content, .contenido__tab, .text__tab, .nav-casa-int, .faqs, .nav-casa-int ul, .nav-casa-int ul li a, .text-info-casa h3, .faq-q{
    display: flex;
}

/* justify-content: center; */
.marcas, .type__content ul, .procesos__icon, .casa-inteligente-faqs-contenido, .nav-casa-int h3, .banner-casa-int, .contenido__tab, .text__tab, .nav-casa-int, .faqs, .icons-content{
    justify-content: center;
}

/*align-items: center;*/
.marcas, .procesos__icon, .casa-inteligente-faqs-contenido, .nav-casa-int h3, .banner-casa-int, .contenido__tab, .text__tab, .nav-casa-int, .faqs, .icon-casa-type, .icons-content{
    align-items: center;
} 

/* Position: absolute */
.nav-casa-int h3, .sub-casa-int, .casa-int__tab--1, .casa-int__tab--2, .casa-int__tab--3, .casa-int__tab--4, .casa-int-text--1, .casa-int-text--2, .casa-int-text--3, .casa-int-text--4, .casa-int__tab span, .entrada-content {
    position: absolute;
}

/* Width: 100% */
.banner-casa-inteligente, .banner-casa-inteligente img, .nav-casa-int, .banner-casa-int, .banner-contenido, .banner-img, .sub-casa-int, .casa-int__tab span {
    width: 100%;
}

@media only screen and (max-width: 1150px){
    .banner-casa-int{
        height: auto;
    }
    .type__content--active{
        padding-left: 0;
        padding-right: 0;
    }
    .casa-int__tab--1{        
        top: 35%;
        left: 35%;
    }
    .casa-int__tab--2{
        top: 56%;
        left: 20%;
    }
    .casa-int__tab--3{
        top: 45%;
        right: 26%;
    }
    .casa-int__tab--4{
        top: 55%;
        right: 48%;
    }
    .text__tab{
        padding: 30px;
        width: 60%;
        height: 40%;
    }
    .casa-int-text--1, .casa-int-text--2, .casa-int-text--3, .casa-int-text--4{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .text__tab .imagen-producto {
        width: 20%;
    }
    .sub-casa-int{
        font-size: 3.5vw;   
    }
    .casa-int-definicion{
        grid-template-columns:1fr;
    }
    .casa-int-imagen{
        display: none;
    }
    .casa-inteligente-faqs-contenido{
        padding: 0;
    }
    .faqs{
        width: 100%;
    }
}

@media only screen and (max-width: 901px){
    .banner-casa-inteligente{
        height: 320px;
    }
    .entrada-content{
        top: 45%;
    }
    .casa-int-ent-h1{
        font-size: 3vw;
    }
    .casa-int-ent-h2{
        font-size: 1.8vw;
    }
    .action-1{
        padding: 8px;
        font-size: 0.6rem;
        margin-top: 20px;
    }
    .nav-casa-int h3{
        display: none;
    }
    
    .type__tab{
        width: 9rem;
        height: 6.5rem;
        font-size: 0.9rem;
    }
    .type__tab span ion-icon{
        font-size: 2rem;
    }
    .procesos__icon ion-icon{
        font-size: 5rem;
    }
    .procesos__header{
        font-size: 1.5rem;
    }
    .text__tab{
        padding: 20px;
        width: 95%;
        height: 70%;
    }
    .text__tab .imagen-producto {
        width: 30%;
    }

}


@media only screen and (max-width: 600px){
    .action-1{
        padding: 5px;
        font-size: 0.55rem;
        margin-top: 20px;
    }
    .nav-casa-int ul{
        gap: 20px;
    }
    .nav-casa-int ul li a{
        font-size: 0.7rem;
    }
    .introduccion-casa-text{
        padding: 20px 0 0 0;
    }
    .introduccion-casa-text h2{
        font-size: 2rem;
    }
    .benf-casa-int{
        padding: 10px;
    }
    .tipo-solucion-container-buttons {
        width: 100%;
    }
    .procesos-content-A{
        padding: 80px 20px 200px 20px;
        width: 100%;
    }

    .faq {
        width: 100%;
    }
    .faq-q {
        padding: 10px 20px;
    }
    .casa-inteligente-faqs-contenido{
        padding: 20px;
    }
    .faq__text--active{
        height: 150px;
        padding: 10px;
    }
}