.textarea_div{
    width: 100%;
    height: 60vw;
    background: white;
    border-radius: 32px;
}

.textarea1{
    width: 90%;
    height: 80%;
    border:none;
    resize: none;
    outline: none;
    margin: 1.3rem 0 0 1rem;
}

.texto_textarea{
    font-size: 2rem;
    color: var(--color-verde);
}

.img_indicaciones{
    width: 16px;
    padding-right: 0.5rem;
}

.exclamacion_texto{
    display: flex;
    margin: 1rem;
}

.indicaciones{
    color: #fff
}
.giphy-embed{
    background: white;
}


/*tablet*/
@media screen and (min-width:768px){
    .img_indicaciones{
        width: 2%;
        padding-right: 0.5rem;
    } 
    .indicaciones{
        font-size: 1.5rem;
    }  

}

@media screen and (min-width: 1024px){
    .textarea_div{
        height: 30vw;
        background: white;
        border-radius: 32px;
        width: 90%;
        margin-left: 2rem;
    }

    .texto_boton_salida{
        display: flex;
    }

    .texto_textarea{
        margin-left: 9rem;
    }

    .texto_boton{
        width: 60%;
    }
    
    .texto_salida{
        width: 40%;
    }

    .lista_boton{
        display: flex;
        justify-content: space-evenly;
    }
    
    .exclamacion_texto{
        margin: 1rem 0 1rem 5rem;
    }
    
    .boton_li{
        width: 40%;
    }

    .boton_div{
        margin-bottom: 13rem;
    }

    .textarea1{
        margin-left: 2rem;
        width: 90%;
        height: 85%;
        border:none;
        resize: none;
        font-size: 1.2rem;
        margin-top: 2rem;

    }
    
}
