* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

:root{
    --borderBtn: 25px;
    --marginCont: 30px;
    --colorBlanco: rgb(255,255,255);
    --colorLogo: rgb(17,94,62);
    --colorComplementario: #148754;
    --colorGris: rgb(85,85,85);
}

.open-sans{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* Index */
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Background */
.contBack{
    width: 100%;
    height: 100vh;
    background-image: url(../img/background2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items:center;
    justify-content: flex-start;
}

.filterBack{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgb(0, 0, 0, .65) 50%, rgb(255,255,255, .1));
}

.back{
    width: 100%;
    height: 100%;
    display: flex;
    align-items:flex-start;
    justify-content:center;
    flex-direction: column;
}

.textBack{
    width: 60%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
}

.textBack h1{
    font-size: 60px;
    margin-bottom: 5px;
    color: var(--colorBlanco);
}

.textBack p{
    font-size: 30px;
    font-weight: 350;
    margin-bottom: 10px;
    color: var(--colorBlanco);
}

.textBack span{
    width: 80%;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--colorBlanco);
}

.textBack a{
    text-decoration: none;
}

.textBack a button{
    width: 200px;
    height: 45px;
    font-size: 18px;
    font-weight: 550;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--borderBtn);
    background-color: var(--colorBlanco);
    color: var(--colorGris);
    transition: .6s;
}

.textBack a button:hover{
    transform: translate(10px);
}

.textBack a button i{
    font-size: 17px;
    margin-left: 5px;
    color: var(--colorGris);
    transition: .6s;
}

.textBack a button:hover i{
    transform: translate(50px);
}

.cont_buen_fin_completo
{
    width: 100%;
    /*border: 1px solid red;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_buen_fin_pt1
{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.cont_letras_buen_fin
{
    width: 100%;
    height: 100px;
    border-radius: 15px;
    background-color: #E40F1A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_letras_buen_fin p
{
    font-size: 17px;
    padding: 10px;
    color: white;
}
.cont_letras_buen_fin img
{
    width: 150px;
}
@media screen and (max-width: 840px)
{
    .cont_buen_fin_pt1
    {
        width: 90%;
    }
}
@media screen and (max-width: 570px)
{
    .cont_letras_buen_fin
    {
        height: 120px;
    }
    .cont_letras_buen_fin p
    {
        font-size: 15px;
    }
    .cont_letras_buen_fin p
    {
        font-size: 15px;
    }
}

@media screen and (max-width: 1550px){
    .textBack h1{
        font-size: 45px;
    }
    .textBack p{
        font-size: 24px;
    }
    .textBack span{
        font-size: 15px;
    }
    .textBack a button{
        width: 180px;
        height: 40px;
        font-size: 17px;
    }
    .textBack a button i{
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px){
    .textBack h1{
        font-size: 40px;
    }
    .textBack p{
        font-size: 20px;
    }
    .textBack a button{
        width: 170px;
        height: 37px;
        font-size: 16px;
    }
    .textBack a button i{
        font-size: 15px;
    }
}

@media screen and (max-width: 1150px){
    .textBack h1{
        font-size: 37px;
    }
    .textBack p{
        font-size: 18px;
    }
    .textBack span{
        font-size: 14.5px;
    }
    .textBack a button{
        width: 160px;
        height: 37px;
        font-size: 16px;
    }
    .textBack a button i{
        font-size: 15px;
    }
}

@media screen and (max-width: 950px){
    .filterBack{
        justify-content: center;
        background: rgb(0, 0, 0, .7);
    }
    .back{
        justify-content: center;
    }
    .textBack{
        width: 95%;
        margin-left: 0%;
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 700px){
    .textBack h1{
        font-size: 33px;
    }
    .textBack p{
        font-size: 17px;
    }
    .textBack span{
        font-size: 14px;
    }
    .textBack a button{
        width: 155px;
        height: 35px;
        font-size: 15px;
    }
    .textBack a button i{
        font-size: 14px;
    }
}

@media screen and (max-width: 650px){
    .textBack h1{
        font-size: 30px;
    }
    .textBack p{
        font-size: 16px;
    }
    .textBack span{
        font-size: 13px;
    }
}

@media screen and (max-width: 550px){
    .textBack h1{
        font-size: 27px;
    }
    .textBack p{
        font-size: 15px;
    }
    .textBack span{
        width: 90%;
        font-size: 13px;
    }
}

@media screen and (max-width: 500px){
    .textBack h1{
        font-size: 25px;
    }
    .textBack p{
        font-size: 14px;
    }
    .textBack span{
        width: 95%;
        font-size: 12.5px;
    }
    .textBack a button{
        width: 150px;
        height: 30px;
        font-size: 14px;
    }
    .textBack a button i{
        font-size: 13px;
    }
}

@media screen and (max-width: 450px){
    .textBack h1{
        font-size: 24px;
    }
    .textBack p{
        font-size: 13.5px;
    }
    .textBack span{
        font-size: 12.5px;
    }
}

@media screen and (max-width: 414px){
    .textBack h1{
        font-size: 22px;
    }
    .textBack p{
        font-size: 13px;
    }
    .textBack span{
        font-size: 11.5px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Nosotros */
.contWe{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.we{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contImgWe{
    width: 50%;
    height: auto;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.imgWe img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contTextWe{
    width: 50%;
    height: auto;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.iconWe{
    width: 100%;
    position: absolute;
    top: 0;
}

.iconWe img{
    width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .05;
}

.subText{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px;
}

.subText p{
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 380;
    color: var(--colorComplementario);
}

.subText hr{
    width: 110px;
    height: 1px;
    border: none;
    opacity: 0.5;
    background-color: var(--colorGris);
}

.textWe{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.textWe h2{
    font-size: 40px;
    color: var(--colorLogo);
    margin-bottom: 5px;
}

.textWe p{
    font-size: 18px;
    color: var(--colorGris);
    margin-bottom: 10px;
}

.textWe span{
    width: 90%;
    font-size: 16px;
    font-weight: 350;
    color: var(--colorGris);
}

.textWe a{
    text-decoration: none;
}

.textWe a button{
    width: 145px;
    height: 40px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: var(--borderBtn);
    background-color: var(--colorLogo);
    color: var(--colorBlanco);
    transition: 0.6s;
}

.textWe a button:hover{
    transform: translateY(-10px);
}

.textWe a button i{
    font-size: 13px;
    margin-left: 5px;
    color: var(--colorBlanco);
    transition: 0.6s;
}

.textWe a button:hover i{
    transform: rotate(360deg);
}

@media screen and (max-width: 1150px){
    .subText{
        margin: 0;
    }
    .subText p{
        font-size: 14px;
    }
    .subText hr{
        width: 100px;
    }
    .textWe h2{
        font-size: 30px;
    }
    .textWe p{
        font-size: 16px;
    }
    .textWe span{
        font-size: 13.5px;
    }
    .textWe a button{
        width: 130px;
        height: 35px;
        font-size: 13px;
        margin-top: 15px;
    }
    .textWe a button i{
        font-size: 12px;
    }
}

@media screen and (max-width: 950px){
    .we{
        flex-direction: column;
    }
    .contImgWe{
        width: 85%;
        margin-bottom: 0px;
        order: 1;
    }
    .subText p{
        font-size: 13px;
    }
    .subText hr{
        width: 80px;
    }
    .textWe h2{
        font-size: 27px;
    }
    .textWe p{
        font-size: 15px;
    }
    .textWe span{
        font-size: 14px;
        font-weight: 500;
    }
    .iconWe img {
        opacity: .03;
    }
    .contTextWe{
        width: 85%;
        margin-bottom: 15px;
        align-items: center;
    }
    .subText{
        align-items: center;
        text-align: center;
    }
    .textWe{
        align-items: center;
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    .textWe span{
        width: 100%;
    }
    .textWe p{
        font-size: 15.5px;
    }
}

@media screen and (max-width: 450px){
    .contImgWe{
        width: 95%;
    }
    .contTextWe{
        width: 95%;
    }
    .textWe h2{
        font-size: 26px;
    }
    .textWe span{
        font-weight: 450;
    }
    .textWe p{
        font-size: 14px;
        font-weight: 500;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Service */
.contService{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.itemServ{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.itemServ:first-child{
    margin-bottom: 20px;
}

.contImgItemServ{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wordItemServ{
    width: 60%;
    height: auto;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wordItemServ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .1;
}

.imgItemServ{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgItemServ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .2;
}

.contMenuItemServ{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
}

.imgMenuServ{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgMenuServ img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.textMenuIServ{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background-color: var(--colorLogo);
    margin-right: 50px;
    margin-left: -50px;
}

.titleMenuItem{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.titleMenuItem h2{
    font-size: 25px;
    color: var(--colorBlanco);
}

.ulServ{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.ulServ ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    gap: 25px 10px;
}

.ulServ ul li{
    width: 47%;
    height: auto;
    display: flex;
    align-items: center;
}

.ulServ ul li img{
    width: 45px;
    height: 35px;
    margin-right: 10px;
    object-fit: contain;
}

.ulServ ul li p{
    font-size: 18px;
    font-weight: 450;
    color: var(--colorBlanco);
}

.btnItemServ{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.btnItemServ a{
    text-decoration: none;
}

.btnItemServ a button,
.btnItemServ2 button{
    margin: 0 5px;
}

.btnItemServ a button{
    width: 160px;
    height: 40px;
    border: none;
    font-size: 15px;
    font-weight: 550;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    color: var(--colorLogo);
    background-color: var(--colorBlanco);
    cursor: pointer;
    transition: .6s;
}

.btnItemServ2 button{
    width: 160px;
    height: 40px;
    border: none;
    font-size: 15px;
    font-weight: 550;
    border-bottom-right-radius: var(--borderBtn);
    border-top-right-radius: var(--borderBtn);
    color: var(--colorLogo);
    background-color: var(--colorBlanco);
    cursor: pointer;    
    transition: .6s;
}

.btnItemServ a button:hover{
    transform: translate(-10px);
}

.btnItemServ2 button:hover{
    transform: translate(10px);
}

.imgInfoServ0,
.imgInfoServ1{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0; 
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 8;
    display: none;
}

.itemInfoServ{
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    position: relative;
    border-radius: 10px;
    padding: 40px 70px;
}

.btnServ{
    top: 20px;
    right: 20px;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: var(--colorBlanco);
    background-color: var(--colorLogo);
    border-radius: 50%;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
}

.btnServ:hover{
    background-color: #45c283;
}

.itemInfoServ img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.itemInfoServ a{
    text-decoration: none;
    margin-top: 10px;
    color: var(--colorLogo);
    font-size: 17px;
    font-weight: 600;
    transition: .6s;
}

.itemInfoServ a i{
    font-size: 16px;
    margin-left: 5px;
    color: var(--colorLogo);
    transition: .6s;
}

.itemInfoServ a:hover{
    transform: translate(10px);
}

.itemInfoServ a:hover i{
    transform: rotate(360deg);
}

@media screen and (max-width: 1000px){
    .textMenuIServ{
        padding: 10px 0;
    }
    .titleMenuItem{
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .contMenuItemServ{
        margin-top: -60px;
    }
    .titleMenuItem h2{
        font-size: 23px;
    }
    .ulServ ul{
        gap: 20px 10px;
    }
    .ulServ ul li img{
        width: 35px;
        height: 25px;
        margin-right: 10px;
    }
    .ulServ ul li p{
        font-size: 17px;
    }
    .btnItemServ a button{
        width: 150px;
        height: 35px;
        font-size: 14px;
    }
    .btnItemServ button:nth-child(2){
        width: 150px;
        height: 35px;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px){
    .contMenuItemServ{
        flex-direction: column;
    }
    .imgMenuServ{
        width: 90%;
    }
    .contMenuItemServ{
        margin-top: -40px;
    }
    .textMenuIServ{
        width: 90%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .ulServ ul li{
        position: relative;
        justify-content: center;
        text-align: center;
    }
    .ulServ ul li img{
        position: absolute;
        left: 0px;
    }
    .ulServ ul li{
        padding-left: 25px;
    }
}

@media screen and (max-width: 768px){
    .itemInfoServ{
        width: 70%;
        height: 55%;
    }
}

@media screen and (max-width: 650px){
    .ulServ ul li{
        padding-left: 35px;
    }
}

@media screen and (max-width: 550px){
    .imgMenuServ{
        width: 100%;
    }
    .contMenuItemServ{
        margin-top: -30px;
    }
    .textMenuIServ{
        width: 100%;
    }
    .titleMenuItem h2{
        font-size: 21px;
    }
    .ulServ ul li p{
        font-size: 15px;
    }
    .itemInfoServ{
        width: 85%;
        height: 50%;
    }
}

@media screen and (max-width: 414px){
    .contMenuItemServ{
        margin-top: -20px;
    }
    .titleMenuItem h2{
        font-size: 20px;
    }
    .ulServ ul li p{
        font-size: 14px;
    }
    .itemInfoServ{
        width: 95%;
        height: 35%;
        padding: 20px 10px;
    }
    .btnServ{
        top: 12px;
        right: 12px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .itemInfoServ a{
        font-size: 15px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* visual rest */
.contSection2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

.containerFilter2{
    width: 100%;
    height: 100%;
    background-image: url(../img/imgvisualrest.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.filter2{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
    background-color: rgba(0, 0, 0, .5);
}

.titleSection2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.titleSection2 h3{
    text-align: center;
    color: var(--colorBlanco);
    font-size: 35px;
}

.btnSection{
    margin-bottom: 30px;
    margin-top: 20px;
}

.btnSection a{
    text-decoration: none;
}

.btnSection a button{
    width: 160px;
    height: 45px;
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    color: var(--colorBlanco);
    border-radius: 5px;
    border: 1px solid var(--colorBlanco);
    cursor: pointer;
    transition: .6s;
}

.btnSection a button:hover{
    transform: translateY(-10px);
}

.btnSection a button i{
    font-size: 14px;
    color: var(--colorBlanco);
    margin-left: 5px;
    transition: .6s;
}

.btnSection a button:hover i{
    transform: rotate(360deg);
}

@media screen and (max-width: 1280px){
    .titleSection2 h3{
        font-size: 32px;
    }
}

@media screen and (max-width: 1000px){
    .titleSection2 h3{
        font-size: 28px;
    }
    .btnSection a button{
        width: 140px;
        height: 45px;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px){
    .titleSection2 h3{
        font-size: 25px;
    }
    .btnSection a button{
        width: 130px;
        height: 40px;
        font-size: 13px;
    }
}

@media screen and (max-width: 650px){
    .titleSection2 h3{
        font-size: 22px;
    }
    .btnSection a button{
        width: 125px;
        font-size: 12px;
    }
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* Festín de Celebraciones */
.contFestin{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
}

.decFes{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -10%;
    bottom: -10%;
    transform: rotate(40deg);
    opacity: .4;
}

.decFes2{
    width: 30%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10%;
    top: -10%;
    transform: rotate(40deg);
    opacity: .4;
}

.decFes img,
.decFes2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.square{
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--colorLogo);
    clip-path: polygon(35% 0, 0 35%, 0 0);
}

.square2{
    width: 50%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--colorLogo);
    clip-path: polygon(100% 80%, 70% 100%, 100% 100%);
    z-index: 1;
}

.festin{
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.textFesting{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 0;
}

.textFesting h2{
    font-size: 37px;
    color: var(--colorLogo);
    margin-bottom: 5px;
}

.textFesting p{
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    color: var(--colorGris);
}

.textFesting p a{
    text-decoration: none;
    font-size: 19px;
    font-size: 650;
    color: var(--colorLogo);
    transition: .6s;
}

.imgFestin{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.imgFestin img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1150px){
    .textFesting h2{
        font-size: 37px;
    }
    .textFesting p{
        width: 90%;
        font-size: 17px;
    }
    .textFesting p a{
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px){
    .textFesting h2{
        font-size: 35px;
    }
    .textFesting p{
        width: 90%;
        font-size: 16.5px;
    }
    .textFesting p a{
        font-size: 17.5px;
    }
    .imgFestin{
        width: 65%;
    }
}
@media screen and (max-width: 850px){
    .textFesting{
        width: 90%;
    }
    .textFesting h2{
        font-size: 32px;
    }
    .textFesting p{
        width: 90%;
        font-size: 16px;
    }
    .textFesting p a{
        font-size: 17px;
        font-weight: 500;
    }
}
@media screen and (max-width: 768px){
    .imgFestin{
        width: 80%;
    }
}
@media screen and (max-width: 700px){
    .textFesting{
        width: 95%;
    }
    .textFesting h2{
        font-size: 28px;
    }
    .textFesting p{
        width: 90%;
        font-size: 15.5px;
    }
    .textFesting p a{
        font-size: 16.5px;
        font-weight: 500;
    }
    .imgFestin{
        width: 85%;
    }
}
@media screen and (max-width: 600px){
    .textFesting{
        width: 95%;
    }
    .textFesting h2{
        font-size: 27px;
    }
    .textFesting p{
        width: 95%;
        font-size: 15px;
    }
    .textFesting p a{
        font-size: 16px;
    }
    .imgFestin{
        width: 90%;
    }
}
@media screen and (max-width: 550px){
    .textFesting{
        width: 98%;
    }
    .textFesting h2{
        font-size: 27px;
    }
    .textFesting p{
        width: 100%;
        font-size: 15px;
    }
    .textFesting p a{
        font-size: 16px;
    }
    .imgFestin{
        width: 95%;
    }
}
@media screen and (max-width: 500px){
    .textFesting h2{
        font-size: 25px;
    }
    .textFesting p{
        font-size: 14.5px;
    }
    .textFesting p a{
        font-size: 15.5px;
    }
}
@media screen and (max-width: 450px){
    .textFesting h2{
        font-size: 24px;
    }
    .textFesting p{
        font-size: 14px;
    }
    .textFesting p a{
        font-size: 15px;
    }
}
@media screen and (max-width: 414px){
    .textFesting h2{
        font-size: 23px;
    }
    .textFesting p{
        font-size: 14px;
    }
    .textFesting p a{
        font-size: 14.5px;
    }
}
@media screen and (max-width: 375px){
    .textFesting h2{
        font-size: 21px;
    }
    .textFesting p{
        font-size: 13.5px;
    }
    .textFesting p a{
        font-size: 14px;
    }
}