@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    position: relative;
    height: 100%;
}


.main{
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerContent{
    width: 90%;
    max-width: 1094px;
}


body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bg-slideOne{
    background-image: url("../assets/jpg/LA-LUNA-A-MIL-4.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-slideTwo{
    background-image: url("../assets/jpg/LA-LUNA-A-MIL-3.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-slideTree{
    background-image: url("../assets/jpg/LA-LUNA-A-MIL-1-1.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-slideFour{
    background-image: url("../assets/jpg/luna-mil-1.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*--------- SECTON TWO ----------*/

.sectionTwo{
    padding: 2rem 0;
}





@media (min-width: 360px){

    /*--------- SECTON ONE ----------*/

    .sectionOne{
        height: 15rem;
    }
}


@media (min-width: 768px){

    /*--------- SECTON ONE ----------*/

    .sectionOne{
        height: 30rem;
    }
}

@media (min-width: 1000px){

    /*--------- SECTON ONE ----------*/

    .sectionOne{
        height: 36rem;
    }
}