
/*===================*/
/*   HERO PRINCIPAL  */
/*===================*/

.hero-section {
            
    background-size: cover !important;
    background-position: top;
    height: 50vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;



    -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
    -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

    -webkit-flex-direction: column;
    flex-direction: column;
}


/*===================*/
/*   WELCOME         */
/*===================*/


.laiva-condos{
    display: flex; flex-direction: row; padding: 100px 0;
}

@media (max-width: 770px) {
    .laiva-condos{
        flex-direction: column;
    }

    .wel-text{
        margin-top: 50px;
    }

}

/*==========================*/
/*   MISION VISION           */
/*==========================*/

.opt_points_cont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 70px;
}

.opt_point {
    padding-right: 50px;
    padding-top: 50px;
    width: 70%;
}

.opt_point h4 {
    color: #1C1C1C;
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 40px;
}

.opt_point_img .img_1{
    text-align: right;
}

.opt_point_img .img_2{
    text-align: left;
}

.opt_point_img .image img{
    width: 80%;
}

.point_reverse .opt_point{
    order: 2;
}

.point_reverse .opt_point_img{
    order: 1;   
}

.btn_img_1{
    background-color: #B2B992;
    padding: 20px;
    color: white;
    width: 200px;
    text-align: center;
    margin-top: -32px;
    position: relative;
    margin-left: 50px;
}

.btn_img_2{
    background-color: #6F8471;
    padding: 20px;
    color: white;
    width: 200px;
    text-align: center;
    margin-top: -32px;
    position: relative;
    margin-left: 150px;
}

.opt_point_img a{
    text-decoration: none;
}

@media (max-width: 800px) {

    .opt_point {
        padding-right: 0;
        width: 90%;
        margin-bottom: 50px;
    }

    .opt_points_cont{
        flex-direction: column;
        align-items: center;
    } 

    .point_reverse .opt_point{
        order: 1;
    }

    .point_reverse .opt_point_img{
        order: 2;   
    }

    .opt_point_img .img_1{
        text-align: center;
        max-width: 500px;
    }

    .opt_point_img .img_2{
        text-align: center;
        max-width: 500px;
    }

    .btn_img_1{
        margin-left: 0px;
    }

    .btn_img_2{
        margin-left: 300px;
    }
}

@media (max-width: 1200px) {
    .opt_point hr{
        left: 0 !important;
        right: 0 !important;
    }

}

@media (max-width: 520px) {
    .btn_img_2{
        margin-left: 250px;
    }

}

/*==========================*/
/*   HERO TERCERO           */
/*==========================*/

.hero-section-3{
    height: 70vh;
}
.hero-section-text-3{
    max-width: 500px;
    color: white;
    text-align: left;
    font-weight: bolder;
}

/*==========================*/
/*   LAIVA IMAGE            */
/*==========================*/

.logo_laiva{
    text-align: center;
    padding: 300px 0;
}



