@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');

.colorPrimaryTxT{
    color: #2e2e2e;
}

.bg-colorYellow{
    background-color: #fff578;
}

.bg-colorGreen{
    background-color: #b1f5b5;
}

.bg-colorOrange{
    background-color: #ff8f78;
}

.bg-colorWhite{
    background-color: #ffffff;
}


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

.overHidden{
    overflow: hidden;
}

/*--------- SECTION ONE ----------*/

.sectionOne{
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.titleSectionOne{
    font-weight: 800;
    line-height: 1;
}

.subtitleSectionOne{
    line-height: 1;
}



/*--------- SECTION TWO ----------*/

.sectionTwo{
    display: flex;
    justify-content: center;
    align-items: center;;
    position: relative;
}

.containerItemsSectionTwo{
    display: grid;
    gap: 1.5rem;
}

.containerTitleImgItemSectionTwo{
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 1.5rem 2rem;
}

.itemSectionTwo{
    display: grid;
    grid-template: 1fr 29% / 1fr;
    cursor: pointer;
    height: 24rem;
    width: 22rem;
    transition: .3s;
    -webkit-box-shadow: 0px 0px 34px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 34px -14px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 34px -14px rgba(0,0,0,0.75);
}

.itemSectionTwo:hover{
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

.imgItemSectionTwo{
    position: absolute;
    top: 2.5rem;
    right: 1.5rem;
    width: 4rem;
}

.h3ItemSectionTwo{
    font-size: 1.5rem;
}

.containerWhaItemSectionTwo{
    padding: 2rem 2rem;
}


/*------- MODAL--------*/

.modal{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100vw;
}

.modal-background{
    background-color: #111111d1;
}

.modal-close{
    display: flex;
    justify-content: center;
    background-color: transparent;
    color: white;
    font-size: 2rem;
    position: fixed;
    top: 2rem;
    right: 2rem;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0;
    transition: .5s;
    cursor: pointer;
    user-select:none;
}

.modal-close:hover{
    background-color: #585858;
}

.spBtnModal{
    margin-top: 3px;
}

.displayNone{
    display: none;
}


@media (min-width: 360px) {

    /*--------- SECTION ONE ----------*/

    .sectionOne{
        background-image: url(../assets/jpg/FONDO-MOVIL-2-scaled.jpeg);
        padding-top: 17rem;
        padding-bottom: 24rem;
    }

    .containerInfoSectionOne{
        width: 95%;
    }

    .titleSectionOne{
        font-size: 3rem;
    }

    .subtitleSectionOne{
        font-size: 1.3rem;
        width: 21rem;
    }

    .tagSectionOne{
        font-size: .8rem;
    }

    .pTextSectionOne{
        font-size: 13px;
    }

    /*--------- SECTION TWO ----------*/

    .sectionTwo{
        height: 60rem;
    }

    .containerItemsSectionTwo{
        grid-template: repeat(3,1fr) / 1fr;
        top: -18rem;
    }

    .containerItemsSectionTwo{
        position: absolute;
    }

    .iframe{
        width: 22rem;
        height: 17rem;
    }
}








@media (min-width: 760px) {
    .sectionOne{
        background-image: none;
        background-color: #fff578;
        padding-top: 2rem;
        padding-bottom: 8rem;
    }
    .titleSectionOne {
        font-size: 5rem;
    }

    .subtitleSectionOne{
        font-size: 1.6rem;
        width: 100%;
    }

    .containerInfoPSectionOne{
        margin-top: 2rem;
    }

    /*--------- SECTION TWO ----------*/

    .sectionTwo {
        height: auto;
        padding: 2rem 0;
    }

    .containerItemsSectionTwo{
        grid-template: repeat(2,1fr) / repeat(2,1fr);
        position:static;
    }

    .iframe{
        width: 560px;
        height: 315px;
    }
}

@media (min-width: 1000px) {

    .sectionOne{
        align-items: baseline;
        background-image: url(../assets/jpg/FONDO.png);
        background-size: cover;
        background-position: center;
        background-color: transparent;
        padding-bottom: 0;
        height: 50rem;
    }

    .titleSectionOne{
        font-size: 6rem;
    }

    .subtitleSectionOne{
        font-size: 1.9rem;
    }

    .tagSectionOne {
        font-size: 1rem;
    }

    .containerInfoSectionOne{
        display: grid;
        grid-template: repeat(2,auto) / repeat(3,1fr);
        width: 60rem;
    }

    .containerTitleSectionOne{
        margin-left: 2rem;
        grid-column: 1/4;
        grid-row: 1/2;
    }

    .containerInfoPSectionOne{
        margin-top: 0;
    }

    .pTextSectionOne {
        font-size: 15px;
    }

    .cipso{
        grid-column: 2/4;
        grid-row: 2/3;
    }

    /*--------- SECTION TWO ----------*/

    .sectionTwo{
        height: 23rem;
    }

    .containerItemsSectionTwo{
        grid-template: 1fr / repeat(3,1fr);
        position: absolute;
        top: -5rem;
    }

}


