*{  
    box-sizing: border-box;
}

.container-fluid{
    margin-top: 12px;
}

.logo img{
    width: 30%;
    margin: auto;
    height: 16vh;
    object-fit: contain;
}

.first-container{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(./images/Smart_C_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

/* .image-background{
    position: relative;
    height: 70%;
} */

.image-background img{
    width: 100%;
    height: 780px;
    object-fit: cover;
}

.first-title{
    /* position: absolute; */
    /* top: 60px;
    bottom: 0;
    right: 0;
    left: 0; */
    margin: auto;
    text-align: center;
    color: white;
    font-size: 48px;
}

.second-title{
    /* position: absolute;
    top: 132px;
    bottom: 0;
    right: 0;
    left: 0; */
    margin: auto;
    text-align: center;
    color: white;
}

.video-forms{
    /* position: absolute;
    top: 250px;
    bottom: 0;
    right: 0;
    left: 0; */
    margin: 40px 0 0 0 ;
    color: white;
}
.image-forms{
    position: relative;
    height: 80%;

}

.image-forms iframe{
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    margin-top: 28px; 
}
.form h4{
    width: 80%;
    margin: auto;
}
.form-data .celular{
    width: 66.66666667%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; 
}


.iti--allow-dropdown span{
    color: black;
}
.btn-vision-luxury{
    color: white;
    background-color: rgba(75, 79, 104, 1);
    width: 66%;
    margin-bottom: 24px;
}

.btn-vision-luxury:hover{
    --bs-btn-hover-border-color: #0d133f;
    color: #0d133f;
    background-color: #0d133f;
}


.container-articles-title h1{
    margin-top: 80px;
    color: #0d133f;
}

.container-articles-title h4{
    font-weight: 400;
    width: 80%;
    margin: auto;
}

.container-articles{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 80px;
}
/* .container-articles div{
    margin-top: 40px;
    background-color: rgb(229, 247, 229);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 30%;
    position: relative;
    border-radius: 20px;
} */
/* .container-articles img{
    width: 80px;
    height: 80px;
    position:absolute;
    top: -40px;
}

.container-articles p{
    text-align: center;
    font-size: 20px;
} */

.container-cards{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    
}

.container-cards .card img{
    height: 150px;
    width: 100%;
    margin: auto;
    object-fit: contain;
    background-color: #0d133f;
} 

.container-cards .card-body{
    background-color: #0d133f;
    color: white;
}

.container-articles .card{
    width: 30%;
}

.container-cards .card{
    width: 40%;
}
.form-select{
    width: 66.66%;
}
/* .information-text-2 .container-articles img{
    width: 80px;
    height: 80px;
    position:absolute;
    top: -40px;
} */
/* .info-quienes-somos img{
    width: 36%;
    height: auto;
    margin: auto;
    border-radius: 12px;
} */

.info-nosotros-title{
    margin-top: 46px;
    padding: 0;
    width: 100%;
    color: #0d133f;
}
.info-quienes-somos {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-around;
    width: 100%;
    margin: auto;
}

.info-quienes-somos p{
    width: 70%;
    color: black;
    margin: auto;
    font-size: 24px;
    font-weight: 400;

}
.info-quienes-somos img{
    width: 20%;
    height: auto;
    margin: auto;
    border-radius: 12px;
    object-fit: contain;
    margin-bottom: 48px;
}

.final-message-section{
    margin-bottom: 48px;
}

.btn-final{
    margin-top: 20px;
    width: 30%;
    background-color: #00ffa6;
}

.btn-final:hover{
    --bs-btn-hover-border-color: #00ffa6;
}




@media (max-width: 1000px){
    .image-background img{
        
        height: 1200px;
       
    }
    .form{
        margin-top: 24px;
    }
    .first-title{
        width: 94%;
        font-size: 40px;
    }
    .second-title{
        margin-top: 24px;
        font-size: 20px;
    }
    .container-cards{
        flex-direction: column;
    }
    .image-forms iframe{
        margin-top: 8px;
    }

    .container-articles{
        align-items: space-around;
    }
    .container-articles .card{
        margin: auto;
    }

    .container-articles .card,
    .container-cards .card{
        width: 80%;
    }
}


@media (max-width: 768px){
    .image-background img{
        
        height: 1180px;
       
    }
    .logo img{
        width: 80%;
    }
    .form h4{
        width: 100%;
    }

    
    .container-articles{
        display: flex;
        flex-direction: column;
    }
    .information-text-2 .container-articles div{
        height: 300px;
    }
    .information-text-2 .container-articles div,
    .container-articles div{
        width: 90%;
    }
    .first-title{
        width: 94%;
    }
    .second-title{
        margin-top: 48px;
        font-size: 20px;
        width: 94%;
    }

    .form,
    .image-forms{
        margin: 0 0 48px 0;
    }


    .info-quienes-somos{
        display: flex;
        flex-direction: column;
    }

    .info-quienes-somos img{
        width: 90%;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .info-quienes-somos p{
        width: 90%;
        text-align: justify;
    }
}

@media (max-width: 576px){
    .second-title{
        margin-top: 20px;
    }
    .image-background img{
        
        height: 850px;
       
    }
    .btn-vision-luxury{
        margin-bottom: 0px;
    }

    .form-data .celular{
        width: 100%;
    }
    .image-forms {
        width: 100vw;
        margin: auto;

    }

    .imagen-forms iframe{
        height: 18vh;
        width: 100%;
    }

    .form-select{
        width: 100%;
    }
    
    .first-title{
        font-size: 26px;
    }

}