/* legacy */

body{
    background-color: black;
}
    

.infoweb__container{
    height: 97vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0)
    ,rgba(0,0,0,1)) ,url(../content/banners/invitaciones\ digitales.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
    color: white;
    text-align: center;
}


.infoweb__container h1{
    position: relative;
    top: 40px;
    font-size: 50px;
    margin:  0 40px;
}

.infoweb__container p{
    font-size: 30px;
    margin: 40px;
}

.infoweb{
    width: auto;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    font-size: 18px;
    margin: 40px;
    font-size: 35px;
}

.r__infoweb{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin: 40px;
    text-align: center;
}

.u__infoweb{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    margin: 40px;
}


.map__container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.map1{
    border-radius: 10px;
    width: 50%;
    height: 50vh;
}








@media(max-width: 1024px){
    .infoweb__container{
        height: 70vh;
    }
}

@media(max-width: 720px){
    .infoweb__container{
        height: 65vh;
    }
}

@media(max-width: 520px){
    .infoweb__container{
        height: 70vh;
    }

    .map1{
        border-radius: 10px;
        width: 90%;
        height: 50vh;
    }
    
    .infoweb__container h1{
        font-size: 30px;
        font-weight: 600;
        text-align: right;
        margin: 0 40px 0 40px;
        position: unset;
    }
    .infoweb__container p{
        margin: 10px 40px;
        text-align: right;
        font-size: 18px;
    }
    .r__infoweb h2{
        font-size: 20px;
        margin: 20px 20px;
        color: rgb(196, 196, 196);
    }
    .infoweb{
        margin: 0px 20px;
        font-size: 20px;
    }
    .r__infoweb p{
        margin: 20px 20px;
    }
    .u__infoweb p{
        margin: 20px 20px;
    }
}

.promo{
    display: flex;
    justify-content:
    center; align-items:
    center; flex-direction:
    column; background-color: rgb(24, 24, 24);
    padding: 80px;
    margin: 80px;
    border-radius: 50px;
}

.promo__img{
    width: 250px;    
}

.promo__texto{
    text-align: center;
    font-size: 40px;
    margin: 10px 10%;
    color: white;
}

.promo__texto__limitado{
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: rgba(255, 255, 255, 0.541)
}

.grid__botones{
    display: flex;
    align-items: center;
    text-align: center;
}

@media(max-width: 720px){
    .promo{
        padding: 40px;
        margin: 20px;
        border-radius: 35px;
    }
    .promo__texto{
        font-size: 16px;
        font-weight: 600;
    }
    .promo__texto__limitado{
        font-size: 16px;
        font-weight: 200;
    }
    .promo__img{
        margin: 0 0 20px 0;  
    }
    .grid__botones{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.iconos{
    height: 200px;
}