
.logo{
    width: 30%;
    margin: auto;
    height: 16vh;
}

.image-background{
    position: relative;
    height: 70%;
}

.image-background img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.first-title{
    position: absolute;
    top: 120px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: white;
    font-size: 48px;
}

.second-title{
    position: absolute;
    top: 180px;
    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: auto;
    color: white;
}
.image-forms{
    position: relative;
    height: 80%;

}

.image-forms iframe{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}
.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; 
}

.image-forms iframe{
    margin-top: 40px; 
}

.iti--allow-dropdown span{
    color: black;
}
.btn-vision-luxury{
    background-color: #00ffa6;
    width: 66%;
}

.btn-vision-luxury:hover{
    --bs-btn-hover-border-color: #00ffa6;
}

.container-articles-title{
    margin-top: 40px;
}

.container-articles{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}
.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%;
}
.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: 96px;
}
.info-quienes-somos {
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    width: 100%;
    margin: 0 0 44px 0;
}

.info-quienes-somos p{
    width: 48%;
    color: black;
    margin: auto;
    font-size: 24px;
    font-weight: 400;

}
.info-quienes-somos img{
    width: 30%;
    height: auto;
    margin: auto;
    border-radius: 12px;
}

.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;
    }

    .card{
        width: 80%;
    }
}


@media (max-width: 768px){
    .image-background img{
        
        height: 1200px;
       
    }

    .form h4{
        margin-top: 24px;
        width: 100%;
    }
    .logo{
        width: 80%;
    }

    
    .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{
        
        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: 60%;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .info-quienes-somos p{
        width: 90%;
        text-align: justify;
    }
}

@media (max-width: 576px){
    .first-title{
        top: 124px;
    }
    .second-title{
        top: 172px;
    }
    .form-data .celular{
        width: 100%;
    }
    .image-forms {
        width: 100vw;
        margin: auto;
    }

    .form-select{
        width: 100%;
    }
    
    .first-title{
        font-size: 26px;
    }

}