
    .vale_img {
        width: 300px;
        height: auto;
    }

    .vale_h1 {
        font-family: titulo3;
        font-size: 3.2rem;
        font-weight: 700;
        color: #1E3C79;
    }

    .vale_p {
        font-family: titulo3;
        line-height: 30px;
    }

    .vale_span {
        font-family: titulo3;
        font-weight: 600;

    }
    .vale_span2{
        position: relative;
        text-align: right;
        left: -70px;
        top: 40px;
        color: #1E3C79;
        font-weight: 600;
        font-family: titulo3;
    }

    .vale-contenido {
        color: #5b5b5b;
        margin: auto;
    }

    .vale_row {
        padding: 20px 100px;
        background: #f6f6f6;
    }

    @media (max-width: 600px) {
        .vale_img {
            width: 250px;
            height: auto;

        }

        .vale_row {
            padding: 0px;
            background: #f6f6f6;
            text-align: center;
            justify-content: center;
            align-items: center;
        }

        .vale_span{
            padding-bottom: 30px;
        }

    }

    /* cont-2 */
    .cont2_vale {
        max-width: 60%;
        padding-top: 40px;

    }

    .cont2_row {
        border: 4px solid #FFCE43;
        min-height: 400px;
        border-radius: 40px;
    }


    .cont2_parra {
        padding: 60px;
        min-height: 400px;
        margin-top: 40px;
        justify-content: center;
        align-items: center;
    }

    .cont2_parra h1 {
        font-family: titulo3;
        font-size: 2rem;
        color: #1E3C79;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .cont2_parra .t_1,
    .cont2_parra .t_2 {
        font-family: titulo2;
        color: #cb382a;
        line-height: 2px;

    }

    .cont2_parra .t_3 {

        padding-top: 20px;

    }

    .cont2_parra .t_3,
    .cont2_parra .t_4,
    .cont2_parra .t_5 {
        font-family: titulo2;
        font-weight: 500;
        line-height: 20px;
        color: #5b5b5b;
    }

    .t_5 a {
        color: #5b5b5b;
    }

    .t_5 a:hover {
        color: #cb382a;
    }

    .cont2_img {
        background-image: url('../img/NOSOTROS/FOTOSSLIDER/Valentinaamarilla.png');
        
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-top-left-radius: 36px;
        border-bottom-left-radius: 36px;
        border-right: 4px solid #FFCE43;
        border-right: 4px solid #FFCE43;

    }

    .cont2_img2 {
        background-image: url('../img/NOSOTROS/FOTOSSLIDER/ValentinaNaranja.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-top-left-radius: 36px;
        border-bottom-left-radius: 36px;
        border-right: 4px solid #FFCE43;
        border-right: 4px solid #FFCE43;

    }

    

    .cont2_precio {
        margin: auto;
        width: auto;
    }

    .cont2_precio h1 {

        width: 100px;
        height: 100px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;


        border: 3px solid #FFCE43;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-family: titulo3;
        background: #FFCE43;
        font-size: 2.5rem;

        position: relative;
        bottom: 75px;

        color: #1E3C79;


    }
    @media(max-width:600px) {
        .cont2_vale {
            max-width: 98%;
            padding-top: 40px;
        }

      

        .cont2_parra {
            padding: 10px;
        }

        .cont2_parra h1 {
            font-size: 1rem;
            padding-bottom: 0px;
        }

        .cont2_parra .t_1,
        .cont2_parra .t_2 {
            font-size: 0.8rem;
            line-height: 1px;

        }

        .cont2_parra .t_3 {
            padding-top: 5px;
        }


        .cont2_parra .t_3,
        .cont2_parra .t_4,
        .cont2_parra .t_5 {
            line-height: 14px;
            font-size: 0.8rem;
        }

        .cont2_precio h1 {
            width: 50px;
            height: 50px;
            font-size: 1.25rem;
            bottom: 30px;
        }
    }