/*=== Slider ===*/
.caja-slider{
    width: 100%;
    background: #E9DBC2;
    margin-top: 0px;
    margin-bottom: 30px;
}

.caja-slider1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider1-img{
    width: 60%;
    margin-top: 40px;
}

.slider1-img img{
    width: 100%;
}

.caja-slider2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    
}

.margen-slider2{
    width: 100%;
}

.img-slider2{
    width: 30%;
}

.img-slider2 img{
    width: 100%;
}

.margen-slider2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*============
Termina Slider
============*/


/*=== Paquetes ===*/
.caja-paquetes-intro{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 25px;
}

.paquetes-intro{
    width: 350px;
    height: 50px;
    background: #635852;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 25px;
}

.caja-paq{
    width: 100%;
}

.titulo-paq{
    height: 50px;
    width: 250px;
    background: #635852;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    font-size: 25px;
    font-weight: bolder;
    color: white;
}

.interior-paq{
    width: 100%;
    background: #e9dbc2;
    display: flex;
    flex-direction: row;
    justify-content: center; 
}

.paquete-margen{
    width: 94%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-paquete{
    width: 50%;
}

.img-paquete img{
    width: 100%;
}

.caja-texto{
    width: 50%;
    font-size: 30px;
    font-weight: bolder;

    display: flex;
    align-items:flex-start;
    width: 45%;
    flex-direction: column;
}

.txt-paq1{
    width: 100%;
}

.txt-var{
    display: none;
}

.txtpaq3{
    font-size: 26px;
}

.precio1{
    width: 90%;
    font-size: 50px;
    text-align: right;
}

/**/


.paquete2{
    margin-top: 25px;
}

.paquete3{
    margin-top: 25px;
}

/*==============
Termina Paquetes
==============*/









